cli-anything-openclaw
Installation
SKILL.md
OpenClaw Macro System CLI
What It Is
The OpenClaw Macro System 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
cd openclaw-skill/agent-harness
pip install -e .
Requirements: Python 3.10+, PyYAML, click, prompt-toolkit.