supabase

Manage Supabase projects, databases, and edge functions via CLI.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Kuass/kiro-gateway-plus --skill supabase-kuass
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase
Source: https://github.com/Kuass/kiro-gateway-plus/tree/main/.opencode/skill/supabase
Command: npx skills add https://github.com/Kuass/kiro-gateway-plus --skill supabase-kuass

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive command-line interface for managing Supabase projects, including database operations, edge functions, and project settings, streamlining development and deployment workflows.

Core Features & Use Cases

  • Database Management: List tables, execute SQL queries, and manage migrations.
  • Edge Functions: Deploy and manage serverless functions.
  • Project & API Access: Retrieve project URLs, API keys, and manage project details.
  • Documentation Search: Quickly find information within Supabase documentation.
  • Use Case: A developer needs to quickly deploy a new edge function, then execute a SQL query to update user roles in their Supabase project.

Quick Start

Use the supabase skill to list all tables in the current project's database.

Frequently Asked Questions about supabase

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

FAQPage Schema
How do I manage Supabase database tables and execute SQL queries from the command line?

To manage Supabase databases via the command line, you can list tables, execute SQL queries, and handle migrations directly using the Supabase CLI interface. This streamlines database operations without needing a graphical dashboard.

What is the best way to deploy serverless edge functions for a Supabase project?

Deploying serverless edge functions for a Supabase project is handled through the command-line interface, allowing you to quickly push and manage your serverless functions alongside your database operations.

Do I need a Supabase CLI and authentication token to manage projects programmatically?

Yes, secure access to manage Supabase projects, retrieve project URLs, API keys, and execute commands requires the Supabase CLI along with a valid authentication token for authorized operations.

Can I retrieve project URLs and API keys for my Supabase backend through a terminal interface?

You can retrieve project URLs and API keys directly through the terminal interface. This feature facilitates quick access to project credentials needed for integrating your backend with frontend applications.

How does searching Supabase documentation work within a command-line workflow?

Searching Supabase documentation within a command-line workflow allows you to quickly find information and references without leaving your terminal. This integrates help resources directly into your development process.

What are the limitations of using a command-line interface for Supabase database management?

Using a command-line interface for Supabase management requires local installation of the Supabase CLI and manual authentication configuration. It does not provide the visual schema editing or real-time data browsing capabilities of a graphical dashboard.