autodream-brain-sync

Mirror Claude Code local memory files to an Open Brain instance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude Code's auto-memory system saves memories locally on a single machine, limiting cross-device access and collaboration. This skill mirrors those memories to Open Brain so they are accessible from all connected AI clients (ChatGPT, Claude Desktop, Codex) and across all devices.

Core Features & Use Cases

  • Mirror local memories to Open Brain after each memory file write
  • Prefix captured thoughts with memory type for context
  • Works across Claude Code, ChatGPT, Claude Desktop, Codex, and other MCP-connected clients
  • Robust to temporary capture failures; local memory write proceeds even if the sync fails

Quick Start

In Claude Code, save a memory as you normally would and verify it 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 memories across multiple devices and AI clients?

You can sync Claude Code memories across multiple AI clients by mirroring local memory files to an Open Brain instance. Once mirrored, memories saved in .claude/projects/*/memory/ become accessible from ChatGPT, Claude Desktop, Codex, and other connected devices.

What is Open Brain memory sync and how does it work with Claude Code?

Open Brain memory sync captures Claude Code memory actions like dreaming, autodream, or remember, and mirrors them to Open Brain using the capture_thought tool. It prefixes each capture with the memory type to provide context for other AI clients.

Do I need an Open Brain instance to sync memories from Claude Code?

Yes, you need an active Open Brain instance with the mcp__open-brain__capture_thought tool available to use this memory sync skill. The skill depends on this MCP connection to mirror local memory writes to the broader network.

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

If the Open Brain sync fails, the local Claude Code memory write proceeds normally. The skill is designed to be robust against temporary capture failures, ensuring your local memory system is never blocked by remote sync issues.

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

Yes, you can access Claude Code memories from ChatGPT, Claude Desktop, and Codex once they are mirrored to Open Brain. The sync process pushes local memory updates to Open Brain so all MCP-connected clients can retrieve them.

When should I use cross-client memory sync for Claude Code?

You should use cross-client memory sync when you need to access Claude Code local memories from other devices or collaborate across different AI clients. It solves the limitation of memories being isolated on a single machine.