Sql Pro

🌐Community
by hainamchung · 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 hainamchung-sql-pro npx -- -y @trustedskills/hainamchung-sql-pro
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "hainamchung-sql-pro": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/hainamchung-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 a database. It can retrieve, insert, update, and delete data based on provided instructions. The agent will translate natural language requests into structured SQL statements and return the results in a readable format.

When to use it

  • Data Analysis: Extract specific insights from a relational database, such as "Find all customers who spent over $100 last month."
  • Report Generation: Automatically generate reports by querying data and formatting the output. For example, “Create a report showing sales figures for each product category.”
  • Database Management: Perform simple administrative tasks like adding new records or updating existing ones based on user instructions. "Add a new employee to the database with these details."
  • Data Validation: Verify data integrity by running queries and identifying inconsistencies. "Check if all order dates are in the future."

Key capabilities

  • SQL query execution
  • Data retrieval (SELECT)
  • Data modification (INSERT, UPDATE, DELETE)
  • Structured output formatting

Example prompts

  • "Get me a list of all products with a price greater than $50."
  • "Update the email address for customer ID 123 to [email protected]."
  • "How many orders were placed last week?"

Tips & gotchas

  • Requires access to a database and appropriate credentials. The agent needs to be configured with connection details before use.

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
hainamchung
Installs
2

🌐 Community

Passed automated security scans.