mock-gen

Review·Scanned 2/18/2026

This skill generates realistic mock data from descriptions, TypeScript types, or JSON schemas. It includes shell examples that run npx ai-mock-data and states it "sends it to an AI model", implying external network calls to https://github.com/LXGIC-Studios and https://lxgic.dev.

from clawhub.ai·v3c33844·3.2 KB·0 installs
Scanned from 1.0.0 at 3c33844 · Transparency log ↗
$ vett add clawhub.ai/lxgicstudios/mock-genReview findings below

Mock Gen

Generate realistic mock data from descriptions, types, or schemas. One command, no setup.

Quick Start

npx ai-mock-data "users with name, email, and address" -c 20 -f json

Options

  • -c, --count - Number of records (default: 10)
  • -f, --format - Output format: json, csv, sql
  • -s, --schema - Path to TS type or JSON schema
  • -o, --output - Write to file

Links

MIT License