Claude Clip
Description
https://github.com/user-attachments/assets/02ce11c2-b27b-4b6b-b5ba-2c7602d15546
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-clip
https://github.com/user-attachments/assets/02ce11c2-b27b-4b6b-b5ba-2c7602d15546
A [Claude Code](https://docs.anthropic.com/en/docs/claude-code) skill that copies Claude's last response to your clipboard, cleaned up and formatted for wherever you're pasting it.
Claude Code wraps its output with `⏺` bullets and 2-space indentation. That's fine in the terminal, but messy when you paste into Slack, Linear, a doc, or an email. `/clip` strips the noise and reformats for your target.
Modes
| Command | What it does | Paste into |
|---|---|---|
/clip |
Strip bullets/indent, keep Markdown | Linear, GitHub, Notion, docs |
/clip slack |
Convert to Slack mrkdwn (bold, italic, tables as code blocks) | Slack messages and threads |
/clip plain |
Strip all formatting, pure prose | Email, SMS, plain text |
/clip html |
Convert to HTML (, |