What problem does it solve? Automating native macOS applications normally requires moving the user's cursor and stealing keyboard focus, interrupting their work. This Skill drives the Mac desktop in the background using the computer_use tool, so clicks, typing, scrolling, and drags happen without switching Spaces or hijacking input. ## Core Features & Use Cases - Background GUI Automation: Capture screenshots with numbered element overlays (SOM mode) and click by element index instead of fragile pixel coordinates. - Full Input Control: Click, double-click, right-click, drag, scroll, type Unicode text, and send keyboard shortcuts like cmd+s to any app without raising its window. - Model-Agnostic Operation: Works with any tool-capable model (Claude, GPT, Gemini, or local OpenAI-compatible endpoints) with no Anthropic-native schema required. - Use Case: Ask the agent to click the Sign In link in Safari on another Space while you keep typing in your editor; it captures the screen, clicks element #7, and verifies the result with a follow-up screenshot. ## Quick Start Use the computer_use tool to capture the Safari window and click the Sign In button, then show me a screenshot of the result.