camel-ai / data-analyzer
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/data-analyzer && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1468" && unzip -o skill.zip -d .claude/skills/data-analyzer && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/data-analyzer/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Analyze datasets and extract insights. Use when user needs to understand data patterns, statistics, or trends.
0 views
0 installs
Skill Content
--- name: data-analyzer description: Analyze datasets and extract insights. Use when user needs to understand data patterns, statistics, or trends. --- # Data Analyzer Analyze data and provide statistical insights. ## Workflow 1. Load and inspect the data structure 2. Compute basic statistics (mean, median, std, min, max) 3. Identify patterns and anomalies 4. Summarize key findings ## Output Format Provide analysis in this structure: ``` ## Data Overview - Total records: X - Columns: [list] ## Key Statistics | Metric | Value | |--------|-------| | ... | ... | ## Insights - Finding 1 - Finding 2 ``` ## Guidelines - Always validate data types before analysis - Handle missing values explicitly - Report confidence levels for statistical claims