Clipboard Operations
SkillDev toolsRead or write the system clipboard. Use when copying/pasting text, transferring data between apps, or accessing clipboard contents.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Clipboard Operations skill
What this skill tells your AI
The instructions your AI receives, as published by mikeyobrien/rho in platforms/android/skills/clipboard/SKILL.md and read by ahel’s review.
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.
Signals
- GitHub stars
- 372
- Forks
- 29
- Last commit
- May 2026
Advanced
- Catalog kind
- skill
- Gateway key
clipboard-mikeyobrien- Source
- github.com/mikeyobrien/rho