openclaw-memory-brain
SKILL.md
openclaw-memory-brain
This is an OpenClaw Gateway plugin that behaves like a lightweight personal brain:
- It listens to inbound messages and captures likely-valuable notes when certain triggers or topics occur.
- It allows semantic-ish recall via a search tool and slash commands.
- Everything is stored locally (JSONL) with optional secret redaction.
- Oldest items are evicted when the configurable
maxItemscap is reached.
Commands
/remember-brain <text>
Explicitly save a personal brain memory item.
- Auth required: No
- Arguments: The text to remember (required)
/remember-brain TypeScript 5.5 requires explicit return types on exported functions