supabase

Execute SQL queries, manage storage, deploy edge functions, and manage branches in Supabase projects.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/heg-wtf/cclaw --skill supabase-heg-wtf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase
Source: https://github.com/heg-wtf/cclaw/tree/main/src/cclaw/builtin_skills/supabase
Command: npx skills add https://github.com/heg-wtf/cclaw --skill supabase-heg-wtf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a secure interface for interacting with Supabase projects, enabling database operations, storage management, and edge function deployment without the risk of accidental data deletion.

Core Features & Use Cases

  • Database Operations: Execute SQL queries, list tables, and apply migrations.
  • Storage Management: View buckets and objects within Supabase storage.
  • Edge Function Deployment: Deploy or retrieve Supabase Edge Functions.
  • Branch Management: List, create, and merge branches, with strict safeguards against deletion or resetting.
  • Use Case: A developer needs to quickly check the contents of a database table, deploy a new edge function, and create a new feature branch for development, all while ensuring no critical data is accidentally removed.

Quick Start

Use the supabase skill to list all tables in the default schema.

Frequently Asked Questions about supabase

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

FAQPage Schema
How do I securely execute SQL queries on a Supabase database?

To securely execute SQL queries on a Supabase database, this Skill integrates via MCP to run commands while enforcing strict deletion prevention. It allows you to list tables and apply migrations without risking accidental data removal.

What do I need to manage Supabase projects via MCP?

Managing Supabase projects via MCP requires the Supabase CLI and Node.js installed in your environment. These dependencies enable the secure execution of database operations, edge function deployment, and branch management.

How do I deploy Supabase Edge Functions without risking my database?

You can deploy or retrieve Supabase Edge Functions safely using this Skill's MCP integration. It isolates deployment actions and includes safeguards that prevent accidental data deletion during function updates or branch operations.

Can I create and merge Supabase branches without deleting data?

Yes, you can list, create, and merge Supabase branches safely. The Skill explicitly prevents branch deletion or resetting, ensuring your core database data remains intact during development workflows.

How do I view Supabase storage objects and buckets?

You can view Supabase storage objects and buckets by using the Skill's storage management capabilities. It interfaces with your Supabase project via MCP to securely list and inspect stored items without allowing deletions.

What is the safest way to apply database migrations to Supabase?

The safest way to apply database migrations to Supabase is through an interface with strict deletion prevention. This Skill uses MCP to apply migrations securely, ensuring no critical data is accidentally removed during the process.