remember
Health Pass
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 18 GitHub stars
Code Fail
- process.env — Environment variable access in index.js
- fs module — File system access in index.js
- fs module — File system access in openclaw-hooks/persona-loader/handler.js
- fs module — File system access in scripts/build-index.js
- os.homedir — User home directory access in scripts/config.js
- process.env — Environment variable access in scripts/config.js
- fs module — File system access in scripts/config.js
- os.homedir — User home directory access in scripts/extract.js
- process.env — Environment variable access in scripts/extract.js
- fs module — File system access in scripts/extract.js
- fs module — File system access in scripts/session_start.js
- process.env — Environment variable access in scripts/user_prompt.js
- fs module — File system access in scripts/user_prompt.js
Permissions Pass
- Permissions — No dangerous permissions requested
This tool is an AI-powered second brain plugin for Claude Code that extracts knowledge from your AI sessions and organizes it into a local, Obsidian-compatible Markdown knowledge base. It automatically learns your coding patterns and connects your notes, projects, and tasks using wikilinks.
Security Assessment
The tool is local-first and operates entirely on your machine, but it requires broad read and write access to your system to function properly. The automated scan flagged several warnings, primarily concerning routine file system access and environment variable checks used to configure the application. However, there are two notable failures: the scripts actively access your user home directory (`os.homedir`) to create and manage the "remember" folder structure directly in your root directory.
The scan found no evidence of hardcoded secrets, dangerous permissions, or malicious outbound network requests. Because it deeply indexes your local AI session history, environment variables, and file structures, it inherently handles potentially sensitive data. Overall risk is rated as Medium.
Quality Assessment
The project is actively maintained, with its most recent push occurring today. It uses the permissive MIT license and has a helpful, detailed README. It currently has 18 GitHub stars, indicating a small but growing user base and early-stage community trust.
Verdict
Use with caution — the tool is safe and well-documented for local use, but you should be comfortable granting it broad read/write access to your home directory and local AI session logs.
AI-powered second brain for Claude Code that builds itself. Extract knowledge from every session—past and present—into auto-organized Markdown. Local-first, queryable, learns your patterns.
Remember.md — One Brain. Every AI Tool.
Your AI tools have memory. But memory is not a brain.
Remember.md is a second brain plugin for OpenClaw and Claude Code. It organizes decisions, people, projects, and tasks from your AI sessions — past and future — into a structured, Obsidian-compatible knowledge base that travels with you across tools.
Free. Local. Open source. Portable.
Memory vs Brain
Every AI tool now has memory — flat notes you can't search, browse, or take with you. Remember builds something different: a structured second brain with people, projects, decisions, and tasks connected via wikilinks.
| Built-in memory | Remember.md | |
|---|---|---|
| Structure | Flat key-value pairs | People, Projects, Notes, Tasks, Journal |
| Connections | None | [[wikilinks]] across all files |
| Browsable | No | Obsidian vault with graph view |
| Portable | Locked to one tool | One brain, every AI tool |
| Past sessions | No | Process months of history retroactively |
| Your patterns | No | Persona.md learns your code style |
Install
OpenClaw
openclaw plugins install @remember-md/remember
/remember:init
Claude Code
Run these from your terminal (not from inside Claude Code):
claude plugin marketplace add remember-md/marketplace
claude plugin install remember@remember-md
Then start Claude Code and run /remember:init to create your second brain structure and configure permissions.
Important — use the terminal, not the
/pluginslash command. An unrelated plugin also namedrememberexists in the defaultclaude-plugins-officialmarketplace. The/plugin install remember@remember-mdslash command currently ignores the@remember-mdqualifier and installs the wrong one. The terminal command (claude plugin install remember@remember-md) honors the marketplace and installs correctly. If you already got the wrong one, remove it withclaude plugin uninstall remember@claude-plugins-official.
What You Get
~/remember/
├── REMEMBER.md # Your custom rules (you edit this)
├── Persona.md # Your patterns (AI learns this)
├── People/ # One note per person
├── Projects/ # Active work with logs and tasks
├── Notes/ # Decisions, learnings, insights
├── Journal/ # Daily notes (YYYY-MM-DD.md)
├── Tasks/ # Focus + Next Up priorities
├── Areas/ # Ongoing responsibilities
├── Resources/ # Links, articles, references
├── Inbox/ # Quick capture
├── Templates/ # Note templates
└── Archive/ # Completed projects
All files use YAML frontmatter + [[wikilinks]] — Obsidian-native, browsable in any markdown editor.
Commands
| Command | What it does |
|---|---|
/remember:process |
Extract knowledge from past AI sessions into your brain |
/remember:status |
Show brain stats — file counts, recent activity |
remember this: ... |
Instant capture — routes to the right place automatically |
/remember:init |
Initialize your second brain structure |
How It Works
Process old sessions
Run /remember:process and recover months of lost knowledge from past OpenClaw and Claude Code sessions:
Found 47 unprocessed sessions.
✓ Extracted People/sarah-chen.md
✓ Extracted Notes/decision-database.md
✓ Created 12 journal entries
✓ Updated Tasks/tasks.md (+8 tasks)
✓ Updated Persona.md (learned your patterns)
Instant capture
Say "remember this: met with Sarah, decided to use Postgres for ACID compliance" and Remember routes it:
- Person →
People/sarah.md - Decision →
Notes/decision-database.md - Task →
Tasks/tasks.md
Adaptive Persona
Persona.md evolves with you — code style, naming conventions, review preferences, communication patterns. Loaded automatically every OpenClaw and Claude Code session so your AI knows how you work.
Supported Tools
- OpenClaw — full support (plugin + hooks + agent tools)
- Claude Code — full support (hooks + skills)
- Cursor / Codex — planned
One brain, shared across all tools. Knowledge captured in OpenClaw is available in Claude Code and vice versa.
Customize
Cascading REMEMBER.md files control how your brain works:
~/remember/REMEMBER.md— global preferences./REMEMBER.md— project-specific rules (layers on top)
Sections: Capture Rules, Processing, Custom Types, Connections, Language, Templates.
For full documentation, see REMEMBER.md Guide.
Privacy & Portability
- Local markdown files — nothing leaves your machine
- No cloud, no telemetry, no tracking
- Git-friendly — version control your entire brain
- No vendor lock-in — works with Obsidian, Logseq, any editor
- Portable — one brain across every AI tool
FAQ
Q: How is Remember different from OpenClaw memory or Claude MEMORY.md?
A: Built-in memory stores flat notes locked inside one tool. Remember builds a structured second brain — People, Projects, Decisions, Tasks, Journal — connected via wikilinks and browsable in Obsidian. It processes past sessions retroactively and is portable across AI tools.
Q: Can it process old sessions?
A: Yes. Run /remember:process to scan past OpenClaw and Claude Code sessions and extract decisions, people, tasks, and insights into your knowledge base. Works on sessions from months ago.
Q: Can I use it with both OpenClaw and Claude Code?
A: Yes. Both plugins point to the same brain directory. Knowledge captured in one tool is available in the other.
Q: Do I need Obsidian?
A: No, but Obsidian gives the best experience — graph view, backlinks, search. Remember creates Obsidian-native markdown that works in any editor.
Q: How does it learn my coding patterns?
A: Persona.md captures your code style, naming conventions, and workflow preferences over time. It's loaded at the start of every session so your AI knows how you work.
Q: How much does it cost?
A: Free, always. MIT licensed, open source.
Requirements
- OpenClaw or Claude Code (latest version)
- Node.js (bundled with Claude Code; required for OpenClaw)
- Git (optional, for version control)
Credits
Built on ideas from:
- continuous-learning-v2 — Hooks architecture
- PARA Method (Tiago Forte) — Organization structure
- Zettelkasten (Niklas Luhmann) — Linked thinking
License
MIT — see LICENSE.
Remember.md — One brain. Every AI tool. Star on GitHub
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found