Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Synchronize memory, preferences, and skills between multiple Clawdbot instances. Supports bi-directional sync via SSH/rsync over Tailscale. Use when asked to sync with another Clawdbot, share memory between instances, or keep multiple agents in sync. Triggers: /sync, 'sync with mac', 'update other clawdbot', 'share this with my other bot'.
Synchronize memory, preferences, and skills between multiple Clawdbot instances. Supports bi-directional sync via SSH/rsync over Tailscale. Use when asked to sync with another Clawdbot, share memory between instances, or keep multiple agents in sync. Triggers: /sync, 'sync with mac', 'update other clawdbot', 'share this with my other bot'.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Synchronize memory, preferences, and skills between multiple Clawdbot instances over Tailscale/SSH.
Bi-directional sync between Clawdbot instances Smart conflict resolution (newest wins, or merge for logs) Selective sync β choose what to sync Peer discovery via Tailscale Dry-run mode for preview
CommandAction/syncShow status and configured peers/sync statusCheck connection to all peers/sync now [peer]Sync with peer (or all)/sync push [peer]Push local changes to peer/sync pull [peer]Pull changes from peer/sync add <name> <host> [user] [path]Add a peer/sync remove <name>Remove a peer/sync diff [peer]Show what would change/sync historyShow sync history
handler.sh add mac-mini 100.95.193.55 clawdbot /Users/clawdbot/clawd $WORKSPACE handler.sh add server 100.89.48.26 clawdbot /home/clawdbot/clawd $WORKSPACE
Both machines need SSH key auth: ssh-copy-id clawdbot@100.95.193.55
handler.sh status $WORKSPACE
ItemDefaultNotesmemory/β YesAll memory files and skill dataMEMORY.mdβ YesMain memory fileUSER.mdβ YesUser profileIDENTITY.mdβ NoEach instance has its own identityskills/βοΈ OptionalInstalled skillsconfig/β NoInstance-specific config
handler.sh status $WORKSPACE # Check peers and connection handler.sh sync <peer> $WORKSPACE # Bi-directional sync handler.sh push <peer> $WORKSPACE # Push to peer handler.sh pull <peer> $WORKSPACE # Pull from peer handler.sh diff <peer> $WORKSPACE # Show differences handler.sh add <name> <host> <user> <path> $WS # Add peer handler.sh remove <name> $WORKSPACE # Remove peer handler.sh history $WORKSPACE # Sync history handler.sh auto <on|off> $WORKSPACE # Auto-sync on heartbeat
Timestamp-based: Newer file wins Merge for logs: Append-only files are merged Skip conflicts: Option to skip conflicting files Manual resolution: Flag for review
Stored in $WORKSPACE/memory/clawdbot-sync/: FilePurposepeers.jsonConfigured peershistory.jsonSync history logconfig.jsonSync preferencesconflicts/Conflicting files for review
User: /sync now mac-mini Bot: π Syncing with mac-mini (100.95.193.55)... π€ Pushing: 3 files changed β’ memory/streaming-buddy/preferences.json β’ memory/2026-01-26.md β’ MEMORY.md π₯ Pulling: 1 file changed β’ memory/2026-01-25.md β Sync complete! 4 files synchronized.
rsync (for efficient file sync) ssh (for secure transport) Tailscale or direct network access between peers SSH key authentication configured
Uses SSH for all transfers (encrypted) No passwords stored (key-based auth only) Sync paths are restricted to workspace No system files are ever synced
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.