What problem does it solve? Driving native Mac applications programmatically usually means stealing the user's cursor, keyboard focus, or switching Spaces. This Skill operates the Mac GUI entirely in the background, so the user can keep working while tasks run in Safari, Finder, Mail, or other native apps. ## Core Features & Use Cases - Background GUI Automation: Capture screens with numbered accessibility-tree overlays and click elements by index without raising windows or switching Spaces. - Model-Agnostic Operation: Works with any tool-capable model (Claude, GPT, Gemini, or local OpenAI-compatible endpoints) via a universal computer_use tool interface. - Safety Guardrails: Hard rules against clicking permission dialogs, payment UI, or 2FA prompts, plus prompt-injection detection for instructions embedded in screenshots or web pages. - Use Case: Ask the agent to open example.com in Safari and click the Sign In link; it captures the AX tree, clicks element index 7, and verifies the result with a follow-up capture, all without disturbing your foreground work. ## Quick Start Ask the agent to open a specific page in Safari and click a named link, and it will capture the screen, click the element by index, and verify the result in the background.