MacroCLI CLI What It Is The MacroCLI converts valuable GUI workflows into parameterized, CLI-callable macros. Agents never touch the GUI directly — they call macros through this stable CLI, and the runtime routes execution to the best available backend (native plugin/API, file transformation, semantic UI control, or precompiled GUI macro replay). Installation Requirements: Python 3.10+, PyYAML, click, prompt-toolkit. Quick Start (for agents) Command Reference Global Flags | Flag | Description | |------|-------------| | | Machine-readable JSON output on stdout | | | Simulate all steps, skip si…