OpenClaw
OpenClaw Integration
Section titled “OpenClaw Integration”OpenClaw supports CLI-Anything through its plugin system.
Installation
Section titled “Installation”Step 1: Install CLI-Hub
Section titled “Step 1: Install CLI-Hub”pip install cli-anything-hubStep 2: Install the Plugin
Section titled “Step 2: Install the Plugin”# Clone the repositorygit clone https://github.com/HKUDS/CLI-Anything.git
# Copy the plugincp -r CLI-Anything/openclaw-commands ~/.config/openclaw/commands/Step 3: Restart OpenClaw
Section titled “Step 3: Restart OpenClaw”Restart your OpenClaw session to load the new commands.
Available Commands
Section titled “Available Commands”| Command | Description |
|---|---|
@cli-anything | Build or use a CLI |
Usage Examples
Section titled “Usage Examples”Generate a New CLI
Section titled “Generate a New CLI”@cli-anything Build a CLI for GIMPUse an Existing CLI
Section titled “Use an Existing CLI”@cli-anything Use GIMP CLI to resize photo.jpg to 800x600Find and Use a CLI
Section titled “Find and Use a CLI”@cli-anything Find appropriate CLI software in CLI-Hub to batch process imagesMeta-Skill Installation
Section titled “Meta-Skill Installation”For autonomous CLI discovery:
npx skills add HKUDS/CLI-Anything --skill cli-hub-meta-skill -g -yWorkflow
Section titled “Workflow”User: @cli-anything Build a CLI for OBS Studio
OpenClaw:1. Analyzing OBS Studio...2. Designing CLI architecture...3. Implementing commands...4. Testing...
✅ OBS CLI generated and ready to use!- Be descriptive - Explain what you want clearly
- Use natural language - OpenClaw understands context
- Iterate - Refine the CLI as needed
Next Steps
Section titled “Next Steps”- Getting Started - Quick start guide
- CLI-Hub Guide - Browse available CLIs
- Tutorials - Learn with examples