What problem does it solve? Automating the macOS desktop usually means hijacking the user's cursor, keyboard focus, and active Space, which interrupts their work. This Skill drives the Mac in the background using the computer_use tool, so the user can keep typing in one app while the AI clicks around in another. ## Core Features & Use Cases - Background GUI Automation: Capture screenshots, click, type, scroll, and drag in any macOS app without stealing cursor focus or switching Spaces. - Element-Indexed Interaction: SOM capture mode overlays numbered indices on every interactable element with an accessibility tree, enabling reliable clicks by index instead of pixel coordinates. - Model-Agnostic Operation: Works with any tool-capable model (Claude, GPT, Gemini, or local OpenAI-compatible endpoints) with no vendor-specific schema. - Use Case: Ask the AI to reply to a message in the native Messages app or organize files in Finder while you continue working in your editor uninterrupted. ## Quick Start Ask the AI to open Safari in the background and click the Sign In button using the computer_use tool.