supabase-automation

Automate Supabase database queries, table management, and SQL execution via Rube MCP.

1|1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/Dhavanesh24cs412/kural-admin --skill supabase-automation-dhavanesh24cs412
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase-automation
Source: https://github.com/Dhavanesh24cs412/kural-admin/tree/main/.agent/skills/supabase-automation
Command: npx skills add https://github.com/Dhavanesh24cs412/kural-admin --skill supabase-automation-dhavanesh24cs412

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates complex and repetitive tasks within Supabase, streamlining database management, project administration, and data operations.

Core Features & Use Cases

  • Database Operations: Query tables, inspect schemas, and execute SQL.
  • Project & Auth Management: List projects, view configurations, and manage organization members.
  • Schema & Type Generation: Inspect table structures and generate TypeScript types.
  • Edge Functions & Storage: List and inspect edge functions and storage buckets.
  • Use Case: Automatically fetch all user data from the 'users' table in your Supabase project, filter by users created in the last month, and display their email addresses and creation dates.

Quick Start

List all Supabase projects associated with your account.

Frequently Asked Questions about supabase-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Supabase database queries and table management?

You can automate Supabase database queries and table management by executing SQL, inspecting schemas, and listing tables through the Rube MCP connection. This requires the Supabase toolkit to interact directly with your project data.

Can I generate TypeScript types from a Supabase database schema automatically?

Yes, you can generate TypeScript types automatically by inspecting table structures within your Supabase project. This is handled via the Rube MCP connection to streamline your database schema management workflow.

Do I need a Rube MCP connection to manage Supabase projects and organizations?

Yes, a Rube MCP connection and the Supabase toolkit are required. This setup allows you to list projects, view configurations, manage organization members, and inspect service health for your Supabase environment.

What is the best way to list and inspect Supabase edge functions and storage buckets?

The best way to list and inspect Supabase edge functions and storage buckets is by using an automated Skill via Rube MCP. It queries your Supabase project to retrieve configurations and manage storage operations efficiently.

Why does my Supabase SQL execution via automation require specific toolkits?

Supabase SQL execution via automation requires the Supabase toolkit and Rube MCP connection to authenticate and route your queries securely. Without these dependencies, the automated management system cannot interface with your database.