mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 19:01:47 +03:00
feat: add managed skills gating
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user