CLI ToolsMay 13, 2026·2 min read

CLI-Anything — Install Agent-Native CLIs via CLI-Hub

CLI-Anything makes software agent-native: install CLI-Hub (`pip install cli-anything-hub`) and add harnesses via `npx skills add ... --skill ...`.

Agent ready

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
CLI Tool
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install f96b7e65-22c8-582d-9e02-78bce862ba6b --target codex

Stages files first; activation requires review of the staged README and plan.

Intro

CLI-Anything makes software agent-native: install CLI-Hub (pip install cli-anything-hub) and add harnesses via npx skills add ... --skill ....

Best for: Agent builders who need many third-party tools wrapped as consistent CLIs

Works with: Python ≥3.10, cli-anything-hub, npx skills, common agent runners

Setup time: 5-15 minutes

Key facts (verified)

  • GitHub: 34363 stars · 3364 forks · pushed 2026-05-13.
  • License: Apache-2.0 · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: pip install -e ..

Main

  • Use CLI-Hub when you want discovery + install in one place: treat it like a registry for agent-wrapped CLIs rather than ad-hoc scripts.

  • Adopt the unified skills layout (skills/) so you can install a harness via npx skills add ... --skill ... and keep versions pinned by repo commit.

  • Validate safety by running the CLI in “dry-run/preview” modes first (the project highlights demos with preview/live preview loops).

Source-backed notes

  • README headline frames CLI-Anything as “Making ALL Software Agent-Native” and links a web CLI-Hub.
  • README states CLI-Hub can be installed via pip install cli-anything-hub and used with cli-hub install <name>.
  • README notes a unified skills directory and an npx skills add HKUDS/CLI-Anything --skill <skill-name> install pattern.

FAQ

  • Is it only for Claude Code?: No — README mentions multiple agent environments; the hub/skills can be reused across tools.
  • Do I have to use npx skills?: No — README also includes git-clone-based installation paths for some environments.
  • How do I request support for a new tool?: README links issue templates for wishlist requests and contributor signup.
🙏

Source & Thanks

Source: https://github.com/HKUDS/CLI-Anything > License: Apache-2.0 > GitHub stars: 34363 · forks: 3364

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets