Data Sql
Provides data guidance and assistance for working with databases and data persistence.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add data-sql npx -- -y @trustedskills/data-sql
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"data-sql": {
"command": "npx",
"args": [
"-y",
"@trustedskills/data-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 databases using SQL. It can execute SQL queries, retrieve data based on specified criteria, and format results for easy understanding. The agent can also be used to create new tables or modify existing ones within a database environment.
When to use it
- Data Analysis: Retrieve specific information from a database to answer questions or identify trends.
- Report Generation: Automatically generate reports by querying data and formatting the results into a readable format.
- Database Management: Create, modify, or delete tables and columns within a database schema.
- Data Extraction: Extract relevant data from multiple tables based on specific relationships.
Key capabilities
- SQL query execution
- Data retrieval
- Table creation/modification
- Result formatting
Example prompts
- "Retrieve all customers who placed an order in the last month."
- "Create a table named 'products' with columns for id, name, and price."
- "Show me the average order value per customer."
- “Modify the ‘customers’ table to add a column for email address.”
Tips & gotchas
The agent requires access to a database connection string or credentials. Ensure that the AI agent has appropriate permissions within the target database to execute queries and perform schema modifications.
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.