postgres

🔓Unverified
by sanjay3290 · v1.0.0 · Apache-2.0

Execute read-only SQL queries against multiple PostgreSQL databases. Use when: (1) querying PostgreSQL databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (

Install on your platform

We auto-selected OpenClaw based on this skill’s supported platforms.

1Run this command in your terminal. The skill is immediately available.
terminal

About This Skill

What it does

This skill allows you to execute read-only SQL queries against one or more PostgreSQL databases. It's designed for retrieving data and examining schema information without modifying the underlying database state. You can use this skill to explore existing data, analyze tables, and run SELECT statements for various reporting or analytical purposes.

When to use it

  • Data Exploration: Quickly examine the contents of a table to understand its structure and data distribution.
  • Schema Discovery: List all tables in a database or view column definitions without needing direct database access tools.
  • Report Generation: Run complex SELECT queries to extract specific data points for creating reports.
  • Data Validation: Verify the integrity of data by running queries that check for expected values and patterns.

Key capabilities

  • Execute read-only SQL queries
  • Supports multiple PostgreSQL databases
  • Focuses on SELECT statements and schema exploration
  • Provides access to database schemas and tables

Example prompts

  • "Show me all the columns in the 'customers' table."
  • "Run this query: SELECT COUNT(*) FROM orders WHERE order_date > '2023-01-01'"
  • "List all tables in the 'sales_db' database."

Tips & gotchas

  • Ensure you have the necessary connection details (host, port, database name, username, password) for the PostgreSQL databases you intend to query. The skill requires these credentials to function correctly.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
v1.0.0
License
Apache-2.0
Author
sanjay3290
Installs
0

🔓 Unverified

Not yet reviewed. Use with caution.