screenshot-cli/skill/SKILL.md
Take screenshots non-interactively. Use to see the screen, debug UI, or capture a specific region by coordinates.
npx skillsauth add mic92/mics-skills screenshot-cliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Prints output path on stdout. Default: ~/.claude/outputs/screenshot-TIMESTAMP.png. View with the read tool.
screenshot-cli # Full screen (default)
screenshot-cli -w # Focused window (Linux only)
screenshot-cli -g "100,50 800x600" # Region by logical coords 'X,Y WxH'
screenshot-cli -d 3 # Delay 3s before capture
screenshot-cli /tmp/shot.png # Custom output path
-g coords are logical (pre-scale): on a 1.5× display, 0,0 100x100 yields a 150×150 PNG. If reading pixel offsets from a previous screenshot, divide by your scale factor.
tools
Get weather forecasts. Use for current weather/multi-day forecasts worldwide.
tools
Deploy and trigger Tasker tasks on Android via the Tasker WebUI and adb. Use for building Tasker automations from JSON.
tools
Persistent pexpect sessions. Use when automating interactive terminal programs (ssh, databases, debuggers, REPLs).
tools
Manage n8n via its REST API. Use when user asks to access n8n.