A CLI tool that converts natural language descriptions into fully-formed SQL schemas for PostgreSQL, MySQL, and SQLite.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install schema-writer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install schema-writer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Schema Writer is a developer-centric tool designed to accelerate the database design process by translating plain English into structured SQL. As a key utility within the Openclaw Skills ecosystem, it eliminates the manual labor of writing CREATE TABLE statements, ensuring that types, constraints, and relationships are handled automatically. It is particularly useful for developers who want to maintain focus on application logic rather than database syntax.
This tool supports major relational database systems including PostgreSQL, MySQL, and SQLite. By integrating this into your workflow, you can move from a conceptual idea to a functional database schema in seconds, making it an essential addition for anyone leveraging Openclaw Skills for rapid development.
Schema Writer requires Node.js 18+ and can be run instantly without a permanent installation using npx.
# Generate a basic schema for PostgreSQL (default)
npx ai-schema "users with email and profile pictures"
# Generate a MySQL schema for a blog
npx ai-schema "authors and posts with categories" --dialect mysql
# Save a SQLite schema to a specific file
npx ai-schema "inventory management system" --dialect sqlite -o db_init.sql
| Component | Description |
|---|---|
| Supported Dialects | PostgreSQL, MySQL, SQLite |
| Constraint Logic | Automatic Primary Keys, Foreign Keys, and NOT NULL defaults |
| Relationship Mapping | Intelligent detection of One-to-Many and Many-to-Many links |
| Output Type | Raw SQL text compatible with standard database clients |
Loading
An AI-driven CLI utility that roasts your code with humor while providing legitimate fixes for technical debt and anti-patterns.

An AI-powered CLI tool that transforms brief experience descriptions into professional, markdown-formatted developer resumes.

Automatically transform your REST API endpoints into a production-ready GraphQL schema with zero manual configuration.

Transform desktop-only components into fully responsive, mobile-optimized UI elements instantly.

Seed Gen is an AI-driven CLI tool that generates realistic, contextually appropriate database seed data directly from your schema files.

Automatically generates Jest snapshot tests for React components by analyzing props and rendering logic.








































