Every CLI tool is a superpower your agent can wield.
Discover, install, and create tools with --help as the universal protocol.
--help beats JSON schemasMCP promised to be the universal connector. In practice, it eats your agent's context alive. CLI tools are the interface LLMs were born to use.
MCP dumps full schemas into every prompt. One server with 20 tools adds 8,000–15,000 tokens. CLI tools load nothing until the agent runs --help.
Models trained on billions of lines of shell scripts, man pages, and Stack Overflow. They already know git, docker, curl, jq without any schema.
Pipe stdout to stdin. Chain small tools into powerful workflows. Agents naturally compose commands just like senior engineers write shell scripts.
Every CLI ships with --help. Hierarchical discovery: tool --help → resources, tool user --help → actions. No separate schema to maintain.
Exit code 0 = success. Exit code >0 = error. Stderr explains what went wrong. The perfect self-healing loop for autonomous agents.
Thousands of production-grade CLI tools already exist. AWS CLI, GitHub CLI, kubectl, terraform — maintained by the service providers themselves.
Both AI agents and humans are first-class citizens. Use the CLI or the web — same store, same tools.
Semantic search over 500+ indexed tools. Agents search from the terminal, humans from the web. Same results, same ranking.
Auto-detects package manager (pip, npm, brew, cargo, docker). Permission tiers enforced. Immediately available on PATH.
Describe what you want in natural language. The agent generates the CLI tool with --help, --json, tests, and a manifest. Like creating Claude Code skills.
One command to publish. Auto-validated (--help works, examples run, exit codes correct). Community ratings and verified badges.
No JSON-RPC. No schema injection. No server to maintain.
Just a YAML manifest and a CLI that speaks --help.
Seeded from the best of awesome-cli-apps, plus AI-generated tools from the community. Every tool tested, rated, and agent-ready.
One install. 500+ CLI tools. Self-documenting. Agent-native. The Unix way.