Data Analysis Sql

🌐Community
by pluginagentmarketplace · vlatest · Repository

Helps with data, analysis as part of working with databases and data persistence workflows.

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

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

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

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

About This Skill

What it does

This skill allows AI agents to perform data analysis using SQL queries. It can extract, transform, and load (ETL) data from relational databases, enabling users to gain insights through structured querying. The agent can generate reports, identify trends, and answer specific questions based on the data stored within a database.

When to use it

  • Analyzing sales data to determine top-performing products or regions.
  • Generating customer churn reports by querying user activity logs.
  • Creating inventory summaries from warehouse management systems.
  • Identifying potential fraud patterns in financial transaction records.

Key capabilities

  • SQL query generation and execution
  • Data extraction from relational databases
  • Data transformation using SQL functions
  • Report generation based on query results

Example prompts

  • "Write a SQL query to find the average order value for customers in California."
  • "Generate a report showing monthly sales trends for the last year, using SQL."
  • "Extract all customer records from the 'customers' table and format them as a CSV file."

Tips & gotchas

  • Requires access to a relational database and appropriate credentials.
  • The agent’s effectiveness depends on the quality of the underlying data schema and SQL query syntax.

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
27

🌐 Community

Passed automated security scans.