🐘

PostgreSQL

available

Query and manage PostgreSQL databases via psql CLI — connect to Supabase, Neon, AWS RDS, Railway, or any PostgreSQL instance.

data

What This Skill Does

Query and manage PostgreSQL databases via psql CLI — connect to Supabase, Neon, AWS RDS, Railway, or any PostgreSQL instance.

Capabilities

  • SQL Queries — Run any SQL query against your database
  • Multi-Platform — Connect to Supabase, Neon, RDS, Railway, and more
  • Schema Management — Create and modify tables, indexes, and functions
  • Data Analysis — Run analytical queries and export results

How It Works

  1. Provide your PostgreSQL connection string
  2. Write SQL queries or describe the operation
  3. The skill executes via psql CLI
  4. Results are returned in tabular format

Example Usage

"Query the latest 100 orders with customer info"
"Create a new analytics table"
"Show me the table schema for the users table"