Skip to main content
AI/MLWaterplanAI

cpc

Copy text to clipboard via pbcopy. Triggers on keywords: copy, clipboard, pbcopy, cpc

Stars
31
Source
WaterplanAI/agentic-config
Updated
2026-05-25
Slug
WaterplanAI--agentic-config--cpc
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/WaterplanAI/agentic-config/HEAD/plugins/ac-tools/skills/ac-tools/cpc/SKILL.md -o .claude/skills/cpc.md

Drops the SKILL.md into .claude/skills/cpc.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

CPC - Copy to Clipboard

Copies provided text to the macOS clipboard.

Usage

/cpc <text to copy>

Implementation

Execute:

cat << 'EOF' | pbcopy
$ARGUMENTS
EOF

Report: "Copied to clipboard."