supabase-auth

Configure Supabase Auth Site and Redirect URLs via Playwright.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/mqzkim/trading --skill supabase-auth-mqzkim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase-auth
Source: https://github.com/mqzkim/trading/tree/main/.agents/skills/supabase-auth
Command: npx skills add https://github.com/mqzkim/trading --skill supabase-auth-mqzkim

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the configuration of Supabase Authentication URL settings, streamlining the process of updating Site URLs and Redirect URLs.

Core Features & Use Cases

  • Automated Supabase Dashboard Interaction: Uses Playwright to navigate and modify settings within the Supabase dashboard.
  • Dynamic URL Updates: Allows for the specification of a primary domain and additional redirect URLs.
  • Use Case: Quickly update your Supabase project's authorized redirect URLs after deploying a new version of your application to a staging environment.

Quick Start

Use the supabase-auth skill to set the site URL for shipkit.work and add redirect URLs https://shipkit.work/** and https://demo.shipkit.work/**.

Frequently Asked Questions about supabase-auth

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

FAQPage Schema
How do I automate updating Supabase Auth redirect URLs after a deployment?

Automating Supabase Auth redirect URL updates is achieved by using Playwright to navigate the Supabase dashboard and modify Site URLs and Redirect URLs for your specified domains automatically.

Can I use Playwright to configure Site URLs in the Supabase dashboard?

Yes, you can use Playwright to configure Site URLs in the Supabase dashboard. The automation script interacts directly with the dashboard UI to apply your specified primary domain and redirect URLs.

What do I need to run automated Supabase authentication URL configuration?

To run automated Supabase authentication URL configuration, you need a Supabase account, Playwright installed, and a running Playwright MCP server to execute the dashboard interaction scripts.

How do I add multiple redirect URLs to Supabase Auth for staging environments?

Adding multiple redirect URLs to Supabase Auth for staging environments involves specifying a primary domain and additional redirect URLs, which the automation dynamically updates within your project settings.

Does configuring Supabase Auth URLs via Playwright require manual dashboard login?

Configuring Supabase Auth URLs via Playwright requires a Supabase account and a running Playwright MCP server, which manages the browser automation session to interact with the dashboard securely.

When should I automate Supabase Auth URL configuration instead of manual entry?

Automating Supabase Auth URL configuration is ideal when you frequently deploy new application versions to staging environments and need to quickly update authorized redirect URLs without manual dashboard entry.