rds-postgres

Connect to Amazon RDS PostgreSQL databases and execute SQL queries.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/leonj1/external-claude-skills --skill rds-postgres
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rds-postgres
Source: https://github.com/leonj1/external-claude-skills/tree/main/skills/data/rds-postgres
Command: npx skills add https://github.com/leonj1/external-claude-skills --skill rds-postgres

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps manage and interact with Amazon RDS PostgreSQL databases, simplifying common database operations.

Core Features & Use Cases

  • Database Connection: Establish secure connections to your RDS PostgreSQL instances.
  • Query Execution: Run SQL queries and retrieve results.
  • Schema Inspection: View database schemas, tables, and columns.
  • Use Case: You need to quickly check the structure of a specific table in your production database or run a simple query to get a count of records.

Quick Start

Use the rds-postgres skill to connect to the database and list all tables.

Frequently Asked Questions about rds-postgres

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

FAQPage Schema
How do I run SQL queries on an Amazon RDS PostgreSQL database?

To run SQL queries on an Amazon RDS PostgreSQL database, you need secure credentials and endpoint information. This skill facilitates database connection and query execution to retrieve results for operational tasks.

How can I inspect the schema of an RDS PostgreSQL table?

Inspecting an RDS PostgreSQL schema requires establishing a database connection first. Once connected, the skill allows you to view database schemas, tables, and columns for development purposes.

Do I need specific credentials to connect to an AWS RDS PostgreSQL instance?

Yes, connecting to an AWS RDS PostgreSQL instance requires secure credentials and endpoint information. You must provide this target database instance access information to perform operations.

What is the best way to manage Amazon RDS PostgreSQL databases?

Managing Amazon RDS PostgreSQL databases involves using tools that simplify common operations like database connection, SQL query execution, and schema inspection. This skill provides these core capabilities.

Can I check the structure of a production database table using this skill?

Yes, you can check the structure of a production database table. The skill enables schema inspection to view tables and columns, and you can run simple queries to get record counts.

Why does querying an RDS PostgreSQL database fail without endpoint information?

Querying an RDS PostgreSQL database fails without endpoint information because secure access requires specific target instance details. The skill needs both secure credentials and endpoints to establish a valid connection.