clipboard
Installation
SKILL.md
Clipboard
Copy generated text content to the user's clipboard.
When to Use
Use this automatically after generating any content the user will paste into another app:
- Emails (cold outreach, follow-ups, replies)
- Social posts (LinkedIn, Twitter/X, Threads)
- Messages (Slack, iMessage, WhatsApp)
- Bios, taglines, ad copy
- Any standalone text block the user asked you to write
Also use when the user explicitly asks to copy something.
How It Works
Write the content to a temp file and pipe it to pbcopy. This avoids heredoc indentation issues that cause unwanted leading spaces: