Agent skill

clipboard

Read or write the system 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/android/skills/clipboard

SKILL.md

Clipboard Operations

Read clipboard

bash
termux-clipboard-get

Write to clipboard

bash
termux-clipboard-set "text to copy"
# or pipe:
echo "text" | termux-clipboard-set

Returns the clipboard contents as plain text.

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