What problem does it solve? Automating desktop GUI tasks with an AI agent often fails due to missed clicks, unverified actions, coordinate errors, and context overflow from improper tool usage. This Skill provides a disciplined operating guide for Computer Use (CU) desktop tools so GUI workflows complete reliably on Windows and macOS. ## Core Features & Use Cases - Closed-Loop Operation Cycle: Enforces a screenshot → analyze → act → verify loop so every GUI action is confirmed before proceeding. - Cross-Platform App Control: Provides Windows and macOS keyboard shortcuts for launching apps, switching windows, and handling dialogs without fragile coordinate clicking. - Input & Coordinate Handling: Defines the 0–1000 normalized coordinate system, focus-verification techniques, and clipboard-based input for CJK and long text. - Error Recovery & Safety: Supplies recovery tables for misclicks, stuck apps, and loading states, plus safety boundaries around credentials, destructive actions, and prompt injection in screenshots. - Use Case: Ask the agent to send a message in a desktop chat app — it will check open windows, launch the app if needed, use search shortcuts instead of clicking dense lists, and verify delivery with a final screenshot. ## Quick Start Enable CU mode and ask the agent to open an application and perform a desktop task, such as sending a message or changing a setting, and it will follow the screenshot-act-verify loop automatically.