What problem does it solve? Controlling a macOS desktop programmatically usually means hijacking the user's cursor, keyboard focus, and active Space. This Skill drives the Mac entirely in the background, letting an AI click, type, scroll, and drag in any app while the user keeps working uninterrupted. ## Core Features & Use Cases - Background GUI Automation: Capture screens, click elements, type text, scroll, and drag without stealing cursor focus or switching Spaces. - Element-Index Targeting: SOM capture mode overlays numbered indices on every interactable element with an accessibility tree, so clicks use stable element references instead of fragile pixel coordinates. - Model-Agnostic Operation: Works with any tool-capable model (Claude, GPT, Gemini, or local OpenAI-compatible endpoints) through a single computer_use tool interface. - Use Case: Ask the AI to fill out a form in Safari on another Space, verify the submission with a follow-up screenshot, and report back — all while you continue typing in your editor. ## Quick Start Ask the AI to capture the Safari window and click the sign-in button using the computer_use tool.