Agent Skills: CPC - Copy to Clipboard

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

UncategorizedID: MatiasComercio/agentic-config/cpc

Install this agent skill to your local

pnpm dlx add-skill https://github.com/WaterplanAI/agentic-config/tree/HEAD/plugins/ac-tools/skills/cpc

Skill Files

Browse the full folder contents for cpc.

Download Skill

Loading file tree…

plugins/ac-tools/skills/cpc/SKILL.md

Skill Metadata

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

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."