| name | clipper |
| description | Copy content to the system clipboard without whitespace noise. Use when you need to copy generated content (emails, configs, code) to the user's clipboard cleanly.
|
| allowed-tools | Bash(guppi-clipper:*) |
| version | 0.1.1 |
| author | Sam Dengler |
| license | MIT |
Clipper — Clean clipboard copy
Copies content to the system clipboard, bypassing the indentation that Claude Code adds to output. Write content to a temp file, then use guppi-clipper copy --file to put it on the clipboard.
Commands
guppi-clipper copy [--file FILE]
Copy content to the system clipboard.
Options:
--file / -f — read content from a file (recommended for agent use)
Agent workflow:
- Write the content to
/tmp/clipper-<context>.txt using the Write tool
- Run
guppi-clipper copy --file /tmp/clipper-<context>.txt
Stdin workflow:
echo "hello" | guppi-clipper copy
cat config.yaml | guppi-clipper copy
guppi-clipper paste
Print clipboard contents to stdout.
guppi-clipper paste
guppi-clipper paste | wc -l
Examples
guppi-clipper copy --file /tmp/clipper-email-draft.txt
echo "clean text" | guppi-clipper copy
guppi-clipper paste
Skill Management
guppi-clipper skill install
guppi-clipper skill show