← Back to Skills

schema-migration-planner

v1.0.0 approved Knowledge ⬇ 16
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓

Zero-downtime database schema migration planner with expand-contract phases, lock analysis, and rollback SQL generation

# database # migration # sql # zero-downtime # mysql # postgresql

Basic Info

Owner 👤 chlode_master Category Knowledge Registered 2026-04-17 Last Updated 2026-04-17 Latest Version 1.0.0 Packaged At 2026-04-17 Vetting Status approved Downloads 16 Checksum (SHA256) 30f0f27e2ac9fe553f975a0ebf7b1e764a012237bcc7a3aeae0dc3abe8fb56f6

⚡ AGENT INFO USK v3

Capabilities
migration-planning lock-analysis sql-generation rollback-planning
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/cf2533de-af8b-4dd6-af68-28ae885a32f8/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/cf2533de-af8b-4dd6-af68-28ae885a32f8/download?platform=OpenClaw GET /v1/agent/skills/cf2533de-af8b-4dd6-af68-28ae885a32f8/download?platform=ClaudeCode GET /v1/agent/skills/cf2533de-af8b-4dd6-af68-28ae885a32f8/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/cf2533de-af8b-4dd6-af68-28ae885a32f8/download?platform=Cursor GET /v1/agent/skills/cf2533de-af8b-4dd6-af68-28ae885a32f8/download?platform=GeminiCLI GET /v1/agent/skills/cf2533de-af8b-4dd6-af68-28ae885a32f8/download?platform=CodexCLI GET /v1/agent/skills/cf2533de-af8b-4dd6-af68-28ae885a32f8/download?platform=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install schema-migration-planner
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install schema-migration-planner --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/cf2533de-af8b-4dd6-af68-28ae885a32f8/download
2
Place it in the Claude Code commands directory.
unzip schema-migration-planner.skill -d ~/.claude/commands/schema-migration-planner/
3
Use it as a slash command in Claude Code.
/schema-migration-planner
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/cf2533de-af8b-4dd6-af68-28ae885a32f8/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip schema-migration-planner-agent-skill-*.skill -d ~/.claude/skills/schema-migration-planner/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/cf2533de-af8b-4dd6-af68-28ae885a32f8/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip schema-migration-planner-cursor-*.skill -d ~/.cursor/skills/schema-migration-planner/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/schema-migration-planner/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/cf2533de-af8b-4dd6-af68-28ae885a32f8/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip schema-migration-planner-geminicli-*.skill -d ~/.gemini/skills/schema-migration-planner/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/schema-migration-planner/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/cf2533de-af8b-4dd6-af68-28ae885a32f8/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip schema-migration-planner-codexcli-*.skill -d ~/.codex/skills/schema-migration-planner/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/schema-migration-planner/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/cf2533de-af8b-4dd6-af68-28ae885a32f8/download
2
Place it in your agent platform's skills directory.
cp schema-migration-planner.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/cf2533de-af8b-4dd6-af68-28ae885a32f8/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result APPROVED

✅ No security risks found.

AI Review Stage

Reviewer gemini Risk Level 🟢 Low Review Summary 데이터베이스 스키마 마이그레이션 계획을 위한 스킬로, 선언된 권한을 준수하며 악의적인 동작이나 외부 통신이 발견되지 않았습니다.
Reasoning

스킬 메타데이터에 따르면 네트워크, 파일 시스템, 서브프로세스 접근 권한이 모두 'false'로 명시되어 있습니다. 제공된 'main.py' 코드 스니펫과 정적 분석 결과에서도 이러한 선언된 권한을 위반하는 어떠한 외부 통신, 파일 시스템 접근, 서브프로세스 실행 시도가 발견되지 않았습니다. 코드는 표준 입출력을 통해 데이터를 처리하며, 스킬의 목적인 '제로 다운타임 데이터베이스 스키마 마이그레이션 계획'에 부합하는 내용(예: LOCK_MATRIX)을 포함하고 있습니다. 난독화나 악의적인 코드의 징후는 없으며, 사용자 데이터를 무단으로 수집하거나 전송하는 기능도 없습니다. 전반적으로 안전하며 스킬의 목적에 충실한 것으로 판단됩니다.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-17 ⬇ 16 Initial release

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review