ワンクリックで
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.