Clipboard Tool

Perform clipboard-tool operations from the command line.

Install

openclaw skills install @dinghaibin/clipboard-tool

Clipboard - CLI Utility

Command-line utility for clipboard operations.

Quick Start

bash
clipboard-tool --help

Features

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

Examples

bash
# Show help
clipboard-tool --help

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

# Pipe input
echo "input" | clipboard-tool [options]