Claude Clip banner
octavehq octavehq

Claude Clip

Git community

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 (

,

,
    , etc.)
CMS, blog editors, email HTML

Install

Clone this repo into your Claude Code skills directory:

git clone https://github.com/octavehq/claude-clip.git ~/.claude/skills/clip

That's it. Type `/clip` in Claude Code after any response.

Requirements

  • macOS (uses pbcopy for clipboard)
  • Python 3 (pure stdlib, no pip dependencies)

What it handles