Databases
This skill allows you to query and manipulate data within various database systems, streamlining information retrieval and automation tasks.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add jackspace-databases npx -- -y @trustedskills/jackspace-databases
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"jackspace-databases": {
"command": "npx",
"args": [
"-y",
"@trustedskills/jackspace-databases"
]
}
}
}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 manage databases. It can execute SQL queries, retrieve data from tables, and potentially update database records based on instructions. The specific database types supported are not detailed in the source.
When to use it
- Generate reports by querying a customer database for sales figures over a specified period.
- Populate a spreadsheet with data extracted from an inventory management system.
- Retrieve contact information from a CRM based on search criteria provided by a user.
- Update product pricing in a database after receiving new price lists.
Key capabilities
- SQL query execution
- Data retrieval from tables
- Potential for database record updates (details unspecified)
Example prompts
- "Run the following SQL query:
SELECT * FROM customers WHERE city = 'London'" - "Get me a list of all products with a price greater than $50."
- "Update the quantity in stock for product ID 123 to 10."
Tips & gotchas
The skill's capabilities are limited by the specific database types it supports, which aren’t detailed. Ensure your target database is compatible before attempting to use this skill.
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.