CLI-Hub Skill for CLI-Anything
by @yuh-yang
Discover agent-native CLIs for professional software. Access the live catalog to find tools for creative workflows, productivity, AI, and more.
clawhub install cli-anything-hubπ About This Skill
name: cli-hub-meta-skill description: >- Discover agent-native CLIs for professional software. Access the live catalog to find tools for creative workflows, productivity, AI, and more.
CLI-Hub Meta-Skill
CLI-Hub is a marketplace of agent-native command-line interfaces that make professional software accessible to AI agents.
Quick Start
# Install the CLI Hub package manager
pip install cli-anything-hubBrowse all available CLIs
cli-hub listSearch by category or keyword
cli-hub search image
cli-hub search "3d modeling"Install a CLI
cli-hub install gimpShow details for a CLI
cli-hub info gimp
Live Catalog
URL: https://clianything.cc/SKILL.txt
The catalog is auto-updated and provides:
cli-hub install commands for each toolNote: The file is served as .txt but contains markdown formatting for easy parsing.
What Can You Do?
CLI-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.
How It Works
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.
How to Use
1. Install cli-hub: pip install cli-anything-hub
2. Find your tool: cli-hub search or cli-hub list -c
3. Install: cli-hub install (installs the cli-anything- pip package)
4. Run: cli-anything- for REPL, or cli-anything- for one-shot
5. JSON output: All CLIs support --json flag for machine-readable output
Example Workflow
# Install the hub
pip install cli-anything-hubFind what you need
cli-hub search videoInstall it
cli-hub install kdenliveUse it with JSON output
cli-anything-kdenlive --json project create --name my-project
More Info
π‘ Examples
# Install the CLI Hub package manager
pip install cli-anything-hubBrowse all available CLIs
cli-hub listSearch by category or keyword
cli-hub search image
cli-hub search "3d modeling"Install a CLI
cli-hub install gimpShow details for a CLI
cli-hub info gimp