Peekaboo
🛠️ Agent SkillClawHub
Capture and automate macOS UI with the Peekaboo CLI for AI agents.
Peekaboo is a command-line interface (CLI) tool designed to capture and automate macOS user interfaces, integrated as a skill for AI agents. It provides capabilities to extract UI element information (e.g., labels, buttons, text fields) and perform actions such as clicking, typing, and scrolling. The tool uses macOS accessibility APIs to inspect and manipulate UI elements without requiring pre-existing automation hooks. Peekaboo can be used standalone or as part of an AI agent workflow, enabling agents to control desktop applications, test software, or automate repetitive tasks. It is lightweight and requires no additional dependencies beyond macOS accessibility permissions. Key features include: capturing current UI element tree, executing targeted actions on elements, and retrieving element properties. This skill is particularly useful for developers building AI assistants that need to interact with native macOS apps.
💡Highlights
- ├─macOS UI capture via CLI
- ├─30k+ downloads on ClawHub
- └─AI agent skill for automation
🎯For
- ├─macOS power users
- ├─AI automation developers
- └─QA engineers