← 返回 Skills 市场
alirezarezvani

Migration Architect

作者 Alireza Rezvani · GitHub ↗ · v2.1.1 · MIT-0
cross-platform ✓ 安全检测通过
711
总下载
0
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install migration-architect
功能描述
Migration Architect
安全使用建议
This skill bundle appears coherent for migration planning and rollback generation, but it includes scripts and runbooks that produce SQL and shell commands which can be destructive if executed against production. Before using: 1) Review the Python scripts (migration_planner.py, compatibility_checker.py, rollback_generator.py) to understand any shell calls or automatic execution paths. 2) Do not run the scripts against production databases without verifying credentials, backups, and a safe test/staging environment. 3) Provide database credentials and integration tokens only to processes you control (avoid pasting secrets into an agent prompt). 4) Run the tools in an isolated environment (CI sandbox or developer VM) and inspect generated SQL/rollback runbooks before applying. If you want, I can scan the full source of the three scripts for potential shell-exec, network calls, or other risky patterns — that would improve confidence further.
功能分析
Type: OpenClaw Skill Name: migration-architect Version: 2.1.1 The 'migration-architect' skill bundle is a comprehensive toolkit for planning and validating system migrations. It contains Python scripts (compatibility_checker.py, migration_planner.py, rollback_generator.py) that analyze schemas and generate migration plans, SQL scripts, and rollback runbooks based on user-provided JSON specifications. The code uses only standard Python libraries, lacks any network or file-system execution logic (it only generates command strings for documentation/reporting), and contains no evidence of data exfiltration, obfuscation, or malicious prompt injection. The bundle is well-documented and its behavior aligns perfectly with its stated engineering purpose.
能力评估
Purpose & Capability
Name/description, README, SKILL.md, sample assets, and the three scripts (migration_planner.py, compatibility_checker.py, rollback_generator.py) all match the declared migration/rollback planning purpose. There are no declared env vars, binaries, or config paths that are unrelated to migrations.
Instruction Scope
SKILL.md and README describe generating plans, compatibility reports, and rollback runbooks and show CLI usage that operates on local JSON/schema files. That scope is appropriate. Note: the documentation and expected outputs include SQL snippets and commands (pg_restore, DROP TABLE, SELECT queries). The skill does not declare how database credentials or connections are supplied; running the scripts in practice will require database access and may perform destructive operations if run against live systems.
Install Mechanism
No install spec (instruction-only at registry level) and ships with plain Python scripts and docs. No downloads from external or untrusted URLs are specified. This is low-risk from an install mechanism perspective; code will exist on disk as part of the skill bundle but is not auto-downloaded at install time.
Credentials
The skill declares no required environment variables or credentials, which is consistent with the provided docs that operate on local input files. However, practical use (executing generated SQL, running pg_restore, integrating with databases, CI/CD, monitoring, or Slack/PagerDuty) will require credentials and external integration configuration that the skill does not declare. Users should supply those credentials at runtime in a controlled manner and avoid exposing broad secrets to the agent.
Persistence & Privilege
always is false, autonomous invocation is allowed (default) and appropriate for a user-invocable engineering tool. The skill does not request elevated platform privileges or claim to modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install migration-architect
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /migration-architect 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.1
v2.1.1: optimization, reference splits
v1.0.0
Initial release
元数据
Slug migration-architect
版本 2.1.1
许可证 MIT-0
累计安装 5
当前安装数 5
历史版本数 2
常见问题

Migration Architect 是什么?

Migration Architect. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 711 次。

如何安装 Migration Architect?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install migration-architect」即可一键安装,无需额外配置。

Migration Architect 是免费的吗?

是的,Migration Architect 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Migration Architect 支持哪些平台?

Migration Architect 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Migration Architect?

由 Alireza Rezvani(@alirezarezvani)开发并维护,当前版本 v2.1.1。

💬 留言讨论