From image
Find and read the most recent screenshot. Use when the user says "screenshot", "latest screenshot", or wants to view a recent screen capture. Works on macOS, WSL, and Linux. Looks in the platform default screenshots directory (override with SCREENSHOTS_DIR).
How this skill is triggered — by the user, by Claude, or both
Slash command
/image:screenshotThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Execute `${CLAUDE_PLUGIN_ROOT}/scripts/screenshot` to find the most recent screenshot. The script outputs the path to the newest `.png` file. Read that image file and display it to the user. Be concise.
Execute ${CLAUDE_PLUGIN_ROOT}/scripts/screenshot to find the most recent screenshot. The script outputs the path to the newest .png file. Read that image file and display it to the user. Be concise.
npx claudepluginhub st0nefish/agent-toolkit --plugin imageFinds and displays recent screenshots from common directories on Windows, macOS, and Linux. Auto-detects locations, sorts images by modification time, and uses Read tool for visual display. Invoke via /screenshot [count].
Captures desktop screenshots (full screen, app/window, region) on macOS/Linux via Python/Bash scripts. Use for explicit requests or when tool-specific capture unavailable.
Loads screenshot images or other files from a Dropbox screenshots directory with sync delay handling, freshness checks, and retry logic. Supports latest N, exact filename, substring, and non-image files.