Sql

🌐Community
by olino3 · vlatest · Repository

This SQL skill allows you to generate and execute SQL queries from natural language prompts, simplifying database interaction for users of all levels.

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

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

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

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 and query SQL databases. It can execute SQL statements, retrieve data based on specified criteria, and perform basic database operations. The agent can be instructed to analyze data stored in relational databases and provide insights based on the results of those queries.

When to use it

  • Data Analysis: Extract specific information from a customer database to identify trends or patterns.
  • Report Generation: Automatically generate reports by querying sales data and formatting the output.
  • Inventory Management: Check stock levels in an inventory database based on user requests.
  • Database Troubleshooting: Execute diagnostic queries to help identify issues within a SQL database.

Key capabilities

  • SQL query execution
  • Data retrieval from relational databases
  • Basic database operations (limited by the source)
  • Analysis of data stored in tables

Example prompts

  • "Retrieve all customers from the 'customers' table where the city is 'New York'."
  • "What are the total sales for each product category?"
  • "Show me the top 10 products with the highest sales volume."

Tips & gotchas

The skill requires access to a SQL database and appropriate credentials. The complexity of queries that can be handled may be limited by the underlying implementation.

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

🌐 Community

Passed automated security scans.