clipboard-manager

Clipboard history management. Use when user says "copy to clipboard", "paste from clipboard", "clipboard history", or wants to manage copied items.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "clipboard-manager" with this command: npx skills add yushimohuang/clipboard-manager-tool

Clipboard Manager

Manage clipboard history with save, search, and recall capabilities.

File Location

clipboard-history.md in workspace root

Commands

Save Current Clipboard

When user says: "save clipboard", "copy this to history"

bash skills/clipboard-manager-1.0.0/scripts/clipboard.sh save

Get Current Clipboard

When user says: "what's in clipboard", "show clipboard"

bash skills/clipboard-manager-1.0.0/scripts/clipboard.sh get

Set Clipboard

When user says: "copy this to clipboard: X"

bash skills/clipboard-manager-1.0.0/scripts/clipboard.sh set "<text>"

Show History

When user says: "clipboard history", "show copied items"

bash skills/clipboard-manager-1.0.0/scripts/clipboard.sh history [--limit 10]

Search History

When user says: "find in clipboard history: X"

bash skills/clipboard-manager-1.0.0/scripts/clipboard.sh search "<keyword>"

Restore from History

When user says: "restore clipboard item X"

bash skills/clipboard-manager-1.0.0/scripts/clipboard.sh restore <index>

Clear History

When user says: "clear clipboard history"

bash skills/clipboard-manager-1.0.0/scripts/clipboard.sh clear

History Format

# Clipboard History

## [1] 2026-03-10 10:30:45

Pasted content here


## [2] 2026-03-10 10:25:12

Another copied item

Platform Support

OSSupport
Windows✅ (powershell/clip)
macOS✅ (pbcopy/pbpaste)
Linux✅ (xclip/xsel)

Response Format

When showing clipboard:

📋 **Current Clipboard:**

Content here...

When showing history:

📋 **Clipboard History** (last 5)

[1] 2026-03-10 10:30 - "Meeting notes..."
[2] 2026-03-10 10:25 - "API endpoint: https://..."
[3] 2026-03-10 10:20 - "console.log('test')"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Github Push

Secure GitHub push automation with auto SSH and remote config. Use when git push, automated push, or conflict handling needed.

Registry SourceRecently Updated
Coding

Scrapling Fetch

支持自动绕过 Cloudflare Turnstile 和微信公众号反爬机制的网页内容抓取工具,输出干净Markdown或纯文本。

Registry SourceRecently Updated
Coding

rapidapi

Template-driven RapidAPI client with auto-registered actions and a universal call entrypoint

Registry SourceRecently Updated