一键导入
peekaboo
macOS screen capture and GUI automation via Peekaboo MCP — take screenshots, read screen content, and interact with desktop applications.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
macOS screen capture and GUI automation via Peekaboo MCP — take screenshots, read screen content, and interact with desktop applications.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guide for authoring Better-Claw skill sets and skills — directory structure, SKILL.md/SKILLSET.md format, frontmatter fields, best practices, and testing methods.
TypeScript development best practices and patterns
Python machine learning with scikit-learn, pandas, and numpy
Statistical analysis with R and tidyverse
A standalone skill without a parent skill set
Browser automation via Playwright MCP — navigate pages, fill forms, take screenshots, and extract data from websites.
| name | peekaboo |
| description | macOS screen capture and GUI automation via Peekaboo MCP — take screenshots, read screen content, and interact with desktop applications. |
| user-invocable | false |
You have access to macOS screen capture and GUI automation through the Peekaboo MCP server.
The Peekaboo MCP server must be configured in ~/.claude/settings.json:
{
"mcpServers": {
"peekaboo": {
"command": "npx",
"args": ["-y", "@steipete/peekaboo"]
}
}
}
macOS Screen Recording permission must be granted to the terminal application. If the Peekaboo MCP tools are not available, inform the user that setup is required.