← All skills
Tencent SkillHub Β· AI

Clawdbot Sync

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'.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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'.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/setup.md, scripts/handler.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

Clawdbot Sync πŸ”„

Synchronize memory, preferences, and skills between multiple Clawdbot instances over Tailscale/SSH.

Features

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

Commands

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

1. Configure Peers

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

2. Ensure SSH Access

Both machines need SSH key auth: ssh-copy-id clawdbot@100.95.193.55

3. Test Connection

handler.sh status $WORKSPACE

What Gets Synced

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 Commands

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

Conflict Resolution

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

Data Files

Stored in $WORKSPACE/memory/clawdbot-sync/: FilePurposepeers.jsonConfigured peershistory.jsonSync history logconfig.jsonSync preferencesconflicts/Conflicting files for review

Example Session

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.

Requirements

rsync (for efficient file sync) ssh (for secure transport) Tailscale or direct network access between peers SSH key authentication configured

Security

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

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/setup.md Docs
  • scripts/handler.sh Scripts