Installation

clawhub install widingmarcus-cyber/mindgardener

Summary

Your agents forget everything. This fixes it.

SKILL.md

MindGardener ๐ŸŒฑ

Your agents forget everything. This fixes it.

Built for OpenClaw. Complements the built-in memory_search tool.

How It Complements OpenClaw

OpenClaw built-inMindGardener adds
Search existing memoryCreate memory from conversations
Manual MEMORY.md editsAuto-extract entities โ†’ wiki pages
Flat text searchKnowledge graph (triplets + wikilinks)
โ€”Surprise scoring (unexpected = important)
โ€”Conflict detection (new info vs old)
โ€”Multi-agent sync

Features (v1.1)

  • ๐Ÿ” Provenance tracking โ€” know where every fact came from
  • โš”๏ธ Conflict detection โ€” flags when new info contradicts old
  • ๐Ÿš€ Auto-injection โ€” context ready at session start
  • โฐ Temporal decay โ€” old facts fade unless reinforced
  • ๐Ÿ”’ Concurrency โ€” file locks for multi-agent safety
  • ๐Ÿ”ฎ Associative recall โ€” follow wikilinks + graph traversal
  • ๐Ÿ“Š Confidence levels โ€” not all facts are equally reliable
  • ๐Ÿค Multi-agent sync โ€” merge per-agent memories to shared

Quick Start

bash
pip install mindgardener
garden init

Add to your nightly cron:

bash
garden extract && garden surprise && garden consolidate

Add to session start (BOOTSTRAP.md or heartbeat):

bash
garden inject --output RECALL-CONTEXT.md

What Changes From Default OpenClaw?

  • New folder: memory/entities/ (wiki pages)
  • New file: graph.jsonl (knowledge triplets)
  • New file: RECALL-CONTEXT.md (auto-generated context)
  • New file: garden.yaml (configuration)

Everything is markdown files. No database. Works offline.

Requirements

  • Python 3.10+
  • No external APIs required
  • For fully local: use garden init --provider ollama

Links

Recommended skills

Browse all โ†’

Related guides

Hand-picked reading to help you choose, install, and use agent skills.