← Back to Skills Marketplace
Migration Runbook Generator
by
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
168
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install migration-runbook-generator
Description
把迁移方案整理成 runbook,补齐切换窗口、前置检查、回滚与验收信号。;use for migration, runbook, rollback workflows;do not use for 执行数据库改动, 忽略回滚条件.
Usage Guidance
This skill appears coherent and safe to inspect and use, but follow these precautions: 1) Only run the bundled script on directories/files you control or have permission to scan—do not point it at system roots or private credential stores, since it will read any text files you give it. 2) Use the --dry-run option or redirect output to avoid accidental writes when testing. 3) Review generated runbooks before using them to perform real-world changes (the skill explicitly warns not to execute DB changes). 4) If you need automated execution against live systems, require additional safeguards and explicit approvals—this skill is for drafting/auditing, not for performing system actions.
Capability Analysis
Type: OpenClaw Skill
Name: migration-runbook-generator
Version: 1.0.0
The skill bundle is a legitimate utility for generating migration runbooks and performing basic static analysis on local files. The core logic in `scripts/run.py` provides reporting and auditing features, including a 'pattern_audit' mode that scans for hardcoded secrets and dangerous shell commands (e.g., curl|bash) within user-specified directories. The instructions in `SKILL.md` are safety-oriented, explicitly prohibiting the agent from performing actual database changes or system modifications. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the included resources: templates, spec.json, examples, and scripts/run.py implement structured runbook generation and simple audits. Requiring python3 is proportionate and expected.
Instruction Scope
SKILL.md confines behavior to generating documents and recommends using the local script or templates. The bundled script will read files from any input path the user supplies (single file or a directory) and can sample many text files—so the agent or user must avoid pointing it at sensitive system directories. The SKILL.md explicitly warns not to perform system writes/DB changes.
Install Mechanism
No external install/downloads are declared; the skill is instruction-only with a bundled Python script and uses only the standard library. No suspicious remote installs or URL fetches are present.
Credentials
The skill requests no environment variables, no credentials, and no config paths. This is appropriate for a local document-generation/audit helper.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. The script can write an output file if invoked with --output, which is expected and proportional to its purpose.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install migration-runbook-generator - After installation, invoke the skill by name or use
/migration-runbook-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of migration-runbook-generator.
- Generates migration runbooks with structured checklists, rollback plans, and acceptance signals.
- Designed for reviewing and completing migration workflows, including dependencies and switch windows.
- Does not execute database changes; only produces read-only, auditable documentation.
- Highlights missing information for user confirmation instead of making assumptions.
- Supports use of local templates and specification files for formatting.
- Ensures outputs address security, compliance, and responsibility boundaries.
Metadata
Frequently Asked Questions
What is Migration Runbook Generator?
把迁移方案整理成 runbook,补齐切换窗口、前置检查、回滚与验收信号。;use for migration, runbook, rollback workflows;do not use for 执行数据库改动, 忽略回滚条件. It is an AI Agent Skill for Claude Code / OpenClaw, with 168 downloads so far.
How do I install Migration Runbook Generator?
Run "/install migration-runbook-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Migration Runbook Generator free?
Yes, Migration Runbook Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Migration Runbook Generator support?
Migration Runbook Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Migration Runbook Generator?
It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.
More Skills