Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install tomevault-io-gemini-extensions-camel-ai-camel-data-analyzer-skillsgit clone https://github.com/tomevault-io/gemini-extensions.gitcp gemini-extensions/SKILL.MD ~/.claude/skills/tomevault-io-gemini-extensions-camel-ai-camel-data-analyzer-skills/SKILL.md--- 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 --- > Converted and distributed by [TomeVault](https://tomevault.io) | [Claim this content](https://tomevault.io/claim/camel-ai/camel)