What problem does it solve? Automating native desktop applications normally requires stealing the user's cursor and keyboard focus, interrupting their work. This Skill drives the desktop in the background using accessibility-tree element indices, so GUI automation runs without moving the real cursor, grabbing focus, or switching virtual desktops. ## Core Features & Use Cases - Background GUI automation: Capture screens with numbered element overlays (SOM mode), then click, type, scroll, and drag by element index without raising windows or switching Spaces. - Cross-platform support: Works on macOS (Accessibility API), Windows (UIA), and Linux (AT-SPI) with any tool-capable model, powered by cua-driver under the hood. - Safety guardrails: Hard rules against clicking permission dialogs, typing secrets, or following instructions found in screenshots, plus blocked dangerous shell patterns. - Use Case: Ask the agent to organize files in Finder, fill a form in a native desktop app, or operate Figma while you keep typing in your editor uninterrupted. ## Quick Start Ask the agent to open a specific desktop application and perform a task in it, such as organizing your Downloads folder in Finder without interrupting your current work.