en un clic
peekaboo
macOS UI automation via AppleScript and Accessibility APIs
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
macOS UI automation via AppleScript and Accessibility APIs
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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.