一键导入
peekaboo
macOS UI automation via AppleScript and Accessibility APIs
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
macOS UI automation via AppleScript and Accessibility APIs
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create new Kirie skills interactively. Use when learning something new that should become a reusable skill.
Retrieve secrets from 1Password vaults via the CLI
Create and search Apple Notes via AppleScript
Create and manage Apple Reminders via AppleScript
Create and search notes in Bear on macOS
Monitor RSS feeds and blogs for new posts
| name | peekaboo |
| description | macOS UI automation via AppleScript and Accessibility APIs |
| emoji | 👀 |
| version | 1.0.0 |
| os | ["darwin"] |
| requires | {"bins":["osascript"]} |
| invocation | {"userInvocable":true} |
Automate macOS desktop interactions using AppleScript, System Events, and built-in system utilities. Inspect windows, click UI elements, type text, and take targeted screenshots.
Uses osascript to run AppleScript and JavaScript for Automation (JXA) scripts that interact with macOS System Events and application processes. Capabilities include:
System Eventscliclick (if available) or AppleScript click eventskeystroke eventskey code eventsscreencapture -l <windowID>screencapture -R x,y,w,hscreencaptureEnsure that the app running this agent has Accessibility permissions enabled in System Settings > Privacy & Security > Accessibility. No additional binaries are required; osascript and screencapture are built into macOS.