What problem does it solve? Taking screenshots programmatically differs across operating systems, and agents often need OS-level captures when tool-specific options (like browser or Figma capture) are unavailable. This Skill provides unified scripts and instructions for capturing full screens, specific app windows, pixel regions, and active windows across macOS, Linux, and Windows. ## Core Features & Use Cases - Cross-platform capture helpers: A Python script for macOS/Linux and a PowerShell script for Windows handle full-screen, region, window, and active-window captures. - macOS window targeting: Capture windows by app name, window title, or window id, with a listing mode to discover ids and a permission preflight helper for Screen Recording. - Smart save locations: Saves to a user-specified path, the OS default screenshot location, or the temp directory for agent self-inspection. - Use Case: An agent asked to visually verify a running desktop app captures all its windows to the temp directory, views each image, and compares the result against a design mockup. ## Quick Start Take a screenshot of the currently active window and save it to the temp directory so you can inspect what is on screen.