Sql Pro
SQL Pro generates SQL queries from natural language descriptions, simplifying database interaction and boosting developer efficiency.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add herdiansah-sql-pro npx -- -y @trustedskills/herdiansah-sql-pro
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"herdiansah-sql-pro": {
"command": "npx",
"args": [
"-y",
"@trustedskills/herdiansah-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 interact with and query SQL databases. It can execute complex queries, retrieve specific data based on criteria, and perform basic database operations. The agent can understand natural language requests related to database information and translate them into appropriate SQL commands.
When to use it
- Data analysis: Extracting trends or insights from a customer database to identify sales patterns.
- Report generation: Automatically creating reports based on data stored in a financial records database.
- Inventory management: Checking stock levels and generating reorder requests for products listed in an inventory system.
- Customer support: Quickly retrieving customer information from a CRM database to address inquiries efficiently.
Key capabilities
- SQL query execution
- Data retrieval based on specified criteria
- Database interaction
- Natural language processing of SQL-related requests
Example prompts
- "Show me the top 10 customers by purchase amount."
- "What is the average order value for products in the 'electronics' category?"
- "Find all orders placed after January 1, 2023."
Tips & gotchas
The agent needs access to a SQL database and appropriate credentials to function correctly. Be mindful of potential security risks when granting database access to AI agents; limit permissions as needed.
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.