Seed Gen is an AI-driven CLI tool that generates realistic, contextually appropriate database seed data directly from your schema files.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install seed-gen
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 seed-gen using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Seed Gen is a sophisticated tool designed to replace generic placeholder text with authentic, domain-specific data. By integrating with Openclaw Skills, it analyzes your database schema to produce names, emails, and timestamps that actually make sense for your application. This ensures that your development and staging environments reflect real-world scenarios, which is crucial for both testing and high-stakes stakeholder demos. As a key component of the Openclaw Skills suite, it effectively bridges the gap between empty databases and production-like environments without manual data entry.
Seed Gen requires Node.js 18 or higher and an OpenAI API key. To start using this tool within the Openclaw Skills ecosystem, execute the following commands in your terminal:
export OPENAI_API_KEY=sk-your_key_here
npx ai-seed prisma/schema.prisma
Seed Gen maps your schema attributes to realistic data generators to ensure data consistency.
| Component | Details |
|---|---|
| Input Formats | Prisma Schema (.prisma), SQL files |
| Output Formats | SQL, JSON, JavaScript/TypeScript seed scripts |
| Relationship Handling | Automatic foreign key resolution and parent-child mapping |
| Scaling | Support for custom record counts via the --count flag |
Loading
A CLI tool that converts natural language descriptions into fully-formed SQL schemas for PostgreSQL, MySQL, and SQLite.

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.

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

A powerful AI tool that analyzes your codebase to automatically generate VS Code snippet definitions for repetitive patterns.








































