/install schema-manager
Schema Manager
Overview
A unified database schema management tool that validates pending migration SQL, analyzes current indexes for optimization opportunities, and applies pending migrations.
Features
- Migration Validation: Scans
/migrations/for SQL files, validates syntax against the target database. - Index Analysis: Identifies potentially redundant indexes using naming pattern recognition and generates cleanup migrations.
- Migration Execution: Applies all pending migrations (including auto-generated cleanup) in order.
Output Format
{
"migrations_validated": [],
"indexes_analyzed": {"total": 2, "redundant": ["idx_users_email_unique"]},
"migrations_executed": ["003_drop_redundant_indexes.sql"],
"status": "completed"
}
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install schema-manager - After installation, invoke the skill by name or use
/schema-manager - Provide required inputs per the skill's parameter spec and get structured output
What is Schema Manager?
Validates migration SQL, analyzes index health, and applies pending schema migrations to the target database. It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.
How do I install Schema Manager?
Run "/install schema-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Schema Manager free?
Yes, Schema Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Schema Manager support?
Schema Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Schema Manager?
It is built and maintained by InkLin (@ink5725); the current version is v1.0.0.