skills/peekaboo/SKILL.md
macOS screenshots, UI inspect, clicks, typing, app/window automation.
npx skillsauth add steipete/agent-scripts peekabooInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use for macOS screen capture, UI inspection, and GUI automation.
~/bin/peekaboo when present; it is Peter's local release copy.peekaboo.~/bin/peekaboo --version || peekaboo --version.peekaboo permissions status --json.--json for machine parsing and --no-remote when testing local TCC.PB="${PEEKABOO_BIN:-$HOME/bin/peekaboo}"
[ -x "$PB" ] || PB="$(command -v peekaboo)"
"$PB" permissions status --json
"$PB" list screens --json
"$PB" list apps --json
"$PB" list windows --app Safari --json
"$PB" image --mode screen --screen-index 0 --path /tmp/screen.png --json --no-remote
"$PB" see --app frontmost --path /tmp/frontmost.png --json --annotate
"$PB" tools --json
"$PB" learn
"$PB" click --coords 100,100 --json
"$PB" type "text" --json
PB as above and confirm version when install state matters.permissions status --json; if missing TCC, report exact missing grant.image; include --path, --json, and usually --no-remote.see --json --annotate, then click by element id/snapshot.capture live; for video frame sampling, use capture video.tools --json for command/tool discovery and learn when the full agent guide is useful.sips -g pixelWidth -g pixelHeight <path> or view the image.Docs: ~/Projects/Peekaboo/docs/commands/.
data-ai
OpenClaw session relay: prompts/posts via local/remote acpx over SSH.
tools
Wrangler CLI: Workers, KV, tail, deploy, account routing.
tools
Twilio SMS CLI: buy/list/keep numbers, send/check messages, credential routing.
development
Audit Codex/OpenClaw skills: loaded roots, duplicate skills, unused skills, prompt-budget costs, compact descriptions.