首页龙虾技能列表 › clipboard-manager-tool — 技能工具

clipboard-manager-tool — 技能工具

v1.0.0

[自动翻译] Clipboard history management. Use when user says "copy to clipboard", "paste from clipboard", "clipboard history", or wants to manage copied items.

0· 249·1 当前·1 累计
by @yushimohuang·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/11
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
The skill's code and runtime instructions are consistent with a local clipboard-history tool — no networking, credentials, or unexpected system access — but there are minor implementation and packaging issues and it will persist potentially sensitive clipboard contents to a workspace file.
评估建议
This skill appears to do exactly what it claims: local clipboard access and a saved history file. Before installing, verify and fix the script path referenced in SKILL.md (or ensure the file is installed at skills/clipboard-manager-1.0.0/scripts/clipboard.sh), and be aware that the tool will write clipboard contents to clipboard-history.md in the workspace root. Because clipboards often contain sensitive data, consider adding clipboard-history.md to .gitignore, restricting file permissions, or r...
详细分析 ▾
用途与能力
The skill's name/description match its behavior: it reads and writes the system clipboard and stores history in a markdown file. It legitimately needs write access to the workspace to store clipboard-history.md. Minor inconsistency: SKILL.md commands reference 'skills/clipboard-manager-1.0.0/scripts/clipboard.sh' while the provided manifest shows scripts/clipboard.sh at the package root, so the runtime path in the instructions may not exist as written.
指令范围
SKILL.md confines the agent to running the included shell script for save/get/set/history/clear/search. The instructions do not request additional credentials or read unrelated system files. However, the instructions reference a specific path that doesn't match the file manifest (packaging mismatch) which may cause the agent to fail to run the script unless paths are corrected.
安装机制
No install spec is present and the skill is instruction+script only. Nothing is downloaded or written by an installer step. This minimizes install-time risk.
凭证需求
No environment variables or external credentials are requested (good). The script does persist clipboard contents to workspace/clipboard-history.md — this is expected for a history tool but means any sensitive data copied to the clipboard (passwords, tokens, private keys) will be saved in plaintext in the workspace. The user should be aware and treat the history file appropriately (gitignore, permissions, encryption) or avoid saving sensitive clipboard contents.
持久化与权限
The skill does not set always:true and does not attempt to modify other skills or global agent settings. It only writes its own history file in the workspace root, which is within its scope.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/10

Initial release of Clipboard Manager. - Manage clipboard history: save, search, recall, and clear clipboard items. - Supports basic clipboard operations: get, set, and show history. - Compatible with Windows, macOS, and Linux. - Provides command-line scripts for all clipboard actions. - Displays clipboard content and history in a clear, readable format.

● 可疑

安装命令 点击复制

官方npx clawhub@latest install clipboard-manager-tool
镜像加速npx clawhub@latest install clipboard-manager-tool --registry https://cn.clawhub-mirror.com

技能文档

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

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

Restore from History

When user says: "restore clipboard item X"
bash skills/clipboard-manager-1.0.0/scripts/clipboard.sh restore 

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

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务