ExpertPack CLI
/install expertpack-cli
ExpertPack CLI
Local Python tools for validating, fixing, and deploying ExpertPacks. All tools operate on local files only — no network calls, no external dependencies beyond Python stdlib.
Tool location: ExpertPack/tools/validator/ in the cloned repo (github.com/brianhearn/ExpertPack).
Tools
- ep-validate.py — 19-check compliance validator. Must pass 0 errors before committing.
- ep-doctor.py — auto-fixes common issues (links, frontmatter, prefixes). Always dry-run first.
- ep-fix-broken-wikilinks.py — removes broken wikilinks. Safe for composites.
- ep-graph-export.py — generates
_graph.yamlfrom wikilinks +related:frontmatter. - ep-strip-frontmatter.py — produces a deploy copy with frontmatter stripped (source files untouched).
Recommended Workflow
ep-doctor dry-run → ep-doctor --apply → ep-validate → ep-strip-frontmatter (deploy copy) → commit
For full command syntax and flags: read {skill_dir}/references/cli-commands.md.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install expertpack-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/expertpack-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
ExpertPack CLI 是什么?
Run ExpertPack CLI tools for validating, fixing, graphing, and deploying packs. Use when: running ep-validate, ep-doctor, ep-graph-export, ep-strip-frontmatt... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。
如何安装 ExpertPack CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install expertpack-cli」即可一键安装,无需额外配置。
ExpertPack CLI 是免费的吗?
是的,ExpertPack CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ExpertPack CLI 支持哪些平台?
ExpertPack CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ExpertPack CLI?
由 Brian Hearn(@brianhearn)开发并维护,当前版本 v1.0.0。