Install
openclaw skills install cli-anythingGenerate or refine agent-usable CLIs for existing software/codebases using the CLI-Anything methodology. Use when the user wants to turn a GUI app, desktop t...
openclaw skills install cli-anythingUse this skill to work with the local CLI-Anything/ repository in the workspace and turn its methodology into something usable from OpenClaw.
Use it for three common cases:
agent-harness examples.The repository is expected at:
/root/.openclaw/workspace/CLI-AnythingRead these first when needed:
CLI-Anything/README.md — overall platform and examplesCLI-Anything/cli-anything-plugin/HARNESS.md — generation methodology and quality barCLI-Anything/cli-anything-plugin/README.md — plugin behavior and expected output layoutFor a fast survey of bundled examples, read references/bundled-harnesses.md.
Decide which path applies:
Before promising execution, check:
If the repo already includes a matching harness under <software>/agent-harness/, use that as the baseline instead of pretending generation has to happen from scratch.
CLI-Anything itself is not a native OpenClaw skill package. When adapting it:
SKILL.md focused on when to use and how to navigate the local repo/plugin or /cli-anything slash commands are directly available inside OpenClaw unless you have actually wired them up<software>/agent-harness/setup.py, package layout, and local README/SOP fileUse CLI-Anything as methodology, not magic:
agent-harness/TEST.mdThere are two good outputs:
Default to a method skill unless the user clearly wants a single app workflow.
SKILL.md.Use scripts/inspect_cli_anything.py to quickly inspect the local repo and enumerate bundled harnesses. It prints JSON with:
setup.py, package directory, README, and E2E testsRun:
python3 /root/.openclaw/workspace/skills/cli-anything/scripts/inspect_cli_anything.py
Use scripts/recommend_harness.py to rank the bundled harnesses and suggest good first validation targets.
Run:
python3 /root/.openclaw/workspace/skills/cli-anything/scripts/recommend_harness.py
/root/.openclaw/workspace/CLI-Anything/root/.openclaw/workspace/CLI-Anything/cli-anything-plugin/root/.openclaw/workspace/CLI-Anything/*/agent-harnessreferences/bundled-harnesses.md — quick map of included examplesreferences/openclaw-adaptation-notes.md — how to package CLI-Anything ideas into OpenClaw skillsreferences/validated-example-gimp.md — first locally verified runnable example