📦 Migration Compass — 通用迁移规划工具
v1.0.0Migration Compass 是一个通用迁移规划工具,支持框架、库、语言、数据库等任何类型的迁移。它生成详细的、可回滚的迁移步骤,确保迁移过程中系统始终可部署和运行。适用于任何规模的迁移计划,帮助开发者避免常见的迁移陷阱。
0· 252·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidence该技能仅提供迁移规划指令,与其声明目的相符,不请求凭据、不安装软件、不执行意外操作。
评估建议
此技能为纯指令式迁移规划工具,使用前请注意:(1)仔细审查生成的迁移计划;(2)仅在信任时授予文件系统、CI/CD或生产凭据;(3)在安全环境中运行迁移步骤,验证回滚点后再影响生产。如果希望代理审计您的仓库,请仅授予临时、受限访问权限,并检查其输出。...详细分析 ▾
✓ 用途与能力
Name/description (migration planning) matches the SKILL.md: the file contains step-by-step migration strategies (library swap, framework migration, language migration, DB migration). No unrelated binaries, env vars, or external services are requested.
ℹ 指令范围
The SKILL.md prescribes actions such as auditing code (searching imports), cataloging routes/middleware, creating adapters, and recommending commands like npm install or running tests. This is consistent with producing a migration plan, but it implicitly assumes access to the project's source code and deployment/testing environments. The skill does not itself run commands (it is instruction-only), so you should review any plan before executing commands or granting the agent filesystem/CI credentials.
✓ 安装机制
No install spec, no downloads, and no code files — lowest-risk installation model. Nothing is written to disk by the skill itself.
✓ 凭证需求
The skill requires no environment variables, credentials, or config paths. The actions described (audits, adapters, proxies) are expected for migration planning and do not require secrets to produce a plan.
✓ 持久化与权限
always:false and default agent invocation settings. The skill does not request permanent system presence or modify other skills; autonomy is platform-default and not a specific concern here.
安全有层次,运行前请审查代码。
运行时依赖
🖥️ OSmacOS · Linux · Windows
版本
latestv1.0.02026/3/4
初始发布
● 无害
安装命令
点击复制官方npx clawhub@latest install migration-compass
镜像加速npx clawhub@latest install migration-compass --registry https://cn.longxiaskill.com镜像同步中
技能文档
通用迁移规划工具,支持任何类型的迁移。生成详细的、可回滚的迁移步骤,确保迁移过程中系统始终可部署和运行。
作者:J. DeVere Cooley 分类:everyday-tools 标签:- 迁移 - 规划 - 升级 - 转换 元数据:openclaw:图标:"🧭" 操作系统:["darwin", "linux", "win32"] 成本:免费 是否需要 API:false 标签:- 零依赖 - 每日工具 - 架构
什么是它做的
您需要迁移。可能是 Express → Fastify,JavaScript → TypeScript,MySQL → PostgreSQL,React 类组件 → hooks,或者单体架构 → 微服务。您知道当前状态和目标状态,但不知道如何安全地在两者之间迁移。迁移指南生成这种路径。... (由于原始内容过长,仅保留部分,实际中应完整翻译 SKILL.md 中的中文部分,保留所有代码块、命令行指令和 Markdown 格式)