Skip to content

CLI-Hub Guide

CLI-Hub is the package manager for CLI-Anything harnesses.

CLI-Hub is a unified registry and package manager that lets you:

  • 🔍 Discover available CLIs
  • 📦 Install CLIs with one command
  • 🔄 Update CLIs automatically
  • 🗑️ Uninstall when not needed
Terminal window
cli-hub list
Terminal window
cli-hub search gimp
cli-hub search blender
cli-hub search video
Terminal window
# Install GIMP CLI
cli-hub install gimp
# Install with specific version
cli-hub install gimp --version 1.0.0
Terminal window
# Update a specific CLI
cli-hub update gimp
# Update all CLIs
cli-hub update --all
Terminal window
# Uninstall GIMP CLI
cli-hub uninstall gimp
CLIDescription
gimpGNU Image Manipulation Program
inkscapeVector graphics editor
kritaDigital painting application
CLIDescription
blender3D creation suite
freecadCAD modeling
CLIDescription
shotcutVideo editor
obsStreaming & recording
kdenliveVideo editor
CLIDescription
libreofficeOffice suite
obsidianKnowledge management
zoteroReference manager

View all supported CLIs →

CommandDescription
cli-hub listList all available CLIs
cli-hub search <query>Search for CLIs
cli-hub install <name>Install a CLI
cli-hub update <name>Update a CLI
cli-hub uninstall <name>Uninstall a CLI
cli-hub info <name>Show CLI information

AI agents can use the CLI-Hub meta-skill to autonomously discover and install CLIs.

Terminal window
npx skills add HKUDS/CLI-Anything --skill cli-hub-meta-skill -g -y

Agents can now understand natural language requests:

Find appropriate CLI software in CLI-Hub and complete the task: Resize all images in /photos to 800x600

Visit cli-anything.cc to:

  • Browse available CLIs
  • Read documentation
  • Submit new CLI requests

Want to add a CLI to the registry?

  1. Generate a CLI using CLI-Anything
  2. Test thoroughly
  3. Submit a PR to the CLI-Anything repository

Learn how to contribute →