Query Builder

🌐Community
by clidey · vlatest · Repository

Construct complex database queries from natural language requests, simplifying data retrieval for users.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add query-builder npx -- -y @trustedskills/query-builder
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "query-builder": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/query-builder"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

query-builder

What it does

This skill enables AI agents to construct and execute database queries directly within the whodb environment. It allows for dynamic data retrieval, filtering, and manipulation without requiring manual SQL writing or external tool configuration.

When to use it

  • You need to extract specific records from a relational database based on complex criteria.
  • Your agent requires real-time access to structured data stored in whodb for decision-making.
  • You want to automate repetitive data reporting tasks that involve joining multiple tables.
  • You are building an application where the AI must update or insert new entries into your existing database schema.

Key capabilities

  • Dynamic Query Generation: Automatically translates natural language requests into executable SQL statements.
  • Schema Awareness: Understands table structures, column names, and data types within the whodb instance.
  • Execution & Return: Runs queries against the live database and returns results in a usable format for the agent.
  • Integration: Works seamlessly with the whodb infrastructure to ensure data consistency.

Example prompts

  • "Find all users who have made purchases over $500 in the last month."
  • "Update the status of order ID 12345 to 'shipped' and notify the customer."
  • "Generate a summary report showing total revenue per category for Q3."

Tips & gotchas

Ensure your whodb instance is properly configured and accessible before attempting to run queries. While this skill handles standard SQL operations, extremely complex or non-standard database schemas may require additional context or manual intervention to interpret correctly.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
clidey
Installs
50

🌐 Community

Passed automated security scans.