supabase
Installation
SKILL.md
Supabase
Run SQL against a Supabase project through the management API: querying data, schema changes (DDL), policies (RLS), storage metadata, and migrations. SQL runs with management API privileges, so treat it as admin-level database access.
Everything goes through one script, scripts/supabase.sh, with three commands:
env— manage connection environments (stored inenvironments.json)sql— run a SQL stringsql-file— run SQL from a file
Environments
Each environment is a named entry in environments.json (gitignored, chmod 600)
holding a url and an optional access_token. Manage them with the env
subcommands: