← 返回 Skills 市场
3469
总下载
1
收藏
24
当前安装
1
版本数
在 OpenClaw 中安装
/install clipboard
功能描述
Interact with the system clipboard (text only) using `xclip` from any OpenClaw session.
使用说明 (SKILL.md)
Clipboard Skill
Interact with the system clipboard (text only) from any OpenClaw session. Uses xclip on Linux.
Copy to Clipboard
Copy text to the clipboard:
echo "Hello, world!" | xclip -selection clipboard
Paste from Clipboard
Output current clipboard contents:
xclip -selection clipboard -o
Copy File Contents
Copy the contents of a file to the clipboard:
xclip -selection clipboard \x3C /path/to/file.txt
Install
sudo dnf install xclip
安全使用建议
This skill is simple and coherent: it uses the system xclip utility to copy and paste text. Before installing, confirm you are on a dnf-based Linux distribution (the install spec uses sudo dnf install xclip). Be aware that when you ask the skill to copy a file, it will read whatever file path you provide — do not request copying sensitive system files or secrets. Installation requires root privileges (sudo dnf), so ensure you trust the package source and your system's repositories. The agent can invoke the skill autonomously by default, but this skill on its own only runs xclip commands and does not contact external services.
功能分析
Type: OpenClaw Skill
Name: clipboard
Version: 1.0.0
The skill bundle provides functionality to interact with the system clipboard using `xclip`. All commands and installation instructions in `SKILL.md` are directly related to this stated purpose. While the `xclip -selection clipboard < /path/to/file.txt` command allows reading arbitrary file contents into the clipboard, this is a core capability of the skill and does not exhibit clear malicious intent, data exfiltration, or prompt injection attempts against the agent. The skill itself does not instruct the agent to access sensitive files or perform unauthorized actions.
能力评估
Purpose & Capability
Name/description match the requirements: the skill requires the xclip binary and the instructions show only xclip commands. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md contains only simple copy/paste examples using xclip and an install command. It does not instruct the agent to read unrelated system files, exfiltrate data, or contact external endpoints. It does show copying file contents when the user specifies a path (which is expected behavior).
Install Mechanism
Install spec uses dnf to install the xclip package (standard OS package manager). Low risk. Note: only a dnf installer is provided (appropriate for Fedora/RHEL); other platforms/distributions are not covered by this spec.
Credentials
No environment variables, credentials, or config paths are requested. The scope of access is limited to the xclip binary and whatever files the user explicitly asks to copy.
Persistence & Privilege
The skill does not request persistent presence, system-wide changes, or modification of other skills. always:false and no install-time writes beyond installing xclip are declared.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clipboard - 安装完成后,直接呼叫该 Skill 的名称或使用
/clipboard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
常见问题
Clipboard 是什么?
Interact with the system clipboard (text only) using `xclip` from any OpenClaw session. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3469 次。
如何安装 Clipboard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clipboard」即可一键安装,无需额外配置。
Clipboard 是免费的吗?
是的,Clipboard 完全免费(开源免费),可自由下载、安装和使用。
Clipboard 支持哪些平台?
Clipboard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clipboard?
由 Xejrax(@xejrax)开发并维护,当前版本 v1.0.0。
推荐 Skills