Manage Supabase databases and functions
supabase-automationskillsetup L2★3,035
davepoon/buildwithclaude ↗What it does
Automate Supabase database operations (CRUD, auth, storage, real-time)
Best for
When building multi-tenant applications needing PostgreSQL + auth + storage in a single unified API without SDK setup
Inputs
- · table name
- · row data
- · filters
- · auth credentials
Outputs
- · database records
- · real-time subscriptions
- · storage file URLs
Requires
- · Rube MCP
- · Composio Supabase toolkit
- · RUBE_MANAGE_CONNECTIONS
Preconditions
- · Rube MCP connected
- · Active Supabase OAuth
- · Database schema defined
Failure modes
- · Auth token expired
- · Row versioning mismatch on update
- · Storage bucket access denied
Trust signals
- · Real-time subscriptions included
- · Row-level security enforced at API layer