peekaboo
Installation
SKILL.md
Peekaboo Screen Capture & GUI Automation
You have access to macOS screen capture and GUI automation through the Peekaboo MCP server.
Prerequisites
The Peekaboo MCP server must be configured in ~/.claude/settings.json:
{
"mcpServers": {
"peekaboo": {
"command": "npx",
"args": ["-y", "@steipete/peekaboo"]
}
}
}
Related skills
More from waltersumbon/better-claw
speech-to-text
Transcribe audio files to text using OpenAI Whisper CLI — supports voice messages, audio recordings, and multiple languages.
1playwright
Browser automation via Playwright MCP — navigate pages, fill forms, take screenshots, and extract data from websites.
1skillset-authoring
Guide for authoring Better-Claw skill sets and skills — directory structure, SKILL.md/SKILLSET.md format, frontmatter fields, best practices, and testing methods.
1