{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-migration",
    "name": "openclaw-migration",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/chenyuan99/openclaw-migration",
    "canonicalUrl": "https://clawhub.ai/chenyuan99/openclaw-migration",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-migration",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-migration",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.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/openclaw-migration"
    },
    "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-migration",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-migration/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-migration/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-migration/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": "Purpose",
        "body": "When the workspace is in the middle of renaming the Clawd project to OpenClaw, this skill lives in the repo so everyone—human or helper—can follow the same migration playbook. It outlines what gets moved, renamed, and tested as we align the codebase, docs, and tooling with the new brand."
      },
      {
        "title": "When to use",
        "body": "The human asks for a migration status, plan, or checklist (e.g., “How do we move Clawd to OpenClaw?”).\nYou are about to rename directories, update config files, or explain where the old artifacts live.\nA new contributor needs consistent steps so renaming doesn’t break builds or automation."
      },
      {
        "title": "Migration playbook",
        "body": "Inventory current layout: clawdbot/ is the existing application root, containing src/, apps/, docs/, skills/, package.json, tests, and tooling. The repo root also hosts the agent metadata (AGENTS.md), personality files (SOUL.md, MEMORY.md, etc.), and artifacts like skills.json.\nCreate the OpenClaw root: either rename clawdbot/ → openclaw/ or copy its contents into a new openclaw/ branch. Preserve hidden files (.github, .agent, .ox configs, etc.) and ensure package.json, pnpm-workspace.yaml, and lockfile stay in sync.\nUpdate references: search for “Clawd” (case-sensitive) inside docs, READMEs, skill definitions, config files, CI workflows, and rename it to “OpenClaw.”\n\nPay special attention to README-header.png, docs/*.md, AGENTS.md, and SOUL.md (the persona description may mention Clawd by name).\nUpdate any CLI/npm run scripts that reference clawdbot paths.\n\n\nMove common metadata: decide where AGENTS.md, SOUL.md, MEMORY.md, skills.json, skills/ should live relative to the new app root. Keep human-facing files at the repo root if they drive onboarding (the main persona, heartbeat, identity, etc.).\nVerify tooling: rerun pnpm test, pnpm lint, and any docs building scripts from within openclaw/ so the new layout works with existing CI.\nUpdate documentation: mention the migration in README.md (root and inside the app) so contributors know the repo now houses OpenClaw. Document how to run the app from the new directory.\nClean up artifacts: remove or archive the old clawdbot/ directory once the new structure is stable, or keep a reference README explaining the archive for traceability."
      },
      {
        "title": "Validation",
        "body": "package.json scripts (dev, build, bootstrap) still resolve to the right folders.\npnpm workspace references and tsconfig paths point to openclaw/ (if renamed).\nskills.json still lists the correct skill directories and versions.\nCI/CD workflows (GitHub Actions, Fly, Render) use the new name in their config."
      },
      {
        "title": "Communication",
        "body": "Share this SKILL.md with reviewers during the migration review, so they can confirm each step.\nWhen sending summaries to Ivan, include a list of moved files and new openclaw/ entrypoints."
      },
      {
        "title": "Triggers",
        "body": "Any “migration”, “rename”, or “Clawd → OpenClaw” question from Ivan.\nWhen prepping a release that should ship under the OpenClaw brand."
      }
    ],
    "body": "SKILL.md - OpenClaw Migration\nPurpose\n\nWhen the workspace is in the middle of renaming the Clawd project to OpenClaw, this skill lives in the repo so everyone—human or helper—can follow the same migration playbook. It outlines what gets moved, renamed, and tested as we align the codebase, docs, and tooling with the new brand.\n\nWhen to use\nThe human asks for a migration status, plan, or checklist (e.g., “How do we move Clawd to OpenClaw?”).\nYou are about to rename directories, update config files, or explain where the old artifacts live.\nA new contributor needs consistent steps so renaming doesn’t break builds or automation.\nMigration playbook\nInventory current layout: clawdbot/ is the existing application root, containing src/, apps/, docs/, skills/, package.json, tests, and tooling. The repo root also hosts the agent metadata (AGENTS.md), personality files (SOUL.md, MEMORY.md, etc.), and artifacts like skills.json.\nCreate the OpenClaw root: either rename clawdbot/ → openclaw/ or copy its contents into a new openclaw/ branch. Preserve hidden files (.github, .agent, .ox configs, etc.) and ensure package.json, pnpm-workspace.yaml, and lockfile stay in sync.\nUpdate references: search for “Clawd” (case-sensitive) inside docs, READMEs, skill definitions, config files, CI workflows, and rename it to “OpenClaw.”\nPay special attention to README-header.png, docs/*.md, AGENTS.md, and SOUL.md (the persona description may mention Clawd by name).\nUpdate any CLI/npm run scripts that reference clawdbot paths.\nMove common metadata: decide where AGENTS.md, SOUL.md, MEMORY.md, skills.json, skills/ should live relative to the new app root. Keep human-facing files at the repo root if they drive onboarding (the main persona, heartbeat, identity, etc.).\nVerify tooling: rerun pnpm test, pnpm lint, and any docs building scripts from within openclaw/ so the new layout works with existing CI.\nUpdate documentation: mention the migration in README.md (root and inside the app) so contributors know the repo now houses OpenClaw. Document how to run the app from the new directory.\nClean up artifacts: remove or archive the old clawdbot/ directory once the new structure is stable, or keep a reference README explaining the archive for traceability.\nValidation\npackage.json scripts (dev, build, bootstrap) still resolve to the right folders.\npnpm workspace references and tsconfig paths point to openclaw/ (if renamed).\nskills.json still lists the correct skill directories and versions.\nCI/CD workflows (GitHub Actions, Fly, Render) use the new name in their config.\nCommunication\nShare this SKILL.md with reviewers during the migration review, so they can confirm each step.\nWhen sending summaries to Ivan, include a list of moved files and new openclaw/ entrypoints.\nTriggers\nAny “migration”, “rename”, or “Clawd → OpenClaw” question from Ivan.\nWhen prepping a release that should ship under the OpenClaw brand."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/chenyuan99/openclaw-migration",
    "publisherUrl": "https://clawhub.ai/chenyuan99/openclaw-migration",
    "owner": "chenyuan99",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-migration",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-migration",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-migration/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-migration/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-migration/agent.md"
  }
}