Sessions end
A large context window can hold more of the current conversation. It does not automatically become durable knowledge for the next one.
The OpenClaw Memory Stack connects five distinct layers for automatic recall, session compaction, durable facts, daily execution notes, and optional cross-session retrieval.
Free email delivery. No checkout. Built for OpenClaw; compatibility with current Hermes is not verified.
The failure mode
Long context helps inside one conversation. Durable memory needs different jobs handled by different layers, with files remaining the source of truth.
A large context window can hold more of the current conversation. It does not automatically become durable knowledge for the next one.
Compaction helps the active thread, but important facts still need a durable place you can inspect, correct, and retrieve later.
Daily execution logs, stable facts, current-session detail, and temporal history have different retrieval needs. Treating them as one blob creates noise.
Five layers
The kit does not pretend one database solves every kind of memory. It gives each layer a clear role and connects them through a portable installer.
Surfaces relevant memories before a prompt and captures facts worth retaining.
Compresses long conversations while preserving a path back to source messages.
Adds optional cross-session recall and point-in-time history for multi-session work.
Stores people, companies, projects, decisions, and stable facts in plain Markdown.
Records what happened today, what changed, and why a decision was made.
Before and after
Installer flow
The scripts inspect the target workspace, create backups, add managed blocks, and keep repeat installs idempotent.
# 1. Check the target workspace bash scripts/preflight.sh /path/to/workspace # 2. Apply the core stack + guidance bash scripts/apply.sh /path/to/workspace \ --mode core-plus-guidance # 3. Run the installer contract checks python3 scripts/run_qa.py contract ✓ backups created ✓ managed blocks applied ✓ source files preserved
Complete archive
The recovered v0.2.0 archive is internally intact and includes the packaged installer plus its source, documentation, and QA harness.
Get the archive
Enter your details and we will email you an expiring download link. The ZIP is not published on this page.
Compatibility
No. This is the original OpenClaw v0.2.0 installer kit. Its architecture remains useful, but current Hermes compatibility has not been verified.
The installer is designed to create backups and append managed blocks rather than replacing existing AGENTS.md and MEMORY.md content. Review the scripts before running them on a live workspace.
No. The archive includes core, core-plus-guidance, and core-plus-openstinger modes. Start with the file foundation and add infrastructure only when the retrieval need justifies it.
The complete source is included in the emailed archive alongside the packaged installer, documentation, templates, examples, and QA harness.
Map the workflow first. Then decide what the operator must remember, where truth lives, and what gets reviewed by a human.