← 返回 Skills 市场
sxliuyu

Clipboard Manager

作者 SxLiuYu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
442
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install clipboard-manager
功能描述
剪贴板历史管理工具。保存剪贴板历史,快速搜索和重复粘贴。适合频繁复制粘贴的用户。
使用说明 (SKILL.md)

Clipboard Manager 📋

管理剪贴板历史,快速搜索和重复粘贴。

功能

  • 📋 自动保存剪贴板历史
  • 🔍 快速搜索历史记录
  • 📌 固定常用内容
  • 🗑️ 清理历史
  • ⌨️ 快速粘贴

使用方法

查看历史

python3 scripts/clipboard.py history

搜索

python3 scripts/clipboard.py search "关键词"

固定内容

python3 clipboard.py pin 1

粘贴

python3 clipboard.py paste 1

清空历史

python3 clipboard.py clear

配置

# 最大保存条数
export CLIPBOARD_MAX=100

示例

# 查看最近10条
python3 scripts/clipboard.py history --limit 10

# 搜索包含 "密码" 的记录
python3 scripts/clipboard.py search "密码"

# 固定第1条
python3 scripts/clipboard.py pin 1
安全使用建议
This skill's functionality is coherent, but review these before installing: (1) Author and homepage are unknown — exercise caution running third-party scripts. (2) The script saves all clipboard contents to ~/.clipboard_history.json in plaintext; if you copy passwords or tokens the file will contain them. Consider not running the monitor or using it only on a trusted machine, set strict file permissions, or modify the script to encrypt sensitive entries. (3) The script uses xclip (Linux) or pbcopy/pbpaste (macOS); ensure those binaries exist and come from your OS package manager. (4) If you need stronger guarantees, inspect or run the script in a sandbox, or request a signed/reputable distribution with a homepage/source. If you proceed, consider rotating any secrets that may have been copied before enabling the monitor.
功能分析
Type: OpenClaw Skill Name: clipboard-manager Version: 1.0.0 The skill functions as a persistent clipboard logger that records all clipboard activity, including potentially sensitive data like passwords or tokens, into a local plaintext JSON file (~/.clipboard_history.json). While this behavior is aligned with the stated purpose in SKILL.md, the script (scripts/clipboard.py) implements high-risk capabilities such as continuous background monitoring and the use of subprocess to execute system utilities (xclip, pbpaste, pbcopy). Although no evidence of data exfiltration was found, the local storage of unencrypted clipboard history constitutes a significant privacy and security risk.
能力评估
Purpose & Capability
Name/description align with the included script: the Python program implements clipboard history, search, pin, paste, clear, and monitor features and persists data to ~/.clipboard_history.json. The declared requirement (python3 in _meta.json) matches the language runtime.
Instruction Scope
SKILL.md instructs running scripts/clipboard.py subcommands which is consistent with the code. However the runtime relies on platform clipboard utilities (xclip on Linux, pbcopy/pbpaste on macOS) which are used by the script but not declared anywhere in the skill metadata; SKILL.md mentions an optional CLIPBOARD_MAX env var but this is not declared in requires.env (it's optional, but worth noting). The instructions do not access network endpoints or unrelated system credentials.
Install Mechanism
No install spec (instruction-only with included script) — lowest install risk. The package does not download code from external URLs or run installers. The included code will write a data file to the user's home when run.
Credentials
The skill does not request external credentials (good), but it persistently stores all captured clipboard contents (potentially including passwords, tokens, or other secrets) in plaintext at ~/.clipboard_history.json without encryption or access controls. This is a privacy/security risk disproportionate to a casual helper if you copy sensitive data. Also relies on system binaries (xclip/pbcopy) that must exist for full functionality.
Persistence & Privilege
The skill is not always-enabled and doesn't request elevated privileges or modify other skills. Its persistence is limited to creating and updating a file in the user's home and running when invoked (or when you run the monitor command). Autonomous invocation is allowed by platform defaults but not set to always:true.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clipboard-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clipboard-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of clipboard-manager. - 自动保存剪贴板历史,方便查找和管理 - 支持快速搜索历史记录 - 可固定常用内容,便于重复粘贴 - 一键清理剪贴板历史 - 提供命令行方式快速查看、搜索、固定、粘贴和清空记录
元数据
Slug clipboard-manager
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Clipboard Manager 是什么?

剪贴板历史管理工具。保存剪贴板历史,快速搜索和重复粘贴。适合频繁复制粘贴的用户。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 442 次。

如何安装 Clipboard Manager?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clipboard-manager」即可一键安装,无需额外配置。

Clipboard Manager 是免费的吗?

是的,Clipboard Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Clipboard Manager 支持哪些平台?

Clipboard Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Clipboard Manager?

由 SxLiuYu(@sxliuyu)开发并维护,当前版本 v1.0.0。

💬 留言讨论