peekaboo

Installation
SKILL.md

Peekaboo

Use Peekaboo for native macOS capture, UI inspection, and automation. Prefer its native app, window, Accessibility, and input commands over AppleScript or osascript whenever Peekaboo exposes the operation.

Binary

  • Prefer ~/bin/peekaboo when present; it is Peter's signed local release copy.
  • Otherwise use peekaboo from PATH.
  • Check the selected binary before relying on syntax or installed state.
PB="${PEEKABOO_BIN:-$HOME/bin/peekaboo}"
[ -x "$PB" ] || PB="$(command -v peekaboo)"
"$PB" --version

Runtime host and permissions

Installs
65
GitHub Stars
6.5K
First Seen
May 11, 2026
peekaboo — steipete/agent-scripts