c-clipboard

Installation
SKILL.md

Clipboard — Copy & Paste

Read from and write to the system clipboard. Built into macOS, no install needed.

Commands

# Read clipboard contents
pbpaste

# Copy text to clipboard
echo "hello world" | pbcopy

# Copy file contents to clipboard
pbcopy < /path/to/file.txt

# Save clipboard to file
pbpaste > /path/to/output.txt
Installs
10
Repository
daxaur/openpaw
GitHub Stars
167
First Seen
Mar 9, 2026
c-clipboard — daxaur/openpaw