用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/nathanvale/claude-code-config --skill peekaboo命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Creating or changing tests, fixtures, mocks, snapshots, test helpers, or test harnesses; require a pre-write Test Design Brief.
Browser tasks through Warm Chrome; no Chrome for Testing.
Explicit whole-suite test architecture review, visual candidates, or proof-boundary improvements.
正在显示 SKILL.md
| name | peekaboo |
| description | macOS screenshots, UI inspect, clicks, typing, app/window automation. |
| role | tool-workflow |
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.The binary owns the command contract. Resolve PB, then discover commands and flags from the binary itself — do not rely on a copied list:
PB="${PEEKABOO_BIN:-$HOME/bin/peekaboo}"
[ -x "$PB" ] || PB="$(command -v peekaboo)"
"$PB" tools --json — command and tool discovery."$PB" learn — full agent guide."$PB" <command> --help — per-command flags.~/Projects/Peekaboo/docs/commands/.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.