Capture a screenshot for Claude to analyze visually
Capture screenshots for Claude to visually analyze UI layouts, bugs, or current screen state. Use when you need Claude to see what's on screen without describing it yourself.
/plugin marketplace add bennoloeffler/maude-claude-vunds-plugins/plugin install screenshot@maude-claude-vunds-pluginsTake a screenshot that Claude can use for visual analysis. The image is automatically compressed for efficient context usage.
/screenshot [target] [--size SIZE] [--output PATH]
| Argument | Values | Default | Description |
|---|---|---|---|
target | window, region, screen, <app-name> | window | What to capture |
--size | Number (KB) | 200 | Maximum file size in KB |
--output | File path | auto-generated | Custom output path |
# Interactive window capture (click on window)
/screenshot
# Capture specific application window
/screenshot Safari
/screenshot "Google Chrome"
# Capture region (drag to select)
/screenshot region
# Full screen capture
/screenshot screen
# Custom size limit (500KB for more detail)
/screenshot --size 500
# Custom output path
/screenshot --output ./debug/current-state.png
# Combined options
/screenshot Safari --size 100 --output ./browser.png
window or no target: cursor becomes camera - click on desired windowregion: cursor becomes crosshair - drag to select areascreen: captures entire main displayClaude will automatically read the captured image and can:
./screenshots/ by default