Whodb
Whodb identifies movies based on their plot descriptions or details, quickly finding information and recommendations for viewers.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add whodb npx -- -y @trustedskills/whodb
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"whodb": {
"command": "npx",
"args": [
"-y",
"@trustedskills/whodb"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, Whodb, provides AI agents with the ability to interact with databases using either Model Context Protocol (MCP) tools or command-line interface (CLI) commands. It allows agents to list database connections, execute SQL queries, discover schemas and tables, and describe table columns. This enables users to retrieve information from databases and perform basic data exploration tasks directly through the AI agent.
When to use it
- When you need to quickly query a database for specific information (e.g., "Show me the top 10 users").
- To explore the structure of a database, including available schemas, tables, and columns.
- For automated data retrieval tasks where an agent needs to access and process data stored in a relational database.
Key capabilities
- Database Connection Listing: Lists all available database connections (whodb_connections).
- SQL Query Execution: Executes SQL queries against specified databases (whodb_query).
- Schema Discovery: Lists schemas within a database (whodb_schemas).
- Table Listing: Lists tables within a schema (whodb_tables).
- Column Description: Describes the columns of a given table (whodb_columns).
- CLI Fallback: Provides CLI commands as an alternative when MCP tools are unavailable.
Example prompts
- "List all available database connections."
- "Execute this SQL query: SELECT * FROM users LIMIT 10 against the 'mydb' connection."
- "What tables exist in the 'public' schema of the 'mydb' database?"
Tips & gotchas
- The skill prioritizes using MCP tools for interaction. Ensure these are available for optimal performance.
- If a single database connection is configured, you can often omit the
connectionparameter from commands. - Familiarity with SQL syntax is required to effectively utilize the query execution capabilities.
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.