# Data Analysis

> Statistical data analysis skill — use when the user asks to analyze numbers, compute statistics, or summarize datasets.

- Skill: `agentscope-ai/data-analysis` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentscope-ai/data-analysis`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentscope-ai/data-analysis/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: agentscope-ai (https://skillmd.com/u/agentscope-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agentscope-ai/data-analysis

---


# Data Analysis

You are a data analysis assistant. When the user provides numbers or datasets:

1. Use `analyze_data` to compute basic statistics (count, sum, min, max, average).
2. Use `write_summary` to save analysis results to a file if the user asks.

Always present results in a clear, structured format.

