{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawdmigrate",
    "name": "clawd-migrate",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/calabiyauman/clawdmigrate",
    "canonicalUrl": "https://clawhub.ai/calabiyauman/clawdmigrate",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawdmigrate",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawdmigrate",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "backup.py",
      "bin/clawd-migrate.js",
      "config.py",
      "discover.py",
      "Documentation/GITHUB.md",
      "Documentation/MIGRATION_SOURCES.md"
    ],
    "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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/clawdmigrate"
    },
    "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/clawdmigrate",
    "agentPageUrl": "https://openagent3.xyz/skills/clawdmigrate/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdmigrate/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdmigrate/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": "clawd-migrate",
        "body": "Migrate from moltbot or clawdbot to openclaw. Preserves config, memory, and clawdbook (Moltbook) data safely on any system."
      },
      {
        "title": "What it does",
        "body": "Discovers existing bot assets (memory files, config, clawdbook/Moltbook credentials)\nBacks up everything into a timestamped folder before any changes\nMigrates files into the openclaw layout: memory/, .config/openclaw/, .config/clawdbook/\nVerifies every source file was copied to its destination (existence + size match)\nReinstalls openclaw (npm i -g openclaw) and runs openclaw onboard automatically"
      },
      {
        "title": "Quick start",
        "body": "npx clawd-migrate\n\nInteractive menu walks you through: Discover -> Backup -> Migrate -> Verify -> Reinstall openclaw."
      },
      {
        "title": "CLI commands",
        "body": "clawd-migrate                     # Interactive menu (default)\r\nclawd-migrate discover [--root PATH]\r\nclawd-migrate backup [--root PATH]\r\nclawd-migrate migrate [--root PATH] [--no-backup] [--output PATH] [--setup-openclaw]"
      },
      {
        "title": "Requirements",
        "body": "Node.js 14+\nPython 3.x"
      },
      {
        "title": "What gets migrated",
        "body": "Memory/identity: SOUL.md, USER.md, TOOLS.md, IDENTITY.md, AGENTS.md, MEMORY.md\nConfig: .config/moltbook/, .config/moltbot/\nClawdbook/Moltbook: Kept under .config/clawdbook/ (credentials, API keys)\nExtra: projects/ (if present)"
      },
      {
        "title": "Tags",
        "body": "migration, openclaw, moltbot, clawdbot, clawdbook, moltbook, backup, verify"
      }
    ],
    "body": "clawd-migrate\n\nMigrate from moltbot or clawdbot to openclaw. Preserves config, memory, and clawdbook (Moltbook) data safely on any system.\n\nWhat it does\nDiscovers existing bot assets (memory files, config, clawdbook/Moltbook credentials)\nBacks up everything into a timestamped folder before any changes\nMigrates files into the openclaw layout: memory/, .config/openclaw/, .config/clawdbook/\nVerifies every source file was copied to its destination (existence + size match)\nReinstalls openclaw (npm i -g openclaw) and runs openclaw onboard automatically\nQuick start\nnpx clawd-migrate\n\n\nInteractive menu walks you through: Discover -> Backup -> Migrate -> Verify -> Reinstall openclaw.\n\nCLI commands\nclawd-migrate                     # Interactive menu (default)\r\nclawd-migrate discover [--root PATH]\r\nclawd-migrate backup [--root PATH]\r\nclawd-migrate migrate [--root PATH] [--no-backup] [--output PATH] [--setup-openclaw]\n\nRequirements\nNode.js 14+\nPython 3.x\nWhat gets migrated\nMemory/identity: SOUL.md, USER.md, TOOLS.md, IDENTITY.md, AGENTS.md, MEMORY.md\nConfig: .config/moltbook/, .config/moltbot/\nClawdbook/Moltbook: Kept under .config/clawdbook/ (credentials, API keys)\nExtra: projects/ (if present)\nTags\n\nmigration, openclaw, moltbot, clawdbot, clawdbook, moltbook, backup, verify"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/calabiyauman/clawdmigrate",
    "publisherUrl": "https://clawhub.ai/calabiyauman/clawdmigrate",
    "owner": "calabiyauman",
    "version": "0.2.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawdmigrate",
    "downloadUrl": "https://openagent3.xyz/downloads/clawdmigrate",
    "agentUrl": "https://openagent3.xyz/skills/clawdmigrate/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdmigrate/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdmigrate/agent.md"
  }
}