Postgresql

🌐Community
by rmyndharis · vlatest · Repository

Connects to and queries PostgreSQL databases using SQL, enabling data retrieval and manipulation via rmynharis AI agent.

Install on your platform

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

1

Run in terminal (recommended)

terminal
claude mcp add rmyndharis-postgresql npx -- -y @trustedskills/rmyndharis-postgresql
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "rmyndharis-postgresql": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/rmyndharis-postgresql"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with PostgreSQL databases. It enables querying data, executing SQL commands, and potentially updating database records based on natural language instructions. The agent can retrieve specific information from tables or perform actions like creating new entries.

When to use it

  • Data Analysis: An agent needs to extract key metrics from a sales database to generate a report.
  • Inventory Management: An agent is tasked with checking the current stock levels of products in an inventory system.
  • Customer Support: An agent retrieves customer order details from a database to answer a support query.
  • Content Population: An agent automatically populates a website's blog posts by extracting data from a content management system’s database.

Key capabilities

  • Database querying
  • SQL command execution
  • Data retrieval
  • Potential for data updates (not explicitly confirmed)

Example prompts

  • "What are the names of all customers in the 'customers' table?"
  • "Execute this SQL query: SELECT * FROM products WHERE price > 100;"
  • "Find me the total sales amount for each product category."

Tips & gotchas

The agent requires access to a PostgreSQL database and appropriate credentials. The skill’s capabilities regarding data modification (updates, inserts) are not fully detailed in the source material; proceed with caution when attempting such operations.

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
vlatest
License
Author
rmyndharis
Installs
21

🌐 Community

Passed automated security scans.