From ac-tools
Copies text to macOS clipboard using pbcopy. Auto-triggers on keywords: copy, clipboard, pbcopy, cpc; invoke directly via /cpc <text>. Ideal for quick copying in terminal workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ac-tools:cpcThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Copies provided text to the macOS clipboard.
Copies provided text to the macOS clipboard.
/cpc <text to copy>
Execute:
cat << 'EOF' | pbcopy
$ARGUMENTS
EOF
Report: "Copied to clipboard."
npx claudepluginhub waterplanai/agentic-config --plugin ac-toolsCopies generated text to system clipboard via Bash temp file using pbcopy (macOS), xclip, or xsel (Linux). Auto-activates on 'copy this' or manual /txt-copy invocation.
Copies text to the macOS system clipboard with optional rich HTML formatting for pasting into Slack, Word, Google Docs, Notion, etc. Includes plain-text fallback.