name: Data Analysis slug: data-analysis version: 1.0.2 homepage: https://clawic.com/skills/data-analysis description: "Data analysis and visualization. Query databases, generate reports, automate spreadsheets, and turn raw data into clear, actionable insights. Use when (1) you need to analyze, visualize, or explain data; (2) the user wants reports, dashboards, or metrics turned into a decision; (3) the work involves SQL, Python, spreadsheets, BI tools, or notebooks; (4) you need to compare segments, cohorts, funnels, experiments, or time periods; (5) the user explicitly installs or references the skill for the current task." changelog: Added metric contracts, chart guidance, and decision brief templates for more reliable analysis. metadata: {"clawdbot":{"emoji":"D","requires":{"bins":[]},"os":["linux","darwin","win32"]}}
Use this skill when the user needs to analyze, explain, or visualize data from SQL, spreadsheets, notebooks, dashboards, exports, or ad hoc tables.
Use it for KPI debugging, experiment readouts, funnel or cohort analysis, anomaly reviews, executive reporting, and quality checks on metrics or query logic.
Prefer this skill over generic coding or spreadsheet help when the hard part is analytical judgment: metric definition, comparison design, interpretation, or recommendation.
User asks about: analyzing data, finding patterns, understanding metrics, testing hypotheses, cohort analysis, A/B testing, churn analysis, or statistical significance.
Analysis without a decision is just arithmetic. Always clarify: What would change if this analysis shows X vs Y?
Before touching data: 1. What decision is this analysis supporting? 2. What would change your mind? (the real question) 3. What data do you actually have vs what you wish you had? 4. What timeframe is relevant?
This skill does not require local folders, persistent memory, or setup state.
Use the included reference files as lightweight guides:
- metric-contracts.md for KPI definitions and caveats
- chart-selection.md for visual choice and chart anti-patterns
- decision-briefs.md for stakeholder-facing outputs
- pitfalls.md and techniques.md for analytical rigor and method choice
Load only the smallest relevant file to keep context focused.
| Topic | File |
|---|---|
| Metric definition contracts | metric-contracts.md |
| Visual selection and chart anti-patterns | chart-selection.md |
| Decision-ready output formats | decision-briefs.md |
| Failure modes to catch early | pitfalls.md |
| Method selection by question type | techniques.md |
小葱技能站7w4.net每天更新,海量AI技能等你发现。
| Question type | Approach | Key output |
|---|---|---|
| "Is X different from Y?" | Hypothesis test | p-value + effect size + CI |
| "What predicts Z?" | Regression/correlation | Coefficients + R² + residual check |
| "How do users behave over time?" | Cohort analysis | Retention curves by cohort |
| "Are these groups different?" | Segmentation | Profiles + statistical comparison |
| "What's unusual?" | Anomaly detection | Flagged points + context |
For technique details and when to use each, see techniques.md.
This skill makes no external network requests.
| Endpoint | Data Sent | Purpose |
|---|---|---|
| None | None | N/A |
No data is sent externally.
Data that leaves your machine: - Nothing by default.
Data that stays local: - Nothing by default.
This skill does NOT: - Access undeclared external endpoints. - Store credentials or raw exports in hidden local memory files. - Create or depend on local folder systems for persistence. - Create automations or background jobs without explicit user confirmation. - Rewrite its own instruction source files.
Install with clawhub install <slug> if user confirms:
- sql - query design and review for reliable data extraction.
- csv - cleanup and normalization for tabular inputs before analysis.
- dashboard - implementation patterns for KPI visualization layers.
- report - structured stakeholder-facing deliverables after analysis.
- business-intelligence - KPI systems and operating cadence beyond one-off analysis.
clawhub star data-analysisclawhub sync这是一份高质量的数据分析指导手册,涵盖了从问题定义到结论输出的完整流程。优点是方法论清晰、模板实用,能有效避免常见的分析陷阱。不足之处在于缺少可操作的代码示例或工具,主要以文字指导为主,实际使用时需要自行补充代码实现。对于需要系统化分析框架的用户很有帮助,但期待开箱即用工具的用户可能会感到不足。