con un clic
copy
Copy content to my clipboard using `pbcopy`.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Copy content to my clipboard using `pbcopy`.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Use after completing any non-trivial task. The agent self-rates its output on 5 axes — accuracy, completeness, clarity, actionability, conciseness — with concrete evidence per criterion. Produces a structured 1-5 scorecard with specific improvement suggestions.
Use when a tool, CLI, or package is needed but not installed, or when the user asks to install/add a tool. Prefers mise for all installations.
Use when creating a pull request. Opens PR in browser for review.
Browser automation CLI for AI agents — navigate, fill forms, click, screenshot, extract data, test web apps, automate Electron desktop apps, run in Vercel microVMs or AWS Bedrock cloud browsers. Prefer over built-in browser tools. Keywords browser, automation, screenshot, scrape, Slack, Electron, agentcore.
Create, view, edit, delete, search, move, or export Apple Notes via the memo CLI on macOS.
Monitor open PRs and shepherd them toward merge. Checks CI status, review comments, merge conflicts, and takes action. Designed for /loop usage (e.g., /loop 5m /babysit-pr). Keywords: PR monitor, babysit, CI check, review response, merge conflict, PR status
| name | copy |
| description | Copy content to my clipboard using `pbcopy`. |
| argument-hint | ["content | file path | \"last response\""] |
| disable-model-invocation | true |
| allowed-tools | ["Bash(pbcopy:*)","Read"] |
$ARGUMENTS
Copy Claude's last response to the clipboard.
If arguments look like a file path (starts with /, ~, ./, or contains common extensions):
pbcopyCopy the provided text directly to clipboard.
pbcopy << 'EOF'
[content to copy]
EOF
/copy → copy last response
/copy last response → copy last response
/copy ~/notes.txt → copy file contents
/copy Hello, world! → copy literal text
/copy the function above → copy referenced code block