cpc

Copy text to the macOS clipboard using the pbcopy utility.

31|6|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/WaterplanAI/agentic-config --skill cpc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cpc
Source: https://github.com/WaterplanAI/agentic-config/tree/main/core/skills/cpc
Command: npx skills add https://github.com/WaterplanAI/agentic-config --skill cpc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Copying text to the macOS clipboard can require manual steps and context switching. This Skill automates the process, enabling quick clipboard updates from commands or automation.

Core Features & Use Cases

  • Clipboard automation: Copy arbitrary text to the macOS clipboard from shell scripts or AI-assisted workflows.
  • Seamless integration: Trigger with a single command to capture outputs, notes, or responses for immediate reuse.
  • Use Case: Copy a generated summary or command output to the clipboard for easy pasting into messages or documents.

Quick Start

Run: /cpc <text to copy>

Frequently Asked Questions about cpc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I copy text to the macOS clipboard from the command line?

Use the /cpc command followed by your text to copy it directly to the macOS clipboard. The Skill automates this using the built-in pbcopy utility, eliminating manual copy steps and enabling instant clipboard updates from shell workflows.

Can I automate clipboard updates in shell scripts on macOS?

Yes. The Skill integrates clipboard automation into shell workflows, letting you trigger clipboard updates from scripts or AI-assisted commands without manual intervention, capturing outputs or responses for immediate reuse.

What's the quickest way to copy command output to my clipboard?

Run /cpc followed by the text or output you want copied. This single command places the content directly into your macOS clipboard for pasting into messages, documents, or other applications.

Does this work with generated summaries or API responses?

Yes. The Skill copies arbitrary text from any source—including generated summaries, command outputs, or responses—directly to the clipboard, enabling seamless integration into automation and AI workflows.

What do I need to use clipboard automation on macOS?

Only a macOS system with the built-in pbcopy utility available. The Skill requires no additional dependencies or setup beyond the standard macOS environment to automate text copying.