/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meshmorize - 安装完成后,直接呼叫该 Skill 的名称或使用
/meshmorize触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Meshmorize 是什么?
🧠 Multi-layer memory system: fresh layer, mesh graph, auto-log, cross-layer search, compliance check. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 40 次。
如何安装 Meshmorize?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meshmorize」即可一键安装,无需额外配置。
Meshmorize 是免费的吗?
是的,Meshmorize 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Meshmorize 支持哪些平台?
Meshmorize 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Meshmorize?
由 mozz0(@mozz0)开发并维护,当前版本 v3.1.0。