autodream-brain-sync

Sync Claude Code memory file writes to Open Brain via capture_thought.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/Greyborne/OB1-Canobi --skill autodream-brain-sync-greyborne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autodream-brain-sync
Source: https://github.com/Greyborne/OB1-Canobi/tree/main/skills/autodream-brain-sync
Command: npx skills add https://github.com/Greyborne/OB1-Canobi --skill autodream-brain-sync-greyborne

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude Code auto-memory (dreaming/autodream) saves important memories only to local files, so those memories stay isolated on one machine and don’t reliably follow you across AI clients and devices.

Core Features & Use Cases

  • Sync local memory saves to Open Brain: After each local memory file write (excluding the MEMORY.md index), the skill captures the same content into Open Brain via mcp__open-brain__capture_thought.
  • Keep memories queryable across clients: Enables retrieval from ChatGPT, Claude Desktop, Codex, and any other MCP-connected client that can search Open Brain.
  • Works with common memory triggers: Applies to memory writes, dreaming/autodream events, and explicit “remember this” style requests.

Quick Start

Save a memory in Claude Code (for example, “remember that I prefer TypeScript over JavaScript”) and confirm a matching capture appears in Open Brain.

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 writes to another device?

To sync Claude Code local memory writes across devices, this Skill captures each memory file write into Open Brain via the mcp__open-brain__capture_thought function, enabling cross-device and cross-client retrieval.

Can I access Claude Code memories from ChatGPT or Claude Desktop?

Yes, you can access Claude Code memories from ChatGPT, Claude Desktop, and Codex. The Skill syncs local memory saves into Open Brain, making them queryable from any MCP-connected client.

What is the best way to keep autodream memories from staying isolated on one machine?

To keep autodream memories from staying isolated, this Skill intercepts local memory file writes and immediately pushes the memory content to Open Brain for centralized vector search and retrieval.

Does memory sync to Open Brain include the MEMORY.md index file?

No, memory sync to Open Brain explicitly excludes the MEMORY.md index file. The Skill only captures actual memory content from auto-saves, dreaming events, and explicit remember requests.

Why does my Claude Code memory sync fail when the MCP connection drops?

Claude Code memory sync fails when the MCP connection drops because the Skill avoids blocking local saves on MCP failures, meaning the local file write succeeds but the Open Brain capture is skipped.

Do I need to format memory content before syncing it to Open Brain?

You do not need to format memory content before syncing. The Skill requires calling the Open Brain capture function with the raw memory content, excluding frontmatter, and applies the appropriate type prefixing automatically.