Database
Access, query, and analyze structured data from various databases using SQL and natural language prompts.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add miles990-database npx -- -y @trustedskills/miles990-database
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"miles990-database": {
"command": "npx",
"args": [
"-y",
"@trustedskills/miles990-database"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with and manage databases. It allows users to query data, create tables, and perform basic administrative tasks on supported database systems. The agent can understand natural language requests related to database operations and translate them into appropriate commands.
When to use it
- Data Analysis: Extract specific information from a dataset to answer questions or identify trends.
- Report Generation: Automatically create reports based on data stored in a database.
- Database Administration: Perform simple administrative tasks like creating tables or updating records (with appropriate permissions).
- Application Development: Assist developers by generating SQL queries and managing database schemas.
Key capabilities
- Querying Data
- Creating Tables
- Basic Database Administration
Example prompts
- "Show me all customers from California."
- "Create a table called 'products' with columns for name, price, and description."
- "Update the email address of customer ID 123 to [email protected]."
Tips & gotchas
The skill requires appropriate database credentials (username, password) to be provided securely. Supported database systems are not explicitly listed in the source content; ensure compatibility 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.