Sql
This SQL skill allows you to generate SQL queries from natural language prompts, simplifying database interaction and data retrieval for users.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add maragudk-sql npx -- -y @trustedskills/maragudk-sql
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"maragudk-sql": {
"command": "npx",
"args": [
"-y",
"@trustedskills/maragudk-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 relational databases using SQL. It can execute queries, retrieve data based on specific criteria, and potentially perform basic database management tasks. The agent can understand natural language requests related to data retrieval and translate them into appropriate SQL statements.
When to use it
- Data Analysis: Extracting specific insights from a dataset stored in a relational database (e.g., "Find all customers who spent over $100 last month").
- Report Generation: Automatically generating reports based on data residing in a database, such as sales figures or inventory levels.
- Database Troubleshooting: Executing queries to diagnose issues within a database environment.
- Data Migration/Transformation: Assisting with tasks involving moving or modifying data between databases (e.g., "Update the price of product X to $25").
Key capabilities
- SQL query execution
- Data retrieval based on criteria
- Understanding natural language requests related to SQL queries
Example prompts
- "Show me all orders placed after January 1st."
- "What are the top 5 products by sales volume?"
- "Find the email addresses of customers in California."
Tips & gotchas
- The agent requires access credentials (username and password) to connect to a specific database.
- Complex queries or database schema knowledge might be needed for optimal results.
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.