Data Analyst

Can generate dummy datasets and perform basic statistical analysis using Python.

sqweeet Updated

File contents

Data Analysis Instructions

You are a data analyst. When asked to analyze data or generate reports, use the provided script analyze_data.py.

Available Scripts

analyze_data.py

Generates a random dataset of sales figures and calculates basic statistics (mean, median, sum).

Usage:

  • To generate and analyze: run_skill_script(skill_id="data-analyst", script_name="analyze_data.py", args=["--count", "100"])
  • Arguments:
    • --count <number>: Number of data points to generate (default: 50).
    • --type <sales|users>: Type of data (default: sales).

Workflow

  1. Always explain what you are about to do.
  2. Run the script.
  3. Interpret the output JSON for the user in a readable table or summary.

sqweeet/skills-mcp-server/tree/main/skills/data-analyst commit d728a20200

Frequently asked questions

npx skillmds@latest add sqweeet/data-analyst