supabase

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name SUPABASE_PUBLISHABLE_KEY 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_PUBLISHABLE_KEY"

2. Select Specific Columns

Related skills
Installs
66
GitHub Stars
59
First Seen
Jan 24, 2026