← Back to Skills Marketplace
2541
Downloads
2
Stars
9
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-migration
Description
Guides the renaming of the Clawd project to OpenClaw by detailing file moves, updates, testing, and documentation steps for consistent migration.
Usage Guidance
This is a straightforward repo migration playbook; it does not ask for credentials or install code. Before using it: ensure pnpm (and other local tooling) is available if you plan to run the commands; run the migration in a feature branch and open a PR so changes can be reviewed; make backups or archive the old directory as recommended; double-check CI/CD and secret references after renaming (CI secrets are not requested by this skill but workflows may need manual updates). If you want the agent to perform automated renames, restrict its write permissions and review diffs manually before merging.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-migration
Version: 1.0.0
The skill bundle outlines a detailed plan for migrating a project from 'Clawd' to 'OpenClaw'. While it instructs the AI agent to perform high-privilege actions such as file system modifications (renaming, copying, moving, deleting directories), text search-and-replace across various project files (including agent metadata like `SOUL.md`), and executing shell commands (`pnpm test`, `pnpm lint`, docs building scripts), these actions are all directly and explicitly aligned with the stated purpose of a project migration. There is no evidence of intentional harmful behavior, data exfiltration, unauthorized access, persistence mechanisms, or prompt injection attempts to subvert the agent's core directives or hide its actions. The instructions in `SKILL.md` are specific to the migration task and do not suggest any malicious intent.
Capability Assessment
Purpose & Capability
The skill name and SKILL.md describe a repo migration (Clawd → OpenClaw) and the instructions match that purpose. Minor mismatch: the README tells the agent to run pnpm scripts (tests, lint, build) but the skill metadata lists no required binaries—pnpm should be available in the environment for the steps to work.
Instruction Scope
Instructions stay within the stated scope: inventorying repo layout, renaming/copying directories, updating references, verifying tests/CI, and documenting changes. They explicitly reference repository files (AGENTS.md, SOUL.md, skills.json, etc.), which is appropriate for a migration but means the agent will read and modify repo metadata/persona files as part of the workflow.
Install Mechanism
No install spec or code files are present; this is instruction-only, so nothing is downloaded or written to disk by an installer. Low install risk.
Credentials
The skill requests no environment variables, credentials, or config paths. That's proportionate for a documented migration checklist. (It does refer to CI/CD providers and local tooling but does not request tokens or secrets.)
Persistence & Privilege
The skill is not marked 'always' and is user-invocable; it does not request persistent presence or system-wide config changes beyond the repository-level edits implied by the migration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-migration - After installation, invoke the skill by name or use
/openclaw-migration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the OpenClaw migration skill.
- Provides a unified migration playbook for renaming the Clawd project to OpenClaw.
- Covers inventorying the current structure, creating the new root directory, and updating all references.
- Details metadata moves, tooling verification, and required documentation changes.
- Outlines validation steps to ensure builds and automations remain functional.
- Includes triggers and communication guidelines for contributors and reviewers.
Metadata
Frequently Asked Questions
What is openclaw-migration?
Guides the renaming of the Clawd project to OpenClaw by detailing file moves, updates, testing, and documentation steps for consistent migration. It is an AI Agent Skill for Claude Code / OpenClaw, with 2541 downloads so far.
How do I install openclaw-migration?
Run "/install openclaw-migration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is openclaw-migration free?
Yes, openclaw-migration is completely free (open-source). You can download, install and use it at no cost.
Which platforms does openclaw-migration support?
openclaw-migration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created openclaw-migration?
It is built and maintained by Yuan Chen (@chenyuan99); the current version is v1.0.0.
More Skills