๐ CLI-Anything: Making All Software Agent-Native
lang:en
๐ค Today's Software Serves Humans. Tomorrow's Users Will Be AI Agents
CLI-Anything is an open-source platform that transforms any software into an AI-agent-ready tool. With a single command, it generates complete CLI interfaces for existing applications, bridging the gap between artificial intelligence and the world of software.
The project was born from a simple yet powerful idea: the command line is the universal interface — for humans and for agents alike.
๐ Key Features
- ๐ Automated CLI harness generation for existing software — just point to the project directory and the system builds a complete interface in 7 phases
- ๐ค CLI-Hub — a central registry to discover, install and manage hundreds of community-built CLIs with a single command
- ๐ป Multi-platform support — GIMP, Blender, LibreOffice, Zotero, Calibre, QGIS, Inkscape, MuseScore, Godot and many more
- ⚡ Compatibility with all major AI agents — Claude Code, Pi, OpenClaw, Codex, GitHub Copilot CLI and others
- ๐ฏ 7-phase approach — analysis, design, implementation, SKILL.md generation, testing, validation and publishing
- ๐ง Structured JSON output — perfect for ML models and automation without complex parsing
- ๐ง Over 2,269 tests passing — unit + end-to-end coverage for production reliability
- ๐ฆ Automatic SKILL.md — every generated CLI ships with an AI-discoverable skill definition
๐ป How It Works
- ๐ A CLI harness is generated for the chosen software through a 7-phase pipeline covering code analysis, interface design, command implementation, testing and documentation
- ๐ก Each CLI offers a rich command interface with interactive REPL and built-in help
- ๐ CLI-Hub enables automatic discovery and installation of new harnesses from the community
- ๐ฆ Every CLI includes SKILL.md with embedded documentation, command examples and expected output
๐ Quick Start
- ๐
pip install cli-anything— install CLI-Anything - ๐ป
/cli-anything ./gimp— generate a complete CLI harness for GIMP in a single command - ๐
pip install cli-anything-hub— enable CLI-Hub to discover and install CLIs from the community - ๐ฆ
cli-hub install <name>— install any CLI available in the registry
๐ Why CLI?
- ๐ฏ Structured & composable — text commands match LLM format and chain together for complex workflows
- ⚡ Lightweight & universal — minimal overhead, works across all systems without heavy dependencies
- ๐ง Self-documenting —
--helpflags provide automatic documentation that agents can discover - ๐ Deterministic results — predictable behavior for total reliability
๐ Results & Community
- ๐ 2,269 tests passing with unit + end-to-end coverage
- ⭐ 18+ supported applications with real demos — CAD, 3D scenes, diagrams, gameplay, subtitles and more
- ๐ Active community — open contributions, wishlist for new CLIs and a constantly updated public registry
๐ Discover the project on GitHub: https://github.com/HKUDS/CLI-Anything
⭐ If you find it useful, give the project a star!