Copy text to clipboard via pbcopy. Triggers on keywords: copy, clipboard, pbcopy, cpc
Scanned 9/6/2026
Install to Claude Code
npx -y skills add MatiasComercio/agentic-config --skill ac-tools-cpc --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ac Tools Cpc?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/matiascomercio-ac-tools-cpc)More formats (shields.io, HTML) on the badges page.
---
name: ac-tools-cpc
description: "Copy text to clipboard via pbcopy. Triggers on keywords: copy, clipboard, pbcopy, cpc"
project-agnostic: true
allowed-tools:
- Bash
---
# CPC - Copy to Clipboard
Copies provided text to the macOS clipboard.
## Usage
```
/skill:ac-tools-cpc <text to copy>
```
## Implementation
Execute:
```bash
cat << 'EOF' | pbcopy
$ARGUMENTS
EOF
```
Report: "Copied to clipboard."
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!