clipboard

star 363

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

mikeyobrien By mikeyobrien schedule Updated 2/5/2026

name: clipboard description: Read or write the system clipboard. Use when copying/pasting text, transferring data between apps, or accessing clipboard contents.

Clipboard Operations

Read clipboard

termux-clipboard-get

Write to clipboard

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

Returns the clipboard contents as plain text.

Install via CLI
npx skills add https://github.com/mikeyobrien/rho --skill clipboard
Repository Details
star Stars 363
call_split Forks 30
navigation Branch main
article Path SKILL.md
More from Creator