ClaudSkills / Content / content-misc

Txt Pasteboard

Quality score: 70/100  ·  Category: Content  ·  Sub-category: content-misc
Customize copy, cut, and paste in text editors — UIPasteboard and NSPasteboard reads and writes, NSItemProvider type negotiation, format stripping and rich-text sanitization on paste, NSTextAttachment handling for pasted images, custom UTType identifiers for round-tripping app-specific formats. Use when paste brings unwanted fonts and colors, copies should write multiple representations, custom formats need to round-trip, pasted images should land as inline attachments, or programmatic paste is bypassing typing attributes. Trigger on 'paste brings in fonts/styles I don't want', 'copy with formatting', 'cmd-c isn't doing the right thing', or any clipboard-related editor question even without UIPasteboard mentioned. Do NOT use for drag-and-drop (see txt-drag-drop).

What this skill does

Txt Pasteboard is a production-ready Claude Code skill (quality score 70/100) in the content-misc sub-category. It ships as a SKILL.md file that Claude Code auto-discovers under ~/.claude/skills/txt-pasteboard/ and loads when your prompt matches the skill's trigger.

When to invoke it: Use when paste brings unwanted fonts and colors, copies should write multiple representations, custom formats need to round-trip, pasted images should land as inline attachments, or programmatic paste is bypassing typing attributes. Trigger on 'paste brings in fonts/styles I don't want', 'copy with formatting', 'cmd-c isn't doing the right thing', or any clipboard-related editor question even without UIPasteboard mentioned.

Who uses this skill

The Txt Pasteboard skill is built for content creators, marketers, copywriters, SEO professionals, and editorial teams. It is part of the open ClaudSkills registry, a community-curated catalog of 15,000+ capabilities you can install for Claude Code — the Claude CLI agent.

How to install

Free

Manual install (2 steps)

mkdir -p ~/.claude/skills/txt-pasteboard
curl -L https://claudskills.com/skills/txt-pasteboard/SKILL.md \
  -o ~/.claude/skills/txt-pasteboard/SKILL.md

Or just download SKILL.md directly and drop it into ~/.claude/skills/txt-pasteboard/. Claude Code auto-discovers it on next session.

Skills live at ~/.claude/skills/txt-pasteboard/SKILL.md on macOS/Linux, or %USERPROFILE%\.claude\skills\txt-pasteboard\SKILL.md on Windows. See the full install guide for step-by-step instructions.

Pro

One-click install via the desktop app

The ClaudSkills desktop app installs any skill directly into ~/.claude/skills/ with one click — no terminal required. Pro starts at $9/mo or $149 lifetime.

More Content skills

Browse all Content skills in the ClaudSkills registry, or explore these top-rated picks from the same category:

Browse all Content skills → Top 100 skills
Part of ClaudSkills — the open registry for Claude Code skills.  ·  What's New  ·  Install guide  ·  About  ·  llms.txt