Sql
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.
Run in terminal (recommended)
claude mcp add olino3-sql npx -- -y @trustedskills/olino3-sql
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.