Files
clawdbot/skills/peekaboo/SKILL.md
Peter Steinberger 2d8e11b78b docs: refine skills
2025-12-20 13:00:03 +01:00

22 lines
586 B
Markdown

---
name: peekaboo
description: Capture and automate macOS UI with the Peekaboo CLI.
metadata: {"clawdis":{"requires":{"bins":["peekaboo"]}}}
---
# Peekaboo
Use `peekaboo` to capture, inspect, and interact with macOS UI.
Core commands
- Capture: `peekaboo capture`
- Inspect: `peekaboo see --annotate`
- Click: `peekaboo click --target "..."`
- List windows: `peekaboo list`
- Tool info: `peekaboo tools`
- Permissions: `peekaboo permissions status`
Notes
- Requires Screen Recording + Accessibility permissions.
- Use `peekaboo see --annotate` to identify targets before clicking.