What problem does it solve? Automating macOS graphical interfaces normally requires manual clicking, typing, and screenshot inspection. This Skill exposes the Peekaboo CLI so an agent can capture screens, identify UI elements, and drive mouse, keyboard, apps, windows, menus, and dialogs programmatically. ## Core Features & Use Cases - Screen Capture & Vision: Take screenshots of screens, windows, or menu bar regions, generate annotated UI maps with see, and optionally analyze captures with a prompt. - UI Interaction: Click, type, drag, swipe, scroll, press hotkeys, and paste into targeted apps, windows, or element IDs with smart focus handling. - System Control: Launch, quit, hide, and switch apps; manage windows, Spaces, Dock items, menus, menu bar extras, dialogs, and the clipboard. - Use Case: Automate a Safari login flow by running peekaboo see --annotate to map the page, then click the username field, type credentials, and submit — all without touching the mouse. ## Quick Start Ask the agent to use Peekaboo to take an annotated screenshot of the frontmost app and click a specific button by its element ID.