Guides the renaming of the Clawd project to OpenClaw by detailing file moves, updates, testing, and documentation steps for consistent migration.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install openclaw-migration或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install openclaw-migration⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/openclaw-migration/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
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.
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.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. - 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.
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.).pnpm test, pnpm lint, and any docs building scripts from within openclaw/ so the new layout works with existing CI.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.clawdbot/ directory once the new structure is stable, or keep a reference README explaining the archive for traceability.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.openclaw/ entrypoints.安装 openclaw-migration 后,可以对 AI 说这些话来触发它
Help me get started with openclaw-migration
Explains what openclaw-migration does, walks through the setup, and runs a quick demo based on your current project
Use openclaw-migration to guides the renaming of the Clawd project to OpenClaw by detailing f...
Invokes openclaw-migration with the right parameters and returns the result directly in the conversation
What can I do with openclaw-migration in my ai agent & automation workflow?
Lists the top use cases for openclaw-migration, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/openclaw-migration/ 目录(个人级,所有项目可用),或 .claude/skills/openclaw-migration/(项目级)。重启 AI 客户端后,用 /openclaw-migration 主动调用,或让 AI 根据上下文自动发现并使用。
openclaw-migration 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
openclaw-migration 可免费安装使用。请查阅仓库了解许可证信息。
Guides the renaming of the Clawd project to OpenClaw by detailing file moves, updates, testing, and documentation steps for consistent migration.
openclaw-migration 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using openclaw-migration
Identifies repetitive steps in your workflow and sets up openclaw-migration to handle them automatically