Discover agent-native CLIs for professional software. Access the live catalog to find tools for creative workflows, productivity, AI, and more.
CLI-Hub is a marketplace of agent-native command-line interfaces that make professional software accessible to AI agents.
# Install the CLI Hub package manager
pip install cli-anything-hub
# Browse all available CLIs
cli-hub list
# Search by category or keyword
cli-hub search image
cli-hub search "3d modeling"
# Install a CLI
cli-hub install gimp
# Show details for a CLI
cli-hub info gimp
URL: https://reeceyang.sgp1.cdn.digitaloceanspaces.com/SKILL.md
The catalog is auto-updated and provides:
cli-hub install commands for each toolCLI-Hub covers a broad range of software and codebases, empowering agents to conduct complex workflows via CLI:
Each CLI provides stateful operations, JSON output for agents, REPL mode, and integrates with real software backends.
cli-hub is a lightweight wrapper around pip. When you run cli-hub install gimp, it installs a separate Python package (cli-anything-gimp) with its own CLI entry point (cli-anything-gimp). Each CLI is an independent pip package — cli-hub simply resolves names from the registry and tracks installs.
pip install cli-anything-hubcli-hub search <keyword> or cli-hub list -c <category>cli-hub install <name> (installs the cli-anything-<name> pip package)cli-anything-<name> for REPL, or cli-anything-<name> <command> for one-shot--json flag for machine-readable output# Install the hub
pip install cli-anything-hub
# Find what you need
cli-hub search video
# Install it
cli-hub install kdenlive
# Use it with JSON output
cli-anything-kdenlive --json project create --name my-project