Sql
This SQL skill allows you to generate SQL queries from natural language prompts, simplifying database interaction and analysis 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 kprsnt2-sql npx -- -y @trustedskills/kprsnt2-sql
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kprsnt2-sql": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kprsnt2-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 present results in a structured format. The agent can also be used to create tables or modify existing database structures.
When to use it
- Data Analysis: Extract specific insights from a dataset stored in a relational database.
- Report Generation: Automatically generate reports by querying data and formatting the output.
- Database Management: Create new tables, alter existing ones, or insert/update data within a SQL database.
- Application Integration: Retrieve information from a database to power other applications or workflows.
Key capabilities
- Execute SQL queries
- Retrieve data from databases
- Create and modify database tables
- Structured result presentation
Example prompts
- "Show me all customers in the 'California' region."
- "Create a table called 'products' with columns for name, price, and category."
- "What is the average order value?"
Tips & gotchas
The agent requires access to a SQL database. Ensure that appropriate credentials and connection details are provided 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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.