What problem does it solve?
Claude can capture screenshots of a target window or the entire screen to PNG files, providing a reliable visual record for validation, debugging, and documentation.
Core Features & Use Cases
- Capture a specific application window by name or by matching the window title.
- Capture the entire screen or list available windows for interaction.
- Ephemeral by default (saved to /tmp/claude-screenshots) with an option to persist to a custom path; supports resizing for API efficiency.
Quick Start
Use the look.py command to capture visuals with simple CLI commands:
~/.claude/.venv/bin/python ~/.claude/skills/screenshot/scripts/look.py --app Chrome
~/.claude/.venv/bin/python ~/.claude/skills/screenshot/scripts/look.py --title "GitHub"
~/.claude/.venv/bin/python ~/.claude/skills/screenshot/scripts/look.py --screen
~/.claude/.venv/bin/python ~/.claude/skills/screenshot/scripts/look.py --list