Agent skill

clipboard

Read or write the macOS clipboard. Use when copying/pasting text, transferring data between apps, or accessing clipboard contents.

Stars 351
Forks 27

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

bash
pbpaste

Write to clipboard

bash
echo "text to copy" | pbcopy

Copy file contents

bash
pbcopy < file.txt

Copy command output

bash
ls -la | pbcopy

Returns the clipboard contents as plain text. Binary/image data is not supported via these commands.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results