What problem does it solve? Automating tasks that require the real visible macOS UI—desktop apps, logged-in browser sessions, or interfaces that pure browser automation cannot reach—requires direct control of the screen, mouse, and keyboard, which this Skill provides through a paired node. ## Core Features & Use Cases - Screenshot-Based Operation Loop: Captures the screen, decides the next action, executes it, and verifies the result with a fresh screenshot after every step. - Mouse and Keyboard Control: Supports move, click, double-click, scroll, right-click, free text typing, and shortcuts like command+c, command+v, and command+l. - Coordinate Rescaling: Translates screenshot image coordinates into real screen coordinates using imageWidth and imageHeight parameters. - Use Case: Ask the agent to open a desktop application, navigate its menus, fill in a dialog, and confirm the result visually—useful when no API or browser automation path exists. ## Quick Start Ask the agent to take a screenshot of your Mac and then click a specific button or type text into the currently focused application.