Skip to content

Releases: Ramsbaby/openclaw-memorybox

v2.0.0 — Install Once, Forget Forever

10 Feb 06:13

Choose a tag to compare

What's New

Repositioned as a lightweight maintenance tool — complementary to Mem0, Supermemory, QMD.

Highlights

  • 10 CLI commands: doctor, analyze, split, archive, health, dedupe, stale, suggest, report, init
  • 5-step doctor diagnostic (health + size + duplicates + stale + suggestions)
  • Reduced dedupe false positives (filters tables, code fences, box-drawing chars)
  • Published on ClawHub as openclaw-memorybox@2.0.0
  • Demo GIF, CHANGELOG, full compatibility matrix

Install

git clone https://github.com/Ramsbaby/openclaw-memorybox.git
cd openclaw-memorybox && chmod +x bin/memorybox
sudo ln -sf "$(pwd)/bin/memorybox" /usr/local/bin/memorybox
memorybox doctor ~/openclaw

Results (production-tested)

Metric Before After
MEMORY.md 20KB 3.5KB (-83%)
Context pressure 98% 7%
Setup time 5 minutes