skills/peekaboo/SKILL.md
macOS UI automation: capture screenshots, click elements, type text, manage apps/windows/menus. Full desktop control via peekaboo CLI.
npx skillsauth add emanueleielo/ciana-parrot 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 the peekaboo bridge for full macOS UI automation: screenshots, clicks, typing, app/window management.
All commands run via host_execute(bridge="peekaboo", command="...").
peekaboo permissions # Check permissions
peekaboo see --annotate --path /tmp/peekaboo-see.png # Annotated screenshot
peekaboo image --mode screen --path /tmp/screen.png # Full screenshot
peekaboo image --app Safari --analyze "Summarize the page" # Screenshot + analysis
peekaboo list apps --json # List running apps
peekaboo list windows --app Safari --json # List windows
peekaboo click --on B1 # Click element by ID
peekaboo click --coords 500,300 # Click by coordinates
peekaboo type "Hello" --return # Type text + Enter
peekaboo hotkey --keys "cmd,shift,t" # Keyboard shortcut
peekaboo scroll --direction down --amount 5 # Scroll
peekaboo app launch "Safari" --open https://example.com
peekaboo app quit --app Safari
peekaboo window focus --app Safari
peekaboo menu click --app Safari --item "New Window"
peekaboo see --app Safari --annotate --path /tmp/see.png # 1. See what's on screen
peekaboo click --on B3 --app Safari # 2. Click target element
peekaboo type "search query" --app Safari --return # 3. Type and submit
brew install steipete/tap/peekaboopeekaboo bridge in config.yaml, restart gatewaytools
Send and read WhatsApp messages via the wacli CLI. Search chats, view history, send text and files to contacts or groups.
development
Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.
tools
Extract frames, thumbnails, or clips from video files using ffmpeg. Use when analyzing video content or creating previews.
tools
Diagnose and resolve errors with Ciana's host bridges, CLI tools, Claude Code mode, macOS permissions, and gateway connectivity.