Every Software Just Became Agent-Native Researchers at HKUDS Lab released CLI-Anything, a system that generates command-line interfaces for any software, enabling AI agents to control GUI-only applications like Blender, GIMP, and LibreOffice. The tool analyzes source code to create full CLI harnesses with tests and documentation, making the entire software ecosystem accessible to coding agents through a universal interface. unwind ai ../ - Posts - Every Software Just Became Agent-Native Every Software Just Became Agent-Native + Self-Evolving Agent Skills by Microsoft Today’s top AI Highlights: CLI-Anything: Every Software Just Became Agent-Native Shared AI agents for teams in Slack Microsoft SkillOpt: Train the Skill, not the model Inference price war is here and it’s starting from China LangChain gives agents a code layer between tool calls & so much more Read time: 3 mins AI Tutorial HTTP is a primitive. JSON is a primitive. /goal is becoming one for coding agents. A few weeks ago, OpenAI's Codex CLI added /goal as a way to give the coding worker a job with a defined done state. Claude Code added it this week. Hermes Agent, the orchestrator I run on a Mac Mini to coordinate work between coding workers, has had /goal built in for a while. This guide walks through what /goal actually is, the three roles in a multi-agent setup, a real end-to-end run, the verification rule, and how to run goals in parallel without workers stepping on each other. Latest Developments Your agent can write code, search the web, and manage files. But ask it to edit a Blender scene, export a MuseScore sheet, or automate Rekordbox, and it hits a wall. The software doesn't speak agent. CLI-Anything from the HKUDS lab fixes this by generating full CLI harnesses for any software, turning GUI-only apps into agent-controllable tools. One command analyzes the target app's source code, architects a CLI, implements it with tests, and publishes it to PATH. The project ships with a growing registry of 50+ ready-made CLIs covering GIMP, Blender, LibreOffice, OBS, Obsidian, Kdenlive, QGIS, and more. The idea is simple but the implications are huge: if CLI is the universal interface both humans and LLMs already speak, then wrapping every piece of software in a CLI makes the entire software ecosystem agent-accessible overnight. Key Highlights: CLI-Hub package manager : pip install cli-anything-hub, then browse, search, and install any harness with cli-hub install