supabase-automation

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

1|Updated Sep 25, 2025
One-click install
npx skills add https://github.com/arroschaves/brandaocontador-site --skill supabase-automation-arroschaves
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase-automation
Source: https://github.com/arroschaves/brandaocontador-site/tree/main/.agent/skills/supabase-automation
Command: npx skills add https://github.com/arroschaves/brandaocontador-site --skill supabase-automation-arroschaves

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates complex and repetitive tasks within Supabase, from database querying and schema management to project administration and storage operations, reducing manual effort and potential errors.

Core Features & Use Cases

  • Database Operations: Query data, execute SQL, and manage table schemas.
  • Project & Auth Management: Inspect project configurations, API keys, and service health.
  • Edge Functions & Storage: List and inspect edge functions and storage buckets.
  • Use Case: Automatically generate TypeScript types from your Supabase database schema to ensure type safety in your frontend applications.

Quick Start

Use the supabase-automation skill to list all tables in the 'public' schema for project 'abcdefghijklmnopqrst'.

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?

Yes, you can generate TypeScript types from your Supabase database schema automatically. This Skill inspects your table schemas and programmatically generates the corresponding TypeScript types to ensure type safety in your frontend applications.

What do I need to connect to Supabase and run administrative tasks?

Yes, this Skill supports listing and inspecting Supabase edge functions and storage buckets. It automates these storage operations and administrative tasks through the Rube MCP connection to reduce manual effort in project management.

Can I execute raw SQL queries against my Supabase database programmatically?

Executing raw SQL queries against your Supabase database is fully supported. The Skill automates SQL execution for data retrieval and schema modifications, enabling programmatic interaction with your database tables directly through the Rube MCP.

How do I inspect Supabase project configurations and API keys?

You can inspect Supabase project configurations by automating the retrieval of API keys and service health status. This Skill handles project administration tasks programmatically, reducing the need to manually navigate the Supabase dashboard.