Skip to content

OpenClaw

OpenClaw supports CLI-Anything through its plugin system.

Terminal window
pip install cli-anything-hub
Terminal window
# Clone the repository
git clone https://github.com/HKUDS/CLI-Anything.git
# Copy the plugin
cp -r CLI-Anything/openclaw-commands ~/.config/openclaw/commands/

Restart your OpenClaw session to load the new commands.

CommandDescription
@cli-anythingBuild or use a CLI
@cli-anything Build a CLI for GIMP
@cli-anything Use GIMP CLI to resize photo.jpg to 800x600
@cli-anything Find appropriate CLI software in CLI-Hub to batch process images

For autonomous CLI discovery:

Terminal window
npx skills add HKUDS/CLI-Anything --skill cli-hub-meta-skill -g -y
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!
  1. Be descriptive - Explain what you want clearly
  2. Use natural language - OpenClaw understands context
  3. Iterate - Refine the CLI as needed