Remember.md is a second brain plugin for OpenClaw and Claude Code that goes beyond built-in memory. While OpenClaw and Claude Code have their own memory systems, Remember organizes knowledge into a structured brain — people, projects, decisions, tasks, and journal entries connected via wikilinks. It can process historical sessions retroactively and works as a portable Obsidian vault that travels with you across AI tools.
One brain. Every AI tool.
A second brain for OpenClaw and Claude Code. Organize knowledge from your AI sessions — past and future — into a structured, Obsidian-compatible knowledge base.
Memory is not a brain
OpenClaw and Claude Code have memory. But memory is a flat list — not an organized, searchable, portable knowledge base.
You explained the same architecture decision to your AI. Again.
That perfect solution from last month? Lost in a closed session.
Your AI doesn't know your team, your preferences, or your past decisions.
Switch AI tools and start from zero. Your context is locked inside each one.
AI sessions are a goldmine. You're throwing away the gold.
This is what your brain looks like after one week.
# Sarah Chen
- Role: Backend Lead @ Acme
- Last contact: 2026-02-14
## Interactions
### 2026-02-14
- Discussed auth architecture
- She prefers JWT over OAuth for internal APIs# Database: Postgres over MongoDB
- Date: 2026-02-12
- Rationale: ACID compliance, row-level security
- Alternatives: MongoDB (rejected: no transactions)
- Decision by: Team consensus# 2026-02-15
## Auth Service
- Implemented JWT refresh flow
- Discussed rate limiting with Sarah
- Decision: 100 req/min per user
## Tasks completed
- [x] Set up Postgres migrations## Focus
- [ ] Deploy auth service to staging ⚡
- [ ] Write API docs for /auth endpoints
## Next Up
- [ ] Add rate limiting middleware
- [ ] Set up monitoring alerts47 notes, 12 people tracked, 5 project files — auto-organized into an Obsidian vault from your OpenClaw and Claude Code sessions. Zero manual filing.
Three steps. Months of knowledge recovered.
Install
One command. Works with OpenClaw and Claude Code. Creates your knowledge base and connects to your AI tool.
# OpenClaw:
openclaw plugins install @remember-md/remember
# Claude Code:
/plugin install remember
# Initialize your brain:
/remember:initProcess your history
Go back in time. Extract decisions, people, and insights from months of past AI sessions you thought were lost.
> /remember:process
Found 47 unprocessed sessions.
✓ Extracted People/sarah-chen.md
✓ Extracted Notes/decision-database.md
✓ Extracted 12 journal entries
✓ Updated Tasks/tasks.md (+8 tasks)
✓ Updated Persona.md (learned your patterns)Keep capturing
Say "remember this" going forward. Your brain grows with every session, across every tool.
> remember this: we chose Postgres over MongoDB
because of ACID compliance
✓ Captured to Notes/decision-database.md
✓ Updated Projects/auth-service.md
✓ Linked People/sarah.mdBuilt for developers
More than memory. A structured second brain you own, browse, and take anywhere.
Hooks, not magic
Deterministic capture via OpenClaw and Claude Code hooks. Every write is predictable, inspectable, and version-controlled. No black-box AI deciding what to save.
Plain markdown. Full control.
YAML frontmatter, wikilinks, standard file structure. grep it, git it, script it — your brain is just files.
Persona that evolves
Persona.md learns your code style, naming conventions, and review preferences. Loaded every OpenClaw and Claude Code session — your AI stops asking the same questions.
Project-level overrides
Drop a REMEMBER.md in any repo to control capture rules, templates, and routing. Global defaults + per-project config.
Get started in 60 seconds
# Add the marketplace
/plugin marketplace add remember-md/marketplace
# Install the plugin
/plugin install remember
# Initialize your brain
/remember:initFree and open source. MIT licensed.