← 返回
未分类 中文

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...
将 Elite Longterm Memory 数据转换为结构化的 ExpertPack,迁移 5 层记忆系统(SESSION-STATE 热 RAM、LanceDB 温存储、Git-Notes 列…)
brianhearn
未分类 clawhub v1.0.1 2 版本 100000 Key: 无需
★ 1
Stars
📥 607
下载
💾 3
安装
2
版本
#latest

概述

Elite Longterm Memory → ExpertPack

Converts an Elite Longterm Memory (5-layer system with 32K ClawHub downloads) into a proper structured ExpertPack.

Supported layers:

  • Hot RAMSESSION-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 ArchiveMEMORY.md, memory/YYYY-MM-DD.md journals, 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.md summarizing conversion (layer counts, warnings)
  • Structured directories: mind/, facts/, summaries/, operational/, relationships/, etc.
  • _index.md files, 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

  1. cd ~/expertpacks/my-agent-pack
  2. Verify content files are 400–800 tokens each (Schema 2.5 — retrieval-ready by design)
  3. Measure EK ratio: python3 /path/to/expertpack/tools/eval-ek.py .
  4. Review overview.md and manifest.yaml
  5. Commit to git and publish to ClawHub

Learn more: https://expertpack.ai • ClawHub expertpack skill

See also: Elite Longterm Memory skill on ClawHub.

版本历史

共 2 个版本

  • v1.0.1 当前
    2026-05-03 04:47 安全 安全
  • v1.0.0
    2026-03-30 10:11

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Ontology To Expertpack

brianhearn
将本体技能知识图转换为结构化专家包,用于从本体技能的实体/关系图迁移。
★ 2 📥 626

ExpertPack Eval

brianhearn
Measure ExpertPack EK (Esoteric Knowledge) ratio and run automated quality evals. Use when: (1) Measuring what percentag
★ 1 📥 654

ExpertPack

brianhearn
使用 ExpertPacks — AI 代理的结构化知识包。Obsidian兼容:每个包都是一个有效的 Obsidian 库,支持 Dataview。使用时机:...
★ 2 📥 751