π 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!