Sql Pro

🌐Community
by claudchereji · vlatest · Repository

This skill allows you to execute SQL queries directly from your chat, simplifying database interaction and data retrieval for users.

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

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

~/.claude/settings.json
{
  "mcpServers": {
    "claudchereji-sql-pro": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/claudchereji-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 descriptions of the desired database operations.

When to use it

  • Data Analysis: Extract specific insights or reports from a relational database.
  • Database Management: Perform routine maintenance tasks like updating records or creating new entries.
  • Application Integration: Interact with backend systems and databases to retrieve information for applications.
  • Automated Reporting: Generate regular reports based on data stored in a database.

Key capabilities

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

Example prompts

  • "Get me the names of all customers from the 'customers' table."
  • "Update the price of product ID 123 to $19.99 in the 'products' table."
  • "Create a new user with username 'newuser' and password 'password' in the 'users' table."

Tips & gotchas

  • Requires access to a database and appropriate credentials for the AI agent to connect.
  • The accuracy of natural language to SQL generation depends on the complexity of the request and clarity of instructions.

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

🌐 Community

Passed automated security scans.