data-analyzer
This tool loads data to calculate statistics and identifies patterns or anomalies, presenting results in a structured format.
Install
mkdir -p .claude/skills/data-analyzer && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/1468" && unzip -o skill.zip -d .claude/skills/data-analyzer && rm skill.zipInstalls to .claude/skills/data-analyzer
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Analyze datasets and extract insights. Use when user needs to understand data patterns, statistics, or trends.Key capabilities
- →Load and inspect data structure
- →Compute basic statistical metrics
- →Identify data patterns and anomalies
- →Summarize key findings
How it works
The skill loads the dataset, validates data types, computes descriptive statistics, and applies pattern recognition to generate a structured summary.
Inputs & outputs
When to use data-analyzer
- →Identify outliers in a dataset
- →Summarize statistical distributions
- →Verify data integrity before processing
About this skill
Data Analyzer
Analyze data and provide statistical insights.
Workflow
- Load and inspect the data structure
- Compute basic statistics (mean, median, std, min, max)
- Identify patterns and anomalies
- 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
When not to use it
- →When the data is not in a structured format
- →When performing complex predictive modeling
Prerequisites
Limitations
- →Limited to basic statistical analysis
- →Requires explicit handling of missing values
How it compares
It provides a standardized, professional output format for statistical insights compared to manual, ad-hoc data exploration.
Compared to similar skills
data-analyzer side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| data-analyzer (this skill) | 6 | 6mo | Review | Beginner |
| quant-analyst | 103 | 2mo | No flags | Advanced |
| stock-analyzer | 71 | 2mo | Review | Beginner |
| google-analytics | 43 | 6mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by camel-ai
View all by camel-ai →You might also like
quant-analyst
zenobi-us
Expert quantitative analyst specializing in financial modeling, algorithmic trading, and risk analytics. Masters statistical methods, derivatives pricing, and high-frequency trading with focus on mathematical rigor, performance optimization, and profitable strategy development.
stock-analyzer
FrancyJGLisboa
Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.
google-analytics
davila7
Analyze Google Analytics data, review website performance metrics, identify traffic patterns, and suggest data-driven improvements. Use when the user asks about analytics, website metrics, traffic analysis, conversion rates, user behavior, or performance optimization.
data-engineering
pluginagentmarketplace
ETL pipelines, Apache Spark, data warehousing, and big data processing. Use for building data pipelines, processing large datasets, or data infrastructure.
math-tools
ananddtyagi
Deterministic mathematical computation using SymPy. Use for ANY math operation requiring exact/verified results - basic arithmetic, algebra (simplify, expand, factor, solve equations), calculus (derivatives, integrals, limits, series), linear algebra (matrices, determinants, eigenvalues), trigonometry, number theory (primes, GCD/LCM, factorization), and statistics. Ensures mathematical accuracy by using symbolic computation rather than LLM estimation.
crawl4ai
basher83
This skill should be used when users need to scrape websites, extract structured data, handle JavaScript-heavy pages, crawl multiple URLs, or build automated web data pipelines. Includes optimized extraction patterns with schema generation for efficient, LLM-free extraction.