← Back to Skills Marketplace
56
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install clipboard-tool
Description
Perform clipboard-tool operations from the command line.
README (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]
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clipboard-tool - After installation, invoke the skill by name or use
/clipboard-tool - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Clipboard Tool?
Perform clipboard-tool operations from the command line. It is an AI Agent Skill for Claude Code / OpenClaw, with 56 downloads so far.
How do I install Clipboard Tool?
Run "/install clipboard-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Clipboard Tool free?
Yes, Clipboard Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Clipboard Tool support?
Clipboard Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Clipboard Tool?
It is built and maintained by BIN (@dinghaibin); the current version is v1.0.0.
More Skills