← 返回
效率工具 中文

clipboard-manager-tool

Clipboard history management. Use when user says "copy to clipboard", "paste from clipboard", "clipboard history", or wants to manage copied items.
剪贴板历史管理。在用户说“复制到剪贴板”“从剪贴板粘贴”“剪贴板历史”,或想要管理已复制项目时使用。
yushimohuang
效率工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 681
下载
💾 10
安装
1
版本
#latest

概述

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')"

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 03:37 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 429 📥 103,689
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 444 📥 226,106
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 274 📥 114,721