← 返回 Skills 市场
dinghaibin

Clipboard Tool

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
56
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install clipboard-tool
功能描述
Perform clipboard-tool operations from the command line.
使用说明 (SKILL.md)

Clipboard - CLI Utility

Command-line utility for clipboard operations.

Quick Start

clipboard-tool --help

Features

  • Standard command-line interface
  • Common flags and arguments
  • Pipe and redirect compatible
  • Shell integration

Examples

# Show help
clipboard-tool --help

# Basic usage
clipboard-tool [options] [arguments]

# Pipe input
echo "input" | clipboard-tool [options]
安全使用建议
This appears to be a straightforward CLI clipboard helper that invokes local clipboard programs and can read a file you provide. It asks for no secrets or network access. Before installing/run: (1) ensure you have the expected clipboard utility on your system (xclip/xsel/wl-clipboard on Linux, pbcopy/pbpaste on macOS, clip/Get-Clipboard on Windows); (2) review or run the script in a sandbox if you want to be cautious — it will execute local commands and read any file path you pass with --file; (3) note minor implementation issues (some command strings may be handled incorrectly on certain platforms), but there are no signs of data exfiltration or unrelated behavior.
功能分析
Type: OpenClaw Skill Name: clipboard-tool Version: 1.0.0 The clipboard-tool bundle is a standard utility for interacting with the system clipboard across different operating systems (Linux, macOS, Windows). The Python script (scripts/clipboard.py) uses platform-specific commands like xclip, pbcopy, and powershell to perform copy and paste operations, with no evidence of data exfiltration, network activity, or malicious intent.
能力评估
Purpose & Capability
Name/description match the included code: the Python script implements copy/paste/clear and supports reading from a file and simple text transforms. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md is minimal and consistent with the code, but the script does read local files when --file is used and invokes local clipboard utilities via subprocess. These behaviors are expected for a clipboard tool but are worth noting since the script will access any file path you provide and execute local commands (xclip/xsel/wl-paste/pbcopy/clip/powershell).
Install Mechanism
No install spec — instruction-only skill plus an included script. Nothing is downloaded or installed automatically by the skill.
Credentials
The skill requests no environment variables, credentials, or config paths; the required system utilities are exactly those expected for clipboard operations.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system privileges or modify other skills/configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clipboard-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clipboard-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug clipboard-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Clipboard Tool 是什么?

Perform clipboard-tool operations from the command line. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 56 次。

如何安装 Clipboard Tool?

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

Clipboard Tool 是免费的吗?

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

Clipboard Tool 支持哪些平台?

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

谁开发了 Clipboard Tool?

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

💬 留言讨论