Elite To Expertpack
/install elite-to-expertpack
Elite Longterm Memory → ExpertPack
Converts an Elite Longterm Memory (5-layer system with 32K ClawHub downloads) into a proper structured ExpertPack.
Supported layers:
- Hot RAM —
SESSION-STATE.md(current task, context, decisions) - Warm Store — LanceDB vectors at
~/.openclaw/memory/lancedb/(note: exported or skipped) - Cold Store — Git-Notes JSONL (decisions, learnings, preferences)
- Curated Archive —
MEMORY.md,memory/YYYY-MM-DD.mdjournals,memory/topics/*.md - Cloud — SuperMemory/Mem0 (skipped, noted in overview)
Usage
cd /root/.openclaw/workspace/ExpertPack/skills/elite-to-expertpack
python3 scripts/convert.py \
--workspace /path/to/your/workspace \
--output ~/expertpacks/my-agent-pack \
[--name "My Agent's Knowledge"] \
[--type auto|person|agent]
Flags let you override auto-detected paths for each layer.
What It Produces
A complete ExpertPack conforming to schema 2.3:
manifest.yaml(with context tiers, EK stub)overview.mdsummarizing conversion (layer counts, warnings)- Structured directories:
mind/,facts/,summaries/,operational/,relationships/, etc. _index.mdfiles, lead summaries,glossary.md(if terms found)relations.yaml(if relationships detected)- Clean deduplication preferring curated > structured > raw sources
Secrets are automatically stripped (sk-, ghp_, tokens, passwords). Warnings emitted for any found.
Post-Conversion Steps
cd ~/expertpacks/my-agent-pack- Verify content files are 400–800 tokens each (Schema 2.5 — retrieval-ready by design)
- Measure EK ratio:
python3 /path/to/expertpack/tools/eval-ek.py . - Review
overview.mdandmanifest.yaml - Commit to git and publish to ClawHub
Learn more: https://expertpack.ai • ClawHub expertpack skill
See also: Elite Longterm Memory skill on ClawHub.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install elite-to-expertpack - 安装完成后,直接呼叫该 Skill 的名称或使用
/elite-to-expertpack触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Elite To Expertpack 是什么?
Convert Elite Longterm Memory data into a structured ExpertPack. Migrates the 5-layer memory system (SESSION-STATE hot RAM, LanceDB warm store, Git-Notes col... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 268 次。
如何安装 Elite To Expertpack?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install elite-to-expertpack」即可一键安装,无需额外配置。
Elite To Expertpack 是免费的吗?
是的,Elite To Expertpack 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Elite To Expertpack 支持哪些平台?
Elite To Expertpack 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Elite To Expertpack?
由 Brian Hearn(@brianhearn)开发并维护,当前版本 v1.0.1。