Skip to content

Releases: felixsim/bonsai-memory

v1.0.0 — Memory Tree for OpenClaw

Choose a tag to compare

@felixsim felixsim released this 11 Mar 01:49

🌳 Memory Tree v1.0.0

Hierarchical memory for OpenClaw agents. Replace your monolithic MEMORY.md with a domain-based context tree.

Results from 9 production agents:

  • Average 81% reduction in boot memory tokens
  • Best case: 94% reduction (6,400 → 385 tokens)
  • Zero dependencies, zero cost, zero config

What's included:

  • SKILL.md — Self-contained instructions any OpenClaw agent can follow
  • memory-tree.skill — Packaged skill file for openclaw skill install
  • examples/ — Before/after MEMORY.md and tree structure

Installation:

# Copy into your skills directory
cp SKILL.md ~/.openclaw/workspace/skills/memory-tree/SKILL.md

# Or just tell your agent: "Restructure your memory using memory-tree"