ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

schema-builder

Build database schemas with SQL generation and relationship modeling. Use when designing databases.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ckchzh/schema-builder
Or

schema-builder

Build database schemas with SQL generation and relationship modeling. Use when designing databases.

Commands

create

scripts/script.sh create <table cols>

alter

scripts/script.sh alter <table action col>

show

scripts/script.sh show <table>

export

scripts/script.sh export <format>

validate

scripts/script.sh validate <file>

er

scripts/script.sh er <t1 t2 relation>

Data Storage

Data stored in ~/.local/share/schema-builder/.


Powered by BytesAgain | bytesagain.com | [email protected]

Metadata

Author@ckchzh
Stars3562
Views0
Updated2026-03-29
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ckchzh-schema-builder": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.