memorine
SKILL.md
Memorine
Persistent memory for OpenClaw agents. No APIs, no Docker, no external services. Just Python and SQLite.
What it does
- Facts -- store, recall, and search with full-text search (FTS5). Near-duplicates are reinforced, contradictions are flagged automatically.
- Forgetting curve -- memories decay over time if not accessed, just like human memory. Old garbage cleans itself up.
- Events -- log what happened with causal chains (this caused that, which caused this other thing).
- Procedures -- track multi-step workflows, learn which steps tend to fail, anticipate what you will need before starting a task.
- Cross-agent sharing -- agents share facts with each other or the whole team through the same database.
- Semantic search (optional) -- install
memorine[embeddings]to add meaning-based search on top of keyword search.
14 MCP tools
Once installed, your agents get access to:
| Tool | What it does |
|---|