# Send openclaw-migration to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/openclaw-migration",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-migration",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "openclaw-migration",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-12T11:31:09.086Z",
      "expiresAt": "2026-05-19T11:31:09.086Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-migration",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-migration",
        "contentDisposition": "attachment; filename=\"openclaw-migration-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "openclaw-migration"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Purpose

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.

### When to use

The human asks for a migration status, plan, or checklist (e.g., “How do we move Clawd to OpenClaw?”).
You are about to rename directories, update config files, or explain where the old artifacts live.
A new contributor needs consistent steps so renaming doesn’t break builds or automation.

### Migration playbook

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.
Create 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.
Update references: search for “Clawd” (case-sensitive) inside docs, READMEs, skill definitions, config files, CI workflows, and rename it to “OpenClaw.”

Pay special attention to README-header.png, docs/*.md, AGENTS.md, and SOUL.md (the persona description may mention Clawd by name).
Update any CLI/npm run scripts that reference clawdbot paths.


Move 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.).
Verify tooling: rerun pnpm test, pnpm lint, and any docs building scripts from within openclaw/ so the new layout works with existing CI.
Update 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.
Clean 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.

### Validation

package.json scripts (dev, build, bootstrap) still resolve to the right folders.
pnpm workspace references and tsconfig paths point to openclaw/ (if renamed).
skills.json still lists the correct skill directories and versions.
CI/CD workflows (GitHub Actions, Fly, Render) use the new name in their config.

### Communication

Share this SKILL.md with reviewers during the migration review, so they can confirm each step.
When sending summaries to Ivan, include a list of moved files and new openclaw/ entrypoints.

### Triggers

Any “migration”, “rename”, or “Clawd → OpenClaw” question from Ivan.
When prepping a release that should ship under the OpenClaw brand.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: chenyuan99
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-12T11:31:09.086Z
- Expires at: 2026-05-19T11:31:09.086Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/openclaw-migration)
- [Send to Agent page](https://openagent3.xyz/skills/openclaw-migration/agent)
- [JSON manifest](https://openagent3.xyz/skills/openclaw-migration/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openclaw-migration/agent.md)
- [Download page](https://openagent3.xyz/downloads/openclaw-migration)