Agent skill
clipboard
Read or write the macOS clipboard. Use when copying/pasting text, transferring data between apps, or accessing clipboard contents.
Install this agent skill to your Project
npx add-skill https://github.com/mikeyobrien/rho/tree/main/platforms/macos/skills/clipboard
SKILL.md
Clipboard Operations
Read clipboard
pbpaste
Write to clipboard
echo "text to copy" | pbcopy
Copy file contents
pbcopy < file.txt
Copy command output
ls -la | pbcopy
Returns the clipboard contents as plain text. Binary/image data is not supported via these commands.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
tts
Text-to-speech on macOS -- make the device speak text aloud. Use for voice announcements, reading content aloud, or accessibility.
notification
Show macOS system notifications with title, body, and optional sound. Use for alerts, reminders, or status updates.
open-url
Open URLs, files, and applications on macOS. Use for launching browsers, opening documents, or starting apps.
tts
Text-to-speech — make the device speak text aloud. Use for voice announcements, reading content aloud, or accessibility.
clipboard
Read or write the system clipboard. Use when copying/pasting text, transferring data between apps, or accessing clipboard contents.
notification
Show system notifications with optional buttons, sounds, and actions. Use for alerts, reminders, or persistent status messages.
Didn't find tool you were looking for?