What problem does it solve?
Claude Code saves memories locally under .claude/projects/*/memory/, which leaves those memories siloed to a single machine and inaccessible to other AI clients or devices. This Skill ensures local Claude Code memory files are captured into Open Brain so your memories are searchable and available across ChatGPT, Claude Desktop, Codex, and other MCP-connected clients.
Core Features & Use Cases
- Captures each Claude Code memory file to Open Brain immediately after it is written, using the mcp__open-brain__capture_thought endpoint.
- Preserves context by prefixing captures with the memory type (e.g., [feedback], [user], [project]) and includes project names when present.
- Respects guard rails: skips the MEMORY.md index, honors memory exclusion rules, avoids duplicate blocking by relying on Open Brain dedup via embeddings, and fails open so local saves always complete.
- Use case: When Claude Code autodreams at end-of-session and writes multiple memory files, this Skill automatically syncs them so other clients can retrieve recent memories without manual imports.
Quick Start
Save a memory in Claude Code and confirm the same entry appears in your Open Brain search results.