Clipboard Tool

v1.0.0

Perform clipboard-tool operations from the command line.

0· 39·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dinghaibin/clipboard-tool.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Clipboard Tool" (dinghaibin/clipboard-tool) from ClawHub.
Skill page: https://clawhub.ai/dinghaibin/clipboard-tool
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install clipboard-tool

ClawHub CLI

Package manager switcher

npx clawhub@latest install clipboard-tool
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk973hactrn3wsk3acphsa9m2j985nwhh
39downloads
0stars
1versions
Updated 8h ago
v1.0.0
MIT-0

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]

Comments

Loading comments...