@Sumanth_077: Turn any GUI app into a CLI for AI agents! CLI-Anything automatically generates command-line interfaces for any softwar…
Summary
CLI-Anything is a tool that automatically generates command-line interfaces for GUI applications, enabling AI agents to interact with software like Blender, GIMP, and LibreOffice via structured CLI commands. It works as a Claude Code plugin and supports multiple integration methods.
View Cached Full Text
Cached at: 05/26/26, 03:13 PM
Turn any GUI app into a CLI for AI agents!
CLI-Anything automatically generates command-line interfaces for any software by analyzing its codebase. Point it at GIMP, Blender, LibreOffice, or any application and get a production-ready CLI that AI agents can use.
The problem: AI agents can’t use professional software. These tools have GUIs, not command interfaces. UI automation breaks constantly. APIs don’t exist or miss 90% of functionality. Building custom CLIs manually takes months.
CLI-Anything runs as a Claude Code plugin. You call /cli-anything ./gimp and it analyzes the codebase, designs command architecture, implements the full CLI, writes comprehensive tests, and publishes everything as a pip-installable package.
The generated CLIs call the actual software backends. Blender renders 3D scenes, LibreOffice generates PDFs, Zoom schedules meetings.
How it works depends on what the software provides. Tools with REST APIs get wrapped with OAuth handling. Tools with Python scripting get script generators. Tools with documented file formats get file creators plus rendering calls.
Each CLI works the same way for agents. Commands return structured JSON. REPL mode for interactive use. pip-installable to PATH. Comprehensive tests included.
Tested across 16 diverse applications: GIMP, Blender, Inkscape, Audacity, LibreOffice, OBS Studio, Kdenlive, Shotcut, Zoom, Mermaid, ComfyUI, Ollama. 1,839 passing tests with 100% pass rate.
Key capabilities:
• Automated CLI generation from any codebase • Calls actual software backends (no replacements) • Multiple integration approaches (APIs, scripting, file formats) • Production-ready with comprehensive tests • pip-installable with JSON output for agents • REPL mode for interactive use
Built as Claude Code plugin. Works with OpenCode, Codex, OpenClaw, Qodercli.
I’ve shared the link to the repo in the comments!
Similar Articles
@daweifs: The Essential Tool for AI Agents: CLI-Anything Hub. In a nutshell: Turn any GUI/SaaS/desktop software into an AI-native CLI with one click! Agents no longer need to 'click buttons'; just one command gets it done! Key highlights: • 76+ ready-made CLI covering...
CLI-Anything Hub is an open-source tool that can convert any GUI or SaaS software into an AI-native CLI with one click, allowing AI agents to operate directly via command line without manual clicks. It currently offers 76+ ready-made CLIs covering 31 categories of software, and is compatible with mainstream Agent frameworks such as Claude Code and Cursor.
HKUDS/CLI-Anything
CLI-Anything is an open-source framework that automatically generates command-line interfaces for any software, making them accessible to AI agents. It includes a hub for community-built CLIs and supports multiple AI agent platforms.
@axichuhai: The University of Hong Kong just open-sourced a treasure project – CLI-Anything, stars skyrocketed to 3 w. It can scan the source code of any software and automatically generate a CLI interface that AI agents can directly call. For desktop software like GIMP, Blender, Audacity without AP…
The University of Hong Kong open-sourced CLI-Anything, which can scan source code of any software and automatically generate CLI interfaces callable by AI agents, enabling desktop software without APIs (e.g., GIMP, Blender) to be controlled by agents.
@huang_chao4969: We just dropped the CLI-Anything technical report CLI-Hub hits a new milestone: ~100 CLIs · 35 categories · 200k+ agent…
CLI-Anything is an agent-native CLI platform that turns applications into command-line harnesses for AI agents. The technical report details CLI-Hub, a registry with nearly 100 CLIs across 35 categories and over 200,000 agent-driven CLI calls.
@Saboo_Shubham_: Agents CLI is the quickest way to build, deploy and evaluate multi-agent teams using Google Agent Development Kit. Work…
Agents CLI is a new command-line tool that enables rapid building, deployment, and evaluation of multi-agent teams using Google's Agent Development Kit, and works with various coding agents like Claude Code and Codex.