{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawdbot-sync",
    "name": "Clawdbot Sync",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/udiedrichsen/clawdbot-sync",
    "canonicalUrl": "https://clawhub.ai/udiedrichsen/clawdbot-sync",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawdbot-sync",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawdbot-sync",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/setup.md",
      "scripts/handler.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clawdbot-sync"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/clawdbot-sync",
    "agentPageUrl": "https://openagent3.xyz/skills/clawdbot-sync/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdbot-sync/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdbot-sync/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Clawdbot Sync 🔄",
        "body": "Synchronize memory, preferences, and skills between multiple Clawdbot instances over Tailscale/SSH."
      },
      {
        "title": "Features",
        "body": "Bi-directional sync between Clawdbot instances\nSmart conflict resolution (newest wins, or merge for logs)\nSelective sync — choose what to sync\nPeer discovery via Tailscale\nDry-run mode for preview"
      },
      {
        "title": "Commands",
        "body": "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"
      },
      {
        "title": "1. Configure Peers",
        "body": "handler.sh add mac-mini 100.95.193.55 clawdbot /Users/clawdbot/clawd $WORKSPACE\nhandler.sh add server 100.89.48.26 clawdbot /home/clawdbot/clawd $WORKSPACE"
      },
      {
        "title": "2. Ensure SSH Access",
        "body": "Both machines need SSH key auth:\n\nssh-copy-id clawdbot@100.95.193.55"
      },
      {
        "title": "3. Test Connection",
        "body": "handler.sh status $WORKSPACE"
      },
      {
        "title": "What Gets Synced",
        "body": "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"
      },
      {
        "title": "Handler Commands",
        "body": "handler.sh status $WORKSPACE                    # Check peers and connection\nhandler.sh sync <peer> $WORKSPACE               # Bi-directional sync\nhandler.sh push <peer> $WORKSPACE               # Push to peer\nhandler.sh pull <peer> $WORKSPACE               # Pull from peer\nhandler.sh diff <peer> $WORKSPACE               # Show differences\nhandler.sh add <name> <host> <user> <path> $WS  # Add peer\nhandler.sh remove <name> $WORKSPACE             # Remove peer\nhandler.sh history $WORKSPACE                   # Sync history\nhandler.sh auto <on|off> $WORKSPACE             # Auto-sync on heartbeat"
      },
      {
        "title": "Conflict Resolution",
        "body": "Timestamp-based: Newer file wins\nMerge for logs: Append-only files are merged\nSkip conflicts: Option to skip conflicting files\nManual resolution: Flag for review"
      },
      {
        "title": "Data Files",
        "body": "Stored in $WORKSPACE/memory/clawdbot-sync/:\n\nFilePurposepeers.jsonConfigured peershistory.jsonSync history logconfig.jsonSync preferencesconflicts/Conflicting files for review"
      },
      {
        "title": "Example Session",
        "body": "User: /sync now mac-mini\nBot: 🔄 Syncing with mac-mini (100.95.193.55)...\n\n     📤 Pushing: 3 files changed\n     • memory/streaming-buddy/preferences.json\n     • memory/2026-01-26.md\n     • MEMORY.md\n     \n     📥 Pulling: 1 file changed\n     • memory/2026-01-25.md\n     \n     ✅ Sync complete! 4 files synchronized."
      },
      {
        "title": "Requirements",
        "body": "rsync (for efficient file sync)\nssh (for secure transport)\nTailscale or direct network access between peers\nSSH key authentication configured"
      },
      {
        "title": "Security",
        "body": "Uses SSH for all transfers (encrypted)\nNo passwords stored (key-based auth only)\nSync paths are restricted to workspace\nNo system files are ever synced"
      }
    ],
    "body": "Clawdbot Sync 🔄\n\nSynchronize memory, preferences, and skills between multiple Clawdbot instances over Tailscale/SSH.\n\nFeatures\nBi-directional sync between Clawdbot instances\nSmart conflict resolution (newest wins, or merge for logs)\nSelective sync — choose what to sync\nPeer discovery via Tailscale\nDry-run mode for preview\nCommands\nCommand\tAction\n/sync\tShow status and configured peers\n/sync status\tCheck connection to all peers\n/sync now [peer]\tSync with peer (or all)\n/sync push [peer]\tPush local changes to peer\n/sync pull [peer]\tPull changes from peer\n/sync add <name> <host> [user] [path]\tAdd a peer\n/sync remove <name>\tRemove a peer\n/sync diff [peer]\tShow what would change\n/sync history\tShow sync history\nSetup\n1. Configure Peers\nhandler.sh add mac-mini 100.95.193.55 clawdbot /Users/clawdbot/clawd $WORKSPACE\nhandler.sh add server 100.89.48.26 clawdbot /home/clawdbot/clawd $WORKSPACE\n\n2. Ensure SSH Access\n\nBoth machines need SSH key auth:\n\nssh-copy-id clawdbot@100.95.193.55\n\n3. Test Connection\nhandler.sh status $WORKSPACE\n\nWhat Gets Synced\nItem\tDefault\tNotes\nmemory/\t✅ Yes\tAll memory files and skill data\nMEMORY.md\t✅ Yes\tMain memory file\nUSER.md\t✅ Yes\tUser profile\nIDENTITY.md\t❌ No\tEach instance has its own identity\nskills/\t⚙️ Optional\tInstalled skills\nconfig/\t❌ No\tInstance-specific config\nHandler Commands\nhandler.sh status $WORKSPACE                    # Check peers and connection\nhandler.sh sync <peer> $WORKSPACE               # Bi-directional sync\nhandler.sh push <peer> $WORKSPACE               # Push to peer\nhandler.sh pull <peer> $WORKSPACE               # Pull from peer\nhandler.sh diff <peer> $WORKSPACE               # Show differences\nhandler.sh add <name> <host> <user> <path> $WS  # Add peer\nhandler.sh remove <name> $WORKSPACE             # Remove peer\nhandler.sh history $WORKSPACE                   # Sync history\nhandler.sh auto <on|off> $WORKSPACE             # Auto-sync on heartbeat\n\nConflict Resolution\nTimestamp-based: Newer file wins\nMerge for logs: Append-only files are merged\nSkip conflicts: Option to skip conflicting files\nManual resolution: Flag for review\nData Files\n\nStored in $WORKSPACE/memory/clawdbot-sync/:\n\nFile\tPurpose\npeers.json\tConfigured peers\nhistory.json\tSync history log\nconfig.json\tSync preferences\nconflicts/\tConflicting files for review\nExample Session\nUser: /sync now mac-mini\nBot: 🔄 Syncing with mac-mini (100.95.193.55)...\n\n     📤 Pushing: 3 files changed\n     • memory/streaming-buddy/preferences.json\n     • memory/2026-01-26.md\n     • MEMORY.md\n     \n     📥 Pulling: 1 file changed\n     • memory/2026-01-25.md\n     \n     ✅ Sync complete! 4 files synchronized.\n\nRequirements\nrsync (for efficient file sync)\nssh (for secure transport)\nTailscale or direct network access between peers\nSSH key authentication configured\nSecurity\nUses SSH for all transfers (encrypted)\nNo passwords stored (key-based auth only)\nSync paths are restricted to workspace\nNo system files are ever synced"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/udiedrichsen/clawdbot-sync",
    "publisherUrl": "https://clawhub.ai/udiedrichsen/clawdbot-sync",
    "owner": "udiedrichsen",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawdbot-sync",
    "downloadUrl": "https://openagent3.xyz/downloads/clawdbot-sync",
    "agentUrl": "https://openagent3.xyz/skills/clawdbot-sync/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdbot-sync/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdbot-sync/agent.md"
  }
}