clipboard

Community

Clipboard automation for macOS workflows.

Authormikeyobrien
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Read and write the macOS clipboard programmatically to streamline copy-paste tasks between apps, reducing manual dragging and typing.

Core Features & Use Cases

  • Read clipboard contents using pbpaste.
  • Write content to the clipboard using pbcopy.
  • Copy file contents to the clipboard with pbcopy < file.txt.
  • Copy the output of a command to the clipboard with a pipe to pbcopy, e.g., ls -la | pbcopy.
  • Use Case: Quickly capture terminal output or selected text for sharing in chats, emails, or documents.

Quick Start

Read from clipboard with: pbpaste Write to clipboard with: echo "text to copy" | pbcopy Copy a file's contents to the clipboard: pbcopy < file.txt Copy command output to the clipboard: ls -la | pbcopy

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: clipboard
Download link: https://github.com/mikeyobrien/rho/archive/main.zip#clipboard

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.