supabase

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name SUPABASE_TOKEN or zero doctor check-connector --url https://your-project.supabase.co/rest/v1/ --method GET

How to Use

Base URL: ${SUPABASE_URL}/rest/v1

All requests require the apikey header with your API key.

1. Read All Rows

Get all rows from a table:

curl -s "$SUPABASE_URL/rest/v1/users?select=*" -H "apikey: $SUPABASE_TOKEN"

2. Select Specific Columns

Installs
77
GitHub Stars
64
First Seen
Jan 24, 2026
supabase — vm0-ai/vm0-skills