← Back to Skills Marketplace
148
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install openclaw-migration-pro
Description
OpenClaw 环境迁移工具专业版。识别 Skills 与其维护数据的关联关系, 完整迁移到另一个 OpenClaw 环境。 打包 → 运输 → 归位,像搬家一样简单。
Usage Guidance
This skill looks like a legitimate migration tool but the materials conflict about how credentials are handled and show examples that automatically send backup files to the 'current channel'. Before installing or running it: 1) ask the publisher to confirm whether credentials are excluded by default (and prefer the behavior that excludes secrets); 2) inspect scripts/analyze.sh and any pack/unpack code for reads of ~/.openclaw/credentials or network/send operations (grep for "credentials" "send" "channel" "scp" "rsync" "curl" "ssh"); 3) prefer running pack with --no-send and in an isolated VM or test account first; 4) if you must transfer backups, use encrypted channels (rsync/SSH) and delete temporary archives after transfer; 5) avoid piping unknown remote install scripts (curl | bash) unless you trust the source and have reviewed it; 6) if PROMOTION-v3 is part of the repo, treat it as marketing — confirm actual default behavior in code. If the author cannot clearly explain/point to the code that enforces exclusion of credentials, do not use it on any machine holding real API keys or sensitive data.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-migration-pro
Version: 1.1.1
The openclaw-migration-pro bundle describes a tool for migrating OpenClaw environments, including sensitive data like API keys (credentials/), memory files, and configurations. While the documentation (e.g., RELEASE-NOTES-v3.md and PROMOTION-v3.md) explicitly frames the inclusion of credentials as a feature for seamless migration, this capability presents a high risk for data exfiltration and exposure. The tool utilizes high-risk operations such as remote data transfer via rsync and software installation via 'curl | bash' (SKILL.md). Although the intent appears to be a legitimate utility and no hardcoded malicious endpoints were identified, the broad access to secrets and the built-in mechanisms for external data movement warrant a suspicious classification.
Capability Assessment
Purpose & Capability
The skill's name/description (environment migration) matches the files and CLI examples. However there are contradictory claims across files: most docs and SKILL.md explicitly say API Keys / credentials are excluded from backups, while PROMOTION-v3.md explicitly claims v3 will 'pack credentials' (pack your API Keys). A migration tool should not need wide unrelated access; this conflicting messaging about handling credentials is a substantive mismatch with the stated safe behaviour.
Instruction Scope
SKILL.md describes analysis/pack/unpack/transfer flows and explicitly shows an option that by default 'automatically sends file to current channel' in examples (though --no-send exists). That automatic-sending behavior is a potential exfiltration vector if enabled by default. SKILL.md also recommends running external install scripts (curl https://openclaw.ai/install.sh | bash) — normal for installing the platform but worth caution. The instructions reference user config paths (e.g., ~/.openclaw/credentials) and copy/rsync operations which are in-scope; the problematic part is the implicit/default 'send to channel' and the inconsistent guidance about packaging credentials.
Install Mechanism
This is instruction-only with no install spec; that keeps risk lower (nothing fetched/installed by the skill itself). There is one small script (scripts/analyze.sh) included — review its contents — but there is no download-from-URL install step embedded in the skill package itself. The SKILL.md does instruct users to run an external OpenClaw installer (curl | bash) when OpenClaw is missing; that is a normal instruction but always increases risk if the source is unverified.
Credentials
The skill declares no required env vars or credentials (good), yet the documentation repeatedly references user credentials paths (~/.openclaw/credentials) and whether credentials are included/excluded. The marketing PROMOTION-v3 explicitly promotes packing credentials — which would require access to sensitive files — but that behavior is inconsistent with other docs that say credentials are excluded. The skill asking to 'send to current channel' could lead to secrets being transmitted if the package actually collects credentials.
Persistence & Privilege
No privileged flags (always:false). Model invocation is enabled (default) which is normal. The skill does not request system-wide config modifications or persistent elevated privileges in the registry metadata.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-migration-pro - After installation, invoke the skill by name or use
/openclaw-migration-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
- 增加打包格式选择(zip、tar.gz),默认 zip,兼容多平台
- 支持自动发送打包文件到当前频道,并可通过 --no-send 关闭
- 新增版本化打包(--versioned),带时间戳
- 补充压缩相关文档:新增 COMPRESSION-COMPARISON.md 和 COMPRESSION-COMPLETE-REPORT.md
- 更新文档,详细说明压缩选项和自动发送流程
v1.1.0
Add compression support: tar.gz (default), zip, and directory format. Compression reduces backup size by ~60% (223MB → 86MB). Added unpack support for compressed files. Improved user experience for file transfer and cloud storage sharing.
v1.0.1
Fix documentation: Updated all command references from 'openclaw-migrate' to 'openclaw-migration-pro'. Added --version flag. Improved help output.
v1.0.0
Professional OpenClaw migration tool with pack/unpack/transfer workflow. Complete rewrite with better exclusion strategy and incremental backup support.
Metadata
Frequently Asked Questions
What is Openclaw Migration Pro?
OpenClaw 环境迁移工具专业版。识别 Skills 与其维护数据的关联关系, 完整迁移到另一个 OpenClaw 环境。 打包 → 运输 → 归位,像搬家一样简单。 It is an AI Agent Skill for Claude Code / OpenClaw, with 148 downloads so far.
How do I install Openclaw Migration Pro?
Run "/install openclaw-migration-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Migration Pro free?
Yes, Openclaw Migration Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openclaw Migration Pro support?
Openclaw Migration Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Migration Pro?
It is built and maintained by Yankj (@yankj); the current version is v1.1.1.
More Skills