Install
openclaw skills install expertpackWork with ExpertPacks — structured knowledge packs for AI agents. Obsidian-compatible: every pack is a valid Obsidian vault with Dataview support. Use when:...
openclaw skills install expertpackStructured knowledge packs for AI agents. Maximize the knowledge your AI is missing.
Learn more: expertpack.ai · GitHub · Schema docs · Obsidian compatible
💎 Obsidian compatible: Every ExpertPack is a valid Obsidian vault. Copy the
.obsidian/folder from the ExpertPack repotemplate/directory into your pack root, open it in Obsidian, and install Dataview + Templater. You get live queries by content type, EK score, and tags; graph view; and full-text search. Standard relative Markdown links — packs render correctly on GitHub and in Obsidian simultaneously.
Companion skills: This skill covers consumption and hydration guidance only. For CLI tooling (validate, doctor, graph export, frontmatter strip) use
expertpack-cli. For EK measurement and quality evals useexpertpack-eval. For exporting an OpenClaw agent's workspace as an ExpertPack useexpertpack-export. For converting an existing Obsidian Vault into an agent-ready ExpertPack useobsidian-to-expertpack. For serving a pack as an MCP endpoint (expertise-as-a-service), see EP MCP — a generic MCP server for any ExpertPack.
Full schemas: /path/to/ExpertPack/schemas/ in the repo (core.md, person.md, product.md, process.md, composite.md, eval.md)
Default directory: ~/expertpacks/. Check there first, fall back to current workspace. Users can override by specifying a path.
manifest.yaml — identify type, version, context tiersoverview.md — understand what the pack covers_index.md navigationTo configure OpenClaw RAG, point memorySearch.extraPaths in openclaw.json at the pack directory. Files are authored at 400–800 tokens each — retrieval-ready by design.
For detailed platform integration (Cursor, Claude Code, custom APIs, direct context window): read {skill_dir}/references/consumption.md.
Volatile files: If a pack uses
volatile/files with asourceURL, staleness is checked at session start and the agent alerts you. Refresh is always user-initiated — no automatic background network fetches occur.
{skill_dir}/references/schemas.md for structural requirements.obsidian/ folder from the template/ directory in the public ExpertPack repo (github.com/brianhearn/ExpertPack) into the pack root — the user can do this manually to get Dataview + Templater pre-configured.manifest.yaml and overview.md (both required)_index.md in eachsummaries/, propositions/, glossary.md, lead summaries in content filessources/_coverage.md documenting what was researchedFor full hydration methodology and source prioritization: read {skill_dir}/references/hydration.md.
Point OpenClaw RAG at the pack directory via openclaw.json (memorySearch.extraPaths). See {skill_dir}/references/consumption.md for the exact config. No external chunking tool needed — files are authored at 400–800 tokens by design.
Install the companion skill expertpack-eval via clawhub — it handles all LLM API calls for blind probing and eval scoring.
Install the companion skill expertpack-cli via clawhub — it provides ep-validate, ep-doctor, ep-graph-export, and ep-strip-frontmatter with full command syntax and workflows.
Install the companion skill expertpack-export via clawhub — it handles workspace scanning, distillation, and packaging.