Sql Pro

🌐Community
by rmyndharis · vlatest · Repository

Sql Pro allows you to generate SQL queries from natural language descriptions, simplifying database interaction and boosting developer productivity.

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-sql-pro npx -- -y @trustedskills/rmyndharis-sql-pro
2

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

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

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

About This Skill

What it does

This skill allows AI agents to execute SQL queries against databases. It can retrieve, insert, update, and delete data based on provided instructions. The agent can also generate SQL statements from natural language requests, simplifying database interactions for non-technical users.

When to use it

  • Data Extraction: Retrieve specific information from a database for reporting or analysis (e.g., "Get all customers who spent over $100 last month").
  • Database Updates: Modify data within a database based on certain conditions (e.g., "Update the price of product X to $25").
  • Data Migration: Transfer data between different tables or databases.
  • Automated Reporting: Generate regular reports by querying and formatting data from a database.

Key capabilities

  • SQL query execution
  • Natural language to SQL generation
  • Data retrieval (SELECT)
  • Data modification (INSERT, UPDATE, DELETE)

Example prompts

  • "Run the following SQL query: SELECT * FROM users WHERE age > 30"
  • "Create a new user with name 'John Doe' and email '[email protected]'."
  • "What is the average order value?"

Tips & gotchas

  • Ensure the AI agent has appropriate database credentials and permissions before using this skill.
  • Complex SQL queries may require careful review to avoid unintended consequences.

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
16

🌐 Community

Passed automated security scans.