Data Warehouse

🌐Community
by pluginagentmarketplace · vlatest · Repository

Access and query structured data from your warehouse using natural language to extract insights and reports.

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 data-warehouse npx -- -y @trustedskills/data-warehouse
2

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

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

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

About This Skill

The data-warehouse skill enables AI agents to connect directly to SQL-based data warehouses, allowing them to execute queries and retrieve structured datasets for analysis. It acts as a bridge between natural language requests and complex database operations within enterprise storage systems.

When to use it

  • Querying historical sales trends or customer metrics stored in cloud warehouses like Snowflake or BigQuery.
  • Generating dynamic reports by filtering large volumes of transactional data based on specific time ranges.
  • Validating data integrity by running ad-hoc SQL checks against centralized repositories.
  • Extracting aggregated statistics for immediate decision-making without manual data export.

Key capabilities

  • Direct connection to SQL-compatible data warehouse environments.
  • Execution of complex SELECT, JOIN, and aggregation queries via natural language.
  • Retrieval of structured tabular results formatted for agent consumption.
  • Integration with the custom-plugin-sql ecosystem for database access.

Example prompts

  • "Show me total revenue by region for the last quarter from our data warehouse."
  • "List all customers who have made purchases over $500 in the past month."
  • "Calculate the average order value grouped by product category and sort descending."

Tips & gotchas

Ensure your AI agent has valid credentials and network permissions to access the specific data warehouse instance before attempting queries. Complex joins or massive result sets may require optimized SQL phrasing to prevent timeouts or excessive resource usage.

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
pluginagentmarketplace
Installs
30

🌐 Community

Passed automated security scans.