autodream-brain-sync

Sync Claude Code memory files to the Open Brain capture endpoint after each save.

4.4k|856|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/NateBJones-Projects/OB1 --skill autodream-brain-sync-natebjones-projects
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autodream-brain-sync
Source: https://github.com/NateBJones-Projects/OB1/tree/main/skills/autodream-brain-sync
Command: npx skills add https://github.com/NateBJones-Projects/OB1 --skill autodream-brain-sync-natebjones-projects

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about autodream-brain-sync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync Claude Code local memory files to other AI clients?

You can sync Claude Code local memory files to other AI clients by capturing them into Open Brain, which makes memories searchable across ChatGPT, Claude Desktop, and Codex. This Skill automatically sends each saved memory file to the Open Brain capture endpoint.

What happens to Claude Code memories if the Open Brain sync fails?

If the Open Brain sync fails, local Claude Code memory saves still complete successfully. The Skill is designed to fail open, ensuring local saves are never blocked by capture endpoint errors or network issues.

Does this sync MEMORY.md files from Claude Code projects to Open Brain?

No, this sync skips the MEMORY.md index file when capturing memories to Open Brain. It only captures actual memory content files written under .claude/projects/*/memory/, while honoring memory exclusion rules.

Can I use Open Brain to search Claude Code autodream memories across multiple devices?

Yes, Open Brain captures Claude Code autodream and end-of-session memory files immediately after they are written, making them searchable across multiple AI clients and devices without manual imports or file transfers.

How does Open Brain handle duplicate memory captures from Claude Code?

Open Brain handles duplicate memory captures using embedding-based deduplication. This Skill relies on Open Brain's dedup mechanism rather than blocking duplicates locally, ensuring all memory saves complete without checking for existing entries.