What problem does it solve? Taking screenshots from an AI agent or terminal requires different OS-specific commands, permission handling, and output conventions. 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 direct OS command fallbacks. - Flexible targeting: Capture full screens (including multi-display setups), specific apps or window titles on macOS, active windows, window IDs, or pixel regions. - macOS permission preflight: A helper script checks and requests Screen Recording permission once, reducing repeated system prompts. - Use Case: When a Figma design does not match the implemented app, capture the running app's windows to a temp directory and compare the screenshots against the design export. ## Quick Start Ask the agent to take a screenshot of a specific app or your full screen and tell it where to save the file.