Discover Database
Quickly identify relevant tables and columns within a database to answer user questions efficiently.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add discover-database npx -- -y @trustedskills/discover-database
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"discover-database": {
"command": "npx",
"args": [
"-y",
"@trustedskills/discover-database"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The discover-database skill enables AI agents to locate and install specific database-related capabilities within the TrustedSkills registry. It streamlines the setup process by allowing agents to browse available tools and apply them directly to their environment without manual configuration.
When to use it
- When an agent needs to expand its data manipulation capabilities for a new project.
- During initial deployment to ensure the AI has access to necessary storage and query functions.
- When switching database backends requires integrating a specific skill module.
- To audit and verify which database tools are currently active in the agent's toolkit.
Key capabilities
- Discovery of available database skills within the registry.
- Direct installation of selected skills into the agent environment.
- Integration with the
rand/cc-polymathecosystem for enhanced functionality.
Example prompts
- "Help me discover and install a skill to manage PostgreSQL connections."
- "I need to analyze large datasets; find and install a relevant database skill for me."
- "What database skills are available, and how do I add one to my current setup?"
Tips & gotchas
Ensure your agent has the necessary permissions to modify its environment before attempting installation. Always verify the compatibility of the discovered skill with your existing infrastructure to prevent conflicts.
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.