feat: add managed skills gating

This commit is contained in:
Peter Steinberger
2025-12-20 12:22:15 +01:00
parent cf21a15e06
commit d1850aaada
36 changed files with 1235 additions and 16 deletions

20
skills/peekaboo/SKILL.md Normal file
View File

@@ -0,0 +1,20 @@
---
name: peekaboo
description: Capture and inspect macOS UI via the Peekaboo CLI.
metadata: {"clawdis":{"requires":{"bins":["peekaboo"]}}}
---
# Peekaboo
Fast UI capture and inspection.
## Common commands
- Capture: `peekaboo capture`
- Inspect: `peekaboo see`
- Click: `peekaboo click`
- List windows: `peekaboo list`
- Tool info: `peekaboo tools`
- Permissions: `peekaboo permissions status`
Requires Screen Recording + Accessibility permissions.