Visualizzazione post con etichetta CLI. Mostra tutti i post
Visualizzazione post con etichetta CLI. Mostra tutti i post

giovedรฌ 21 maggio 2026

๐Ÿš€ CLI-Anything: Making All Software Agent-Native

๐Ÿš€ 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--help flags 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!

๐Ÿš€ CLI-Anything: Rendere Ogni Software Agent-Native

๐Ÿš€ CLI-Anything: Ogni Software, Pronto per gli Agenti AI

lang:it


๐Ÿค– Il software di oggi serve gli umani. Domani gli utenti saranno Agenti AI

CLI-Anything รจ una piattaforma open-source che trasforma qualsiasi software in uno strumento pronto per gli agenti AI. Con un singolo comando, genera interfacce CLI complete per applicazioni esistenti, colmando il divario tra intelligenza artificiale e il mondo del software.

Il progetto รจ nato da un'idea semplice ma potente: la riga di comando รจ l'interfaccia universale — per umani e per agenti.


๐Ÿš€ Funzionalitร  Principali

  • ๐Ÿš€ Generazione automatizzata di harness CLI per software esistenti — basta puntare alla directory del progetto e il sistema costruisce un'interfaccia completa in 7 fasi
  • ๐Ÿค– CLI-Hub — un registro centrale per scoprire, installare e gestire centinaia di CLI costruiti dalla comunitร  con un singolo comando
  • ๐Ÿ’ป Supporto multi-piattaforma — GIMP, Blender, LibreOffice, Zotero, Calibre, QGIS, Inkscape, MuseScore, Godot e molti altri ancora
  • Compatibilitร  con tutti i principali agenti AI — Claude Code, Pi, OpenClaw, Codex, GitHub Copilot CLI e altri
  • ๐ŸŽฏ Approccio in 7 fasi — analisi, progettazione, implementazione, generazione SKILL.md, test, validazione e pubblicazione
  • ๐Ÿง  Output strutturato in JSON — perfetto per modelli ML e automazione senza parsing complesso
  • ๐Ÿ”ง Oltre 2.269 test superati — copertura unit + end-to-end per affidabilitร  in produzione
  • ๐Ÿ“ฆ SKILL.md automatico — ogni CLI generato include una definizione di skill discoverabile per gli agenti AI

๐Ÿ’ป Come Funziona

  • ๐Ÿš€ Un harness CLI viene generato per il software scelto tramite una pipeline in 7 fasi che copre analisi del codice, progettazione dell'interfaccia, implementazione dei comandi, test e documentazione
  • ๐Ÿ’ก Ogni CLI offre un'interfaccia a comandi ricca con REPL interattivo e help integrato
  • ๐Ÿ”— CLI-Hub abilita la scoperta e l'installazione automatica di nuovi harness dalla comunitร 
  • ๐Ÿ“ฆ Ogni CLI include SKILL.md con documentazione incorporata, esempi di comandi e output atteso

๐Ÿ Quick Start

  • ๐Ÿš€ pip install cli-anything — installa CLI-Anything
  • ๐Ÿ’ป /cli-anything ./gimp — genera un harness CLI completo per GIMP in un solo comando
  • ๐Ÿ”— pip install cli-anything-hub — abilita CLI-Hub per scoprire e installare CLI dalla comunitร 
  • ๐Ÿ“ฆ cli-hub install <nome> — installa qualsiasi CLI disponibile nel registro

๐Ÿ“Š Perchรฉ la CLI?

  • ๐ŸŽฏ Strutturata e componibile — i comandi testuali si adattano al formato LLM e si concatenano per workflow complessi
  • Leggera e universale — overhead minimo, funziona su tutti i sistemi senza dipendenze pesanti
  • ๐Ÿง  Auto-documentante — i flag --help forniscono documentazione automatica discoverabile dagli agenti
  • ๐Ÿ† Risultati deterministici — comportamento prevedibile per un'affidabilitร  totale

๐Ÿ† Risultati & Community

  • ๐Ÿ† 2.269 test superati con copertura unit + end-to-end
  • 18+ applicazioni supportate con demo reali — CAD, scene 3D, diagrammi, gameplay, sottotitoli e altro
  • ๐ŸŒ Community attiva — contributo aperto, wishlist per nuovi CLI e registro pubblico costantemente aggiornato

๐Ÿ‘‰ Scopri il progetto su GitHub: https://github.com/HKUDS/CLI-Anything

⭐ Se ti sembra utile, dai una stella al progetto!

Discover Last30Days-Skill: The AI Search That Reads the Reality of the Last 30 Days!

๐Ÿš€ ๐Ÿค– ๐Ÿ’ป ⚡ ๐ŸŽฏ ๐Ÿง  ๐Ÿ”ง ๐Ÿ“ฆ ๐Ÿ ๐Ÿ“Š ๐Ÿ† ๐Ÿ”— ⭐ ๐Ÿ‘‰ LAST 30 DAYS SKILL: YOUR ULTIMATE AI SEARCH! Have you ever wanted to know what is really happeni...