Help us improve
Share bugs, ideas, or general feedback.
From claude-code-screenshot-for-mac
Enable automatic screenshot capture
npx claudepluginhub linayoun/claude-code-screenshot-for-mac --plugin claude-code-screenshot-for-macHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-code-screenshot-for-mac:start-screenshotThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Run this command to enable screenshot capture: **macOS/Linux:** **Windows (PowerShell):** Detect OS and run the appropriate command. On macOS (Darwin) or Linux, use the bash script. On Windows, use PowerShell. After running this command, screenshots will be captured automatically on: - User prompt submission - Bash command execution To disable, use `/stop-screenshot`.
/shotCaptures screenshot of full screen, active window, or named app and returns textual analysis of UI elements, state, errors, and actionable items.
/screenshotGuides macOS screenshot capture via screencapture (--window, --full, --crop or prompted choices) and analyzes resulting image for UI/UX, errors, design, code, or data.
/screenshotGuides macOS screenshot capture via screencapture (window, full screen, or crop) and analyzes the resulting image for UI/UX, errors, code, or design.
/screenshotPrompts for macOS screenshot via screencapture (--window, --full, --crop), instructs user to capture, then analyzes image for UI/UX, errors, code review, or data viz.
/screenshotsCaptures app screenshots across desktop, tablet, mobile viewports and light/dark modes for marketing materials, docs, and ads. Supports init, capture, quick, and status subcommands.
/checkReads and describes the latest screenshot from ~/Pictures/Screenshots. Applies optional instructions (e.g., 'extract text', 'top right corner', 'shown error').
Share bugs, ideas, or general feedback.
Run this command to enable screenshot capture:
macOS/Linux:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/enable_screenshot.sh"
Windows (PowerShell):
& "${env:CLAUDE_PLUGIN_ROOT}/scripts/start-screenshot.ps1"
Detect OS and run the appropriate command. On macOS (Darwin) or Linux, use the bash script. On Windows, use PowerShell.
After running this command, screenshots will be captured automatically on:
To disable, use /stop-screenshot.