Sql
This SQL skill allows you to generate SQL queries from natural language prompts, simplifying database interaction and data retrieval.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add microck-sql npx -- -y @trustedskills/microck-sql
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"microck-sql": {
"command": "npx",
"args": [
"-y",
"@trustedskills/microck-sql"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to execute SQL queries against a database. It can retrieve, insert, update, and delete data based on provided instructions. The skill supports standard SQL syntax and is designed for interacting with relational databases.
When to use it
- Data Extraction: Retrieve specific information from a database, such as customer details or product inventory.
- Report Generation: Generate simple reports by querying and aggregating data from multiple tables.
- Database Updates: Modify existing records in the database based on certain criteria (e.g., updating order statuses).
- Data Analysis: Perform basic analysis tasks like counting records or calculating averages within a dataset.
Key capabilities
- SQL query execution
- Data retrieval (SELECT)
- Data modification (INSERT, UPDATE, DELETE)
- Support for standard SQL syntax
Example prompts
- "Get me the names of all customers from the 'customers' table."
- "Update the price of product ID 123 to $19.99 in the 'products' table."
- "How many orders were placed last month?"
Tips & gotchas
- Ensure the AI agent has access and appropriate permissions to interact with the target database.
- The skill assumes familiarity with SQL syntax; complex queries may require careful prompting.
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.