{
  "schemaVersion": "1.0",
  "item": {
    "slug": "elegant-sync",
    "name": "Elegant Sync",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/russellfei/elegant-sync",
    "canonicalUrl": "https://clawhub.ai/russellfei/elegant-sync",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/elegant-sync",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=elegant-sync",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "index.js",
      "README.md",
      "SKILL.md",
      "_meta.json"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/elegant-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/elegant-sync",
    "agentPageUrl": "https://openagent3.xyz/skills/elegant-sync/agent",
    "manifestUrl": "https://openagent3.xyz/skills/elegant-sync/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/elegant-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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Elegant Sync",
        "body": "优雅安全的 OpenClaw 配置同步工具"
      },
      {
        "title": "功能",
        "body": "🏷️ 版本化备份 - 每次同步创建 git tag，可回滚任意版本\n🔒 安全优先 - 不上传配置文件、密钥、敏感信息\n📂 .gitignore 支持 - 使用项目 .gitignore 规则选择\n🎯 选择性同步 - 可选择备份哪些目录\n💾 灾难恢复 - 自动本地备份，支持一键恢复\n🌿 多实例独立分支 - 每个设备一个分支，互不干扰"
      },
      {
        "title": "备份结构",
        "body": "mini-claw/\n├── main/         # 介绍文档\n├── omen16/       # 设备1\n├── omen16-2/     # 设备2\n└── macbook/      # 设备3"
      },
      {
        "title": "备份内容",
        "body": "目录/文件说明workspace/memory/⭐ 最重要！个人记忆，无价workspace/AGENTS.md代理规范workspace/IDENTITY.md身份信息workspace/USER.md用户信息workspace/SOUL.md灵魂配置workspace/TOOLS.md工具配置workspace/HEARTBEAT.md心跳配置workspace/skills/自定义技能"
      },
      {
        "title": "不备份（安全）",
        "body": "目录/文件原因.env含 API 密钥openclaw.json含配置密钥credentials/凭证信息.git/Git 仓库logs/日志文件media/媒体文件"
      },
      {
        "title": "1. 配置环境变量",
        "body": "# 在 ~/.openclaw/.backup.env 中配置\nBACKUP_REPO=https://github.com/你的用户名/你的仓库名\nBACKUP_TOKEN=ghp_xxx\nINSTANCE_ID=你的主机名"
      },
      {
        "title": "2. 首次配置提示",
        "body": "运行 /sync 时会自动检测是否已配置，如果没有配置会提示。"
      },
      {
        "title": "当前实例",
        "body": "此机器实例名：opi5b（主机名）"
      },
      {
        "title": "其他实例配置",
        "body": "实例INSTANCE_ID配置示例Orange Piopi5b默认MacmacbookINSTANCE_ID=macbookVPSvps-1INSTANCE_ID=vps-1"
      },
      {
        "title": "场景：新机器或重装系统",
        "body": "1. 安装 OpenClaw\n\n# 在新机器上安装 OpenClaw\n\n2. 克隆备份\n\ngit clone https://github.com/你的用户名/你的仓库名\n\n3. 查看分支\n\ncd mini-claw\ngit branch -a\n\n4. 切换并恢复指定实例\n\n# 例如恢复 omen16\ngit checkout omen16\ncp -r omen16/* ~/.openclaw/workspace/\n\n5. 更新 Instance ID\n\n在新机器的 ~/.openclaw/.backup.env 中更新：\n\nINSTANCE_ID=new-machine-name\n\n6. 验证\n\nnode elegant-sync/index.js status"
      },
      {
        "title": "Memory 是最宝贵的资产",
        "body": "每个实例的 memory 都是无价的\n备份到私有仓库 (mini-claw)\n确保无损保留"
      },
      {
        "title": "更新日志",
        "body": "2026-02-28 v1.0.1: 修复多实例备份，每个设备独立分支\n2026-02-28 v1.0.0: 初始版本"
      }
    ],
    "body": "Elegant Sync\n\n优雅安全的 OpenClaw 配置同步工具\n\n功能\n🏷️ 版本化备份 - 每次同步创建 git tag，可回滚任意版本\n🔒 安全优先 - 不上传配置文件、密钥、敏感信息\n📂 .gitignore 支持 - 使用项目 .gitignore 规则选择\n🎯 选择性同步 - 可选择备份哪些目录\n💾 灾难恢复 - 自动本地备份，支持一键恢复\n🌿 多实例独立分支 - 每个设备一个分支，互不干扰\n备份结构\nmini-claw/\n├── main/         # 介绍文档\n├── omen16/       # 设备1\n├── omen16-2/     # 设备2\n└── macbook/      # 设备3\n\n备份内容\n目录/文件\t说明\nworkspace/memory/\t⭐ 最重要！个人记忆，无价\nworkspace/AGENTS.md\t代理规范\nworkspace/IDENTITY.md\t身份信息\nworkspace/USER.md\t用户信息\nworkspace/SOUL.md\t灵魂配置\nworkspace/TOOLS.md\t工具配置\nworkspace/HEARTBEAT.md\t心跳配置\nworkspace/skills/\t自定义技能\n不备份（安全）\n目录/文件\t原因\n.env\t含 API 密钥\nopenclaw.json\t含配置密钥\ncredentials/\t凭证信息\n.git/\tGit 仓库\nlogs/\t日志文件\nmedia/\t媒体文件\n配置\n1. 配置环境变量\n# 在 ~/.openclaw/.backup.env 中配置\nBACKUP_REPO=https://github.com/你的用户名/你的仓库名\nBACKUP_TOKEN=ghp_xxx\nINSTANCE_ID=你的主机名\n\n2. 首次配置提示\n\n运行 /sync 时会自动检测是否已配置，如果没有配置会提示。\n\n多实例管理\n当前实例\n\n此机器实例名：opi5b（主机名）\n\n其他实例配置\n实例\tINSTANCE_ID\t配置示例\nOrange Pi\topi5b\t默认\nMac\tmacbook\tINSTANCE_ID=macbook\nVPS\tvps-1\tINSTANCE_ID=vps-1\n恢复流程\n场景：新机器或重装系统\n1. 安装 OpenClaw\n# 在新机器上安装 OpenClaw\n\n2. 克隆备份\ngit clone https://github.com/你的用户名/你的仓库名\n\n3. 查看分支\ncd mini-claw\ngit branch -a\n\n4. 切换并恢复指定实例\n# 例如恢复 omen16\ngit checkout omen16\ncp -r omen16/* ~/.openclaw/workspace/\n\n5. 更新 Instance ID\n\n在新机器的 ~/.openclaw/.backup.env 中更新：\n\nINSTANCE_ID=new-machine-name\n\n6. 验证\nnode elegant-sync/index.js status\n\n重要原则\nMemory 是最宝贵的资产\n每个实例的 memory 都是无价的\n备份到私有仓库 (mini-claw)\n确保无损保留\n更新日志\n2026-02-28 v1.0.1: 修复多实例备份，每个设备独立分支\n2026-02-28 v1.0.0: 初始版本"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/russellfei/elegant-sync",
    "publisherUrl": "https://clawhub.ai/russellfei/elegant-sync",
    "owner": "russellfei",
    "version": "1.0.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/elegant-sync",
    "downloadUrl": "https://openagent3.xyz/downloads/elegant-sync",
    "agentUrl": "https://openagent3.xyz/skills/elegant-sync/agent",
    "manifestUrl": "https://openagent3.xyz/skills/elegant-sync/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/elegant-sync/agent.md"
  }
}