remote-supabase-ops

Execute Supabase CLI commands on remote servers via SSH.

2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/NagyVikt/codex-plugins --skill remote-supabase-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remote-supabase-ops
Source: https://github.com/NagyVikt/codex-plugins/tree/main/plugins/ssh-skill/skills/remote-supabase-ops
Command: npx skills add https://github.com/NagyVikt/codex-plugins --skill remote-supabase-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of managing remote Supabase environments securely without needing to manually log into servers or risk executing unverified commands.

Core Features & Use Cases

  • Remote CLI Execution: Run standard Supabase CLI commands directly on remote infrastructure via SSH.
  • Safety Guardrails: Includes mandatory preflight checks and explicit confirmation steps for destructive operations like database resets.
  • Use Case: A developer needs to run a database migration or check project status on a production server without leaving their current development environment.

Quick Start

Use the remote-supabase-ops skill to run a database migration list on the production server alias.

Frequently Asked Questions about remote-supabase-ops

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

FAQPage Schema
How do I run Supabase CLI commands on a remote server via SSH?

You can execute Supabase CLI commands on remote servers via SSH to manage infrastructure and database operations without manually logging into the server. This allows direct remote execution of administrative tasks from your local environment.

Can I run database migrations on a remote Supabase environment from my local machine?

Yes, remote database migration management is supported via SSH. You can execute migration commands directly on your distributed remote Supabase environments without leaving your current development workspace.

Does this approach support safety checks for destructive Supabase database operations?

Yes, mandatory preflight verification and user-gated confirmation steps are implemented for destructive operations like database resets. These safety guardrails ensure secure infrastructure management and prevent unverified command execution.

What is the best way to check Supabase project status on a distributed production server?

The best way to check project status is by executing standard Supabase CLI commands remotely via SSH. This facilitates infrastructure management across distributed environments without requiring manual server logins.

Do I need manual server access to perform database maintenance on remote Supabase instances?

No, you do not need manual server access to perform database maintenance. The process handles remote execution via SSH, allowing you to manage maintenance tasks securely without directly logging into the remote infrastructure.