What problem does it solve? Automating a user's real desktop applications normally requires moving the physical cursor, stealing keyboard focus, or switching virtual desktops, which disrupts the user's own work. This Skill drives native apps in the background using accessibility-tree element indices instead of fragile pixel coordinates. ## Core Features & Use Cases - Background GUI Automation: Click, type, scroll, and drag in native apps without moving the user's cursor, grabbing focus, or switching Spaces. - Element-Index Targeting: Capture screenshots with numbered overlays and an AX-tree index, then click elements by index for reliable cross-model operation. - Cross-Platform Support: Works on macOS (AX), Windows (UIA), and Linux (AT-SPI) with any tool-capable model via the cua-driver plumbing. - Use Case: Ask the agent to fill out a form in a native desktop app like Mail or Figma while you keep typing in your editor; the agent captures the app, clicks elements by index, and verifies each step with follow-up screenshots. ## Quick Start Use the computer_use tool to capture the Chrome window and click the Sign In button by its element index.