{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-migrate",
    "name": "Openclaw Migrate",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/chris6970barbarian-hue/openclaw-migrate",
    "canonicalUrl": "https://clawhub.ai/chris6970barbarian-hue/openclaw-migrate",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-migrate",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-migrate",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "main.js"
    ],
    "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/openclaw-migrate"
    },
    "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/openclaw-migrate",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-migrate/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-migrate/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-migrate/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": "OpenClaw Migration Skill",
        "body": "Migrate OpenClaw from one host to another via SSH."
      },
      {
        "title": "Skill Metadata",
        "body": "Name: openclaw-migrate\nType: OpenClaw Skill\nPurpose: Migrate all OpenClaw config, skills, memory, tokens to new host"
      },
      {
        "title": "Prerequisites",
        "body": "SSH access to new host\nSSH key (recommended for automation)\nNPM installed on new host"
      },
      {
        "title": "Configuration",
        "body": "# Configure migration target\nopenclaw-migrate setup\n\n# It will ask for:\n# - New host IP/hostname (e.g., 192.168.1.50)\n# - SSH user (e.g., crix)\n# - SSH key path (optional, Enter for default)"
      },
      {
        "title": "Main Migration",
        "body": "# Start migration (one command!)\nopenclaw-migrate migrate"
      },
      {
        "title": "Other Commands",
        "body": "# Test SSH connection\nopenclaw-migrate test\n\n# Show current configuration\nopenclaw-migrate status\n\n# Reconfigure target\nopenclaw-migrate setup"
      },
      {
        "title": "Files & Directories",
        "body": "SourceDestination~/.openclaw/~/.openclaw/ (skills, memory, config)~/.config/openclaw/~/.config/openclaw/OpenClaw npm packageReinstalled if missing"
      },
      {
        "title": "Environment Variables",
        "body": "VariableDescriptionHA_URLHome Assistant URLHA_TOKENHome Assistant tokenGITHUB_TOKENGitHub API tokenBRAVE_API_KEYBrave Search APIGOOGLE_API_KEYGoogle API keyAny HA_* varsAll HA related vars"
      },
      {
        "title": "System Data",
        "body": "Cron jobs (via crontab)\nOpenClaw gateway configuration"
      },
      {
        "title": "Migration Flow",
        "body": "1. setup → Configure target host\n2. test → Verify SSH connection\n3. migrate → Full sync and start\n   ├─ Check/Install OpenClaw\n   ├─ Sync workspace (~/.openclaw/)\n   ├─ Sync config\n   ├─ Sync environment variables\n   ├─ Sync cron jobs\n   └─ Start gateway on new host"
      },
      {
        "title": "Error Handling",
        "body": "SSH connection failed: Show retry option\nOpenClaw not on remote: Offer to install\nSync failed: Report which files failed\nConfig missing: Prompt for setup"
      },
      {
        "title": "Related Skills",
        "body": "skillstore (search/install skills)"
      },
      {
        "title": "Files",
        "body": "openclaw-migrate/\n├── SKILL.md       # This file\n├── README.md      # User docs\n├── main.js        # Migration CLI\n└── config.json    # Saved target config"
      }
    ],
    "body": "OpenClaw Migration Skill\n\nMigrate OpenClaw from one host to another via SSH.\n\nSkill Metadata\nName: openclaw-migrate\nType: OpenClaw Skill\nPurpose: Migrate all OpenClaw config, skills, memory, tokens to new host\nSetup Commands\nPrerequisites\nSSH access to new host\nSSH key (recommended for automation)\nNPM installed on new host\nConfiguration\n# Configure migration target\nopenclaw-migrate setup\n\n# It will ask for:\n# - New host IP/hostname (e.g., 192.168.1.50)\n# - SSH user (e.g., crix)\n# - SSH key path (optional, Enter for default)\n\nUsage Commands\nMain Migration\n# Start migration (one command!)\nopenclaw-migrate migrate\n\nOther Commands\n# Test SSH connection\nopenclaw-migrate test\n\n# Show current configuration\nopenclaw-migrate status\n\n# Reconfigure target\nopenclaw-migrate setup\n\nWhat Gets Synced\nFiles & Directories\nSource\tDestination\n~/.openclaw/\t~/.openclaw/ (skills, memory, config)\n~/.config/openclaw/\t~/.config/openclaw/\nOpenClaw npm package\tReinstalled if missing\nEnvironment Variables\nVariable\tDescription\nHA_URL\tHome Assistant URL\nHA_TOKEN\tHome Assistant token\nGITHUB_TOKEN\tGitHub API token\nBRAVE_API_KEY\tBrave Search API\nGOOGLE_API_KEY\tGoogle API key\nAny HA_* vars\tAll HA related vars\nSystem Data\nCron jobs (via crontab)\nOpenClaw gateway configuration\nMigration Flow\n1. setup → Configure target host\n2. test → Verify SSH connection\n3. migrate → Full sync and start\n   ├─ Check/Install OpenClaw\n   ├─ Sync workspace (~/.openclaw/)\n   ├─ Sync config\n   ├─ Sync environment variables\n   ├─ Sync cron jobs\n   └─ Start gateway on new host\n\nError Handling\nSSH connection failed: Show retry option\nOpenClaw not on remote: Offer to install\nSync failed: Report which files failed\nConfig missing: Prompt for setup\nRelated Skills\nskillstore (search/install skills)\nFiles\nopenclaw-migrate/\n├── SKILL.md       # This file\n├── README.md      # User docs\n├── main.js        # Migration CLI\n└── config.json    # Saved target config"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/chris6970barbarian-hue/openclaw-migrate",
    "publisherUrl": "https://clawhub.ai/chris6970barbarian-hue/openclaw-migrate",
    "owner": "chris6970barbarian-hue",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-migrate",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-migrate",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-migrate/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-migrate/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-migrate/agent.md"
  }
}