How this command is triggered — by the user, by Claude, or both
Slash command
/screenshot:screenshotThe summary Claude sees in its command listing — used to decide when to auto-load this command
Capture a screenshot of the given URL using the screenshot tool. Run the following command: After the screenshot is captured, read the PNG file to analyze the page visually.
Capture a screenshot of the given URL using the screenshot tool.
Run the following command:
uv run --project ${CLAUDE_PLUGIN_ROOT} screenshot $ARGUMENTS
After the screenshot is captured, read the PNG file to analyze the page visually.
npx claudepluginhub oslokommune/claude-marketplace --plugin screenshot/screenshotPrompts macOS screenshot mode (--window, --full, --crop) via screencapture, guides user capture, then analyzes image for UI/UX, errors, code review, or design.
/screenshotGuides macOS screenshot capture via screencapture (window, full screen, or crop) and analyzes the resulting image for UI/UX, errors, code, or design.
/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 (window/full/crop via screencapture) and analyzes resulting image for UI/UX, errors, design, code, or data visualization.
/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.
/screenshotPrompts macOS screenshot options (--window, --full, --crop or select), instructs screencapture command, and analyzes resulting image for UI, errors, design, code, or accessibility issues.