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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install expertpack-cli - After installation, invoke the skill by name or use
/expertpack-cli - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.
How do I install ExpertPack CLI?
Run "/install expertpack-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ExpertPack CLI free?
Yes, ExpertPack CLI is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ExpertPack CLI support?
ExpertPack CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ExpertPack CLI?
It is built and maintained by Brian Hearn (@brianhearn); the current version is v1.0.0.