What problem does it solve? Automating native desktop applications, installers, and OS dialogs is difficult because they expose no API and cannot be driven like web pages. This Skill lets an agent operate the machine directly through the OS accessibility tree or pixel-level input when no other interface exists. ## Core Features & Use Cases - Accessibility-driven control: List windows, read a numbered map of UI controls via UI Automation, and click, fill, or scroll elements by reference without coordinates or screenshots. - Pixel-level fallback: Capture screenshots and act on coordinates for hand-drawn interfaces like games, canvases, and poorly tagged Electron apps, with automatic handling of multi-monitor and scaled displays. - Full input simulation: Type text, press key chords, drag and drop, use the clipboard, and hold keys or mouse buttons across multiple calls. - Use Case: An installer with no silent mode appears on screen. The agent lists windows, focuses the installer, reads its controls, clicks "Next" by reference, fills a license field, and waits for completion without taking a single screenshot. ## Quick Start Use the computer tool to list open windows, focus the target application, read its controls, and click the button you need by reference.