
from claude-clip10
Copy the most recent assistant message to the macOS clipboard in Markdown, Slack mrkdwn, plain text, or HTML with automatic reformatting (removes Claude's ⏺ bul
Grabs the most recent assistant message in a conversation, runs it through a bundled reformatter, and replaces the macOS clipboard with a cleaned version in the requested format (md, slack, plain, or html). Useful for pasting assistant output into Slack, email, CMS editors, or docs without Claude-specific bullets or wrapping artifacts.
/clip, /clip slack, /clip plain, or /clip html.scripts/reformat.py (pure-Python reformatter for md→slack/plain/html transformations).pbcopy). The SKILL.md documents required CLI flags and the deterministic rendering rules.Likely used with Claude Code and other local agent runtimes that provide access to the assistant's last message and can run local scripts on macOS.
The skill has a critical mismatch: frontmatter and DB description say 'Copy last assistant message to macOS clipboard' but the body is entirely about OpenAI CLIP multimodal ML model (zero-shot classification, text-image similarity). Code snippets reference an undefined load_image() function. No scripts bundled. Pure static analysis — no executable code to test.
Major identity mismatch between name/description (clipboard tool) and actual content (OpenAI CLIP ML model). This skill appears to be incorrectly catalogued or the wrong SKILL.md was fetched. The code examples are boilerplate from official CLIP docs with minimal adaptation.