What problem does it solve? Taking screenshots from an AI agent or terminal requires different OS-specific commands, permission handling, and output path rules. This Skill provides unified helper scripts that capture full screens, specific app windows, or pixel regions and save them to the right location without manual command lookup. ## Core Features & Use Cases - Cross-platform capture: Python helper for macOS and Linux, PowerShell helper for Windows, with automatic fallback to tools like scrot, gnome-screenshot, or ImageMagick. - Targeted capture modes: Full screen (per-display on macOS), specific app or window by name or id, active window, pixel regions, and interactive selection. - macOS permission preflight: A bundled script checks and requests Screen Recording permission once, reducing repeated system prompts. - Use Case: Ask the agent to inspect a running desktop app; it captures the app's windows to the temp directory, prints each saved path, and views the images for visual verification against a design. ## Quick Start Take a screenshot of the currently active window and save it to the temp directory so you can look at it.