CLI-Anything for OpenClaw
/install cli-anything-openclaw
Use this skill as an OpenClaw-native bridge to the upstream CLI-Anything methodology.
What this skill is
This skill packages the core CLI-Anything methodology in a portable form for OpenClaw users.
Use it when the user wants to:
- analyze whether a software project is a good fit for an agent-friendly CLI harness
- design command groups and workflow structure for a GUI application or repo
- refine an existing harness
- validate packaging, tests, and CLI entry points using CLI-Anything-style thinking
Inputs
Accept either:
- a local source path
- a GitHub repository URL
Derive the software name from the local directory name if needed.
Required references
Read these in order:
references/harness.md— core methodology and workflowreferences/codex-skill.md— condensed Codex-oriented rules- Relevant command references as needed:
references/cli-anything.mdreferences/cli-anything-refine.mdreferences/cli-anything-validate.mdreferences/cli-anything-test.mdreferences/cli-anything-list.md
Preferred workflow
- Acquire source locally if needed.
- Analyze architecture, backend surfaces, data model, and current automation affordances.
- Decide whether the project is a good fit for an agent-native CLI harness.
- If building:
- propose command groups
- propose state model
- propose
agent-harness/layout
- If refining:
- inventory current commands and tests
- identify gaps
- prioritize high-impact additions
- If validating:
- check packaging, CLI namespace, tests, and JSON output expectations
- Always report:
- files changed or proposed
- commands run
- risks / limitations
- next best step
Important constraints
- Treat this as a methodology skill, not as a promise that a harness already exists.
- Prefer wrapping real software backends rather than reimplementing behavior.
- Plan tests before writing them.
- Keep outputs concrete and actionable.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cli-anything-openclaw - 安装完成后,直接呼叫该 Skill 的名称或使用
/cli-anything-openclaw触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
CLI-Anything for OpenClaw 是什么?
Adapt HKUDS CLI-Anything for OpenClaw workflows. Use when the user wants to build, refine, test, or validate an agent-native CLI harness for a GUI applicatio... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1530 次。
如何安装 CLI-Anything for OpenClaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cli-anything-openclaw」即可一键安装,无需额外配置。
CLI-Anything for OpenClaw 是免费的吗?
是的,CLI-Anything for OpenClaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
CLI-Anything for OpenClaw 支持哪些平台?
CLI-Anything for OpenClaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 CLI-Anything for OpenClaw?
由 Barron Tang(@barrontang)开发并维护,当前版本 v0.1.0。