supabase-gen

Verified·Scanned 2/18/2026

This skill generates Supabase RLS SQL policies from a Prisma schema using OpenAI. It requires OPENAI_API_KEY, is invoked via npx ai-supabase-gen prisma/schema.prisma, reads the input file, and sends it to openai.chat.completions.create.

from clawhub.ai·va530a0f·35.7 KB·0 installs
Scanned from 1.0.0 at a530a0f · Transparency log ↗
$ vett add clawhub.ai/lxgicstudios/supabase-gen

ai-supabase-gen

Generate Supabase RLS policies from a Prisma schema file

Install

npm install -g ai-supabase-gen

Usage

npx ai-supabase-gen ./path/to/file

Setup

export OPENAI_API_KEY=sk-...

License

MIT