npx claudepluginhub waterplanai/agentic-config --plugin ac-toolsThis skill is limited to using the following tools:
Copies provided text to the macOS clipboard.
Copies 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 recent conversation text to macOS clipboard as plain text via pbcopy or rich HTML/plain via Swift NSPasteboard for Slack/Notion.
Copies and pastes text/files to system clipboard with history tracking and format conversion. Useful for programmatic clipboard operations via /clipboard or Python scripts.
Share bugs, ideas, or general feedback.
Copies provided text to the macOS clipboard.
/cpc <text to copy>
Execute:
cat << 'EOF' | pbcopy
$ARGUMENTS
EOF
Report: "Copied to clipboard."