Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

Clipboard Manager

  • 94 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

clipboard-manager is a Claude Code skill that copies and pastes text and files to and from the system clipboard via a Python CLI.

About

clipboard-manager is a Claude Code skill that copies and pastes text and files to and from the system clipboard. A developer runs scripts/clipboard_manager.py with copy or paste, optionally reading from or writing to a file. It wraps the pyperclip library for programmatic clipboard operations.

  • Copies and pastes text and files to and from the system clipboard
  • Runs via a bundled scripts/clipboard_manager.py CLI
  • Built on the pyperclip library (BSD-3-Clause)

Clipboard Manager by the numbers

  • 94 all-time installs (skills.sh)
  • Ranked #251 of 550 CLI & Terminal skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

clipboard-manager capabilities & compatibility

Capabilities
clipboard copy · clipboard paste
Pricing
Free
From the docs

What clipboard-manager says it does

Copy and paste text and files to system clipboard with history tracking and format conversion.
SKILL.md
python scripts/clipboard_manager.py copy "Hello World"
SKILL.md
npx skills add https://github.com/aidotnet/moyucode --skill clipboard-manager

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs94
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Copy and paste text or file content to and from the system clipboard via a CLI script.

Who is it for?

Programmatic copy and paste between the clipboard and files.

Skip if: Cross-device clipboard sync or GUI clipboard history browsing.

When should I use this skill?

A developer needs to copy or paste text or file content via the command line.

What you get

Text or file content copied to or pasted from the system clipboard.

  • Clipboard content copied or pasted to a file

Files

SKILL.mdMarkdownGitHub ↗

Clipboard Manager Tool

Description

Copy and paste text and files to system clipboard with history tracking and format conversion.

Trigger

  • /clipboard command
  • User needs clipboard operations
  • User wants to copy/paste programmatically

Usage

# Copy text to clipboard
python scripts/clipboard_manager.py copy "Hello World"

# Copy file content
python scripts/clipboard_manager.py copy --file document.txt

# Paste from clipboard
python scripts/clipboard_manager.py paste

# Paste to file
python scripts/clipboard_manager.py paste --output output.txt

Tags

clipboard, copy, paste, text, utility

Compatibility

  • Codex: ✅
  • Claude Code: ✅

Related skills

FAQ

What can it copy and paste?

Text and file content to and from the system clipboard.

What library is it based on?

The pyperclip library (BSD-3-Clause).

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.