Meshmorize
/install meshmorize
MeshMorize ๐ง
Multi-layer memory system for LLM agents. Fresh daily layer, mesh graph indexing, auto-logging, cross-layer search, and full compliance checks.
Built for OpenClaw. Works with any agent that can run Python.
Layers
| Layer | File | Purpose |
|---|---|---|
| Fresh | memory/fresh/today.md |
Daily notes, 5-day rotation |
| Mesh | memory/mesh.json |
Graph nodes + search index |
| Log | scripts/auto_log |
Auto-log every interaction |
| Search | scripts/memory_search |
Cross-layer search (fresh โ daily โ mesh โ raw โ long-term) |
| Check | scripts/memory_check |
10-point compliance check (memcheck) |
Quick start
mem-bridge init # Rotate fresh layer, create today.md
auto_log "msg" "reply" # Log an interaction
memory_search "query" # Search all memory layers
memcheck # Full 10-point compliance check
Tools
| Tool | Source |
|---|---|
mem-bridge |
memory/bridge.py โ fresh-layer rotation + checkpoint management |
auto_log |
scripts/auto_log.py โ interaction logger |
memory_search |
scripts/memory_search.py โ multi-layer search across all memory stores |
memcheck |
scripts/memory_check.py โ 10-point compliance check runner |
Install
Put bridge.py in memory/ and scripts in scripts/ of your agent workspace. Symlink or add to PATH:
ln -s $(pwd)/scripts/* ~/.local/bin/
ln -s $(pwd)/memory/bridge.py ~/.local/bin/mem-bridge
On session start, run:
mem-bridge init
Source
https://github.com/mozz0/MeshMorize
Made by mozz0 ยท Released under MIT
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install meshmorize - After installation, invoke the skill by name or use
/meshmorize - Provide required inputs per the skill's parameter spec and get structured output
What is Meshmorize?
๐ง Multi-layer memory system: fresh layer, mesh graph, auto-log, cross-layer search, compliance check. It is an AI Agent Skill for Claude Code / OpenClaw, with 40 downloads so far.
How do I install Meshmorize?
Run "/install meshmorize" in the OpenClaw or Claude Code chat to install it in one step โ no extra setup required.
Is Meshmorize free?
Yes, Meshmorize is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Meshmorize support?
Meshmorize is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Meshmorize?
It is built and maintained by mozz0 (@mozz0); the current version is v3.1.0.