πŸ“‹
AutomationTypeScript

Clipboard

by daxaur

Clipboard is an Automation skill for Claude Code, published by daxaur in openpaw.

167 stars11 forkson daxaur/openpawAdded 2026/09/08+1% in starsRepository updated 2026/05/23
ai-agentanthropicautomationclaudeclaude-codeclimacosopen-sourcepersonal-assistantproductivitysmart-hometelegramtypescriptvibecoding
Install in seconds
Install Clipboard
Copy Clipboard into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/daxaur/openpaw/tree/main/skills/c-clipboard ~/.claude/skills/c-clipboard

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/daxaur/openpaw.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/c-clipboard/SKILL.md in daxaur/openpaw
Installs to
~/.claude/skills/c-clipboard
Collection
One of 25 skills cataloged from this repository
Category
Automation β€” 2226 skills

What Clipboard does

Clipboard copies, pastes, and transforms text between the system clipboard and files. Use it when you need to move command output into the clipboard or save clipboard contents to disk.

Clipboard is cataloged under Automation on DirSkills. Clipboard comes from a repository tagged ai-agent, anthropic, automation, claude and claude-code.

Documentation

README

Clipboard β€” Copy & Paste

Read from and write to the system clipboard. Built into macOS, no install needed.

Commands

# Read clipboard contents
pbpaste

# Copy text to clipboard
echo "hello world" | pbcopy

# Copy file contents to clipboard
pbcopy < /path/to/file.txt

# Save clipboard to file
pbpaste > /path/to/output.txt

# Copy command output to clipboard
ls -la | pbcopy
date | pbcopy

# Transform clipboard content
pbpaste | tr '[:lower:]' '[:upper:]' | pbcopy    # uppercase
pbpaste | sort | pbcopy                            # sort lines
pbpaste | wc -w                                    # word count

# Copy with no trailing newline
printf "%s" "exact text" | pbcopy

Linux Equivalents

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Clipboard

  • What else does daxaur publish alongside Clipboard?

    Clipboard is one of 25 skills that DirSkills catalogs from daxaur/openpaw, the repository it ships in. Its siblings there include AI LLM Tools, Apple Notes And Reminders and Bluetooth Control. Each one is a separate skill with its own page in this directory, installs the same way Clipboard does, and is maintained by daxaur in that same repository. The rest of the collection is listed on the daxaur/openpaw page.

  • How does Clipboard compare to other Automation skills?

    Clipboard ranks #2005 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Clipboard against them. Open each page to compare what they document and how they install.

More from daxaur/openpaw

Clipboard is one of 25 skills cataloged on DirSkills from daxaur/openpaw.

See all 25 skills β†’