install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/0xcjl/openclaw-memory-plugin" ~/.claude/skills/clawdbot-skills-openclaw-memory-plugin && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/0xcjl/openclaw-memory-plugin" ~/.openclaw/skills/clawdbot-skills-openclaw-memory-plugin && rm -rf "$T"
manifest:
skills/0xcjl/openclaw-memory-plugin/SKILL.mdsource content
OpenClaw Memory System
Persistent memory system for OpenClaw multi-agent workflows.
Features
- BM25 semantic search with keyword fallback
- Keyword-based memory indexing
- DAG-based memory association linking
- Session lifecycle hooks (before/after task)
- WAL snapshot for crash recovery
Tools
- Recall top-N memories before a taskmemory_recall
- Save task output to memorymemory_save
- BM25 full-text searchmemory_search
- Rebuild all indexesmemory_build
- Link two memory entriesmemory_dag_link
Usage
Install via OpenClaw gateway plugin manager.
Architecture
See
docs/ARCHITECTURE.md for full details.
License
MIT