npx skills add ...
npx skills add hkuds/cli-anything --skill cli-hub-meta-skill
Discover agent-native CLIs for professional software. Access the live catalog to find tools for creative workflows, productivity, AI, and more.
npx skills add hkuds/cli-anything --skill cli-hub-meta-skill
CLI-Hub is a marketplace of agent-native command-line interfaces that make professional software accessible to AI agents.
A single CLI is one tool. A matrix is a whole workflow packaged as
capabilities × providers — e.g. video-creation maps intents like
text.transcribe or visual.generate to harness CLIs, public CLIs, Python
libraries, native binaries, and cloud APIs. Reach for a matrix when a task spans
several tools (produce a video, design an image, build a game).
Standard agent sequence — preflight before you install:
Scope every install — do not bulk-install a 14-CLI matrix for a one-capability
task. Use --capability <id>, --recipe <id>, or --only a,b, and
--dry-run to preview the plan with zero side effects. --json is available on
every matrix subcommand; exit codes are 0 ok · 3 partial/gaps · 1 failure ·
2 usage error. Retry failures with cli-hub matrix install <name> --resume,
and audit an install with cli-hub matrix doctor <name>.
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.
Some installed harnesses also support preview workflows. The command split is:
cli-anything-<software> preview ... creates or updates real preview artifactscli-hub previews ... inspects, renders, watches, or opens those existing artifactsUse:
For live sessions, cli-hub previews reads:
session.json for the current headtrajectory.json for append-only historypip 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 outputcli-anything-<name> preview ... --json to publish,
then cli-hub previews ... to inspect or open the result