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 cold store, MEMORY.md curated archive, and daily journals) into ExpertPack's portable format with multi-layer retrieval, context tiers, and EK measurement. Output is Obsidian-compatible — includes YAML frontmatter on all content files and can be opened as an Obsidian vault. Use when: upgrading from Elite Longterm Memory to ExpertPack, backing up agent knowledge, or migrating to a new platform. Triggers on: 'elite to expertpack', 'convert elite memory', 'export elite memory', 'migrate elite longterm', 'upgrade memory to expertpack', 'elite memory export'.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "elite-to-expertpack" with this command: npx skills add brianhearn/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 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

通义晓蜜 - 智能外呼

触发阿里云晓蜜外呼机器人任务,自动批量拨打电话。适用于批量外呼、客户回访、满意度调查、简历筛查约面试等场景。可从前置工具或节点获取外呼名单。

Registry SourceRecently Updated
General

Letterboxd Watchlist

Scrape a public Letterboxd user's watchlist into a CSV/JSONL list of titles and film URLs without logging in. Use when a user asks to export, scrape, or mirror a Letterboxd watchlist, or to build watch-next queues.

Registry SourceRecently Updated
General

Seedance Video Generation

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame, first+last frame, reference images), or (3) query/manage video generation tasks. Supports Seedance 1.5 Pro (with audio), 1.0 Pro, 1.0 Pro Fast, and 1.0 Lite models.

Registry SourceRecently Updated
4.2K17jackycser
General

Universal Skills Manager

The master coordinator for AI skills. Discovers skills from multiple sources (SkillsMP.com, SkillHub, and ClawHub), manages installation, and synchronization...

Registry SourceRecently Updated