Install
openclaw skills install mindgardenerLocal-first long-term memory for autonomous agents. Built for OpenClaw. Creates wiki knowledge graph from conversations, scores events by surprise, detects c...
openclaw skills install mindgardenerYour agents forget everything. This fixes it.
Built for OpenClaw. Complements the built-in memory_search tool.
| OpenClaw built-in | MindGardener adds |
|---|---|
| Search existing memory | Create memory from conversations |
| Manual MEMORY.md edits | Auto-extract entities → wiki pages |
| Flat text search | Knowledge graph (triplets + wikilinks) |
| — | Surprise scoring (unexpected = important) |
| — | Conflict detection (new info vs old) |
| — | Multi-agent sync |
pip install mindgardener
garden init
Add to your nightly cron:
garden extract && garden surprise && garden consolidate
Add to session start (BOOTSTRAP.md or heartbeat):
garden inject --output RECALL-CONTEXT.md
memory/entities/ (wiki pages)graph.jsonl (knowledge triplets)RECALL-CONTEXT.md (auto-generated context)garden.yaml (configuration)Everything is markdown files. No database. Works offline.
garden init --provider ollama