← Back to Skills Marketplace
janeaaaa

Data Analysis 1.0.2

by janeaaaa · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ✓ Security Clean
69
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install data-analysis-v2
Description
Data analysis and visualization. Query databases, generate reports, automate spreadsheets, and turn raw data into clear, actionable insights. Use when (1) yo...
README (SKILL.md)

When to Use

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.

Core Principle

Analysis without a decision is just arithmetic. Always clarify: What would change if this analysis shows X vs Y?

Methodology First

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?

Statistical Rigor Checklist

  • Sample size sufficient? (small N = wide confidence intervals)
  • Comparison groups fair? (same time period, similar conditions)
  • Multiple comparisons? (20 tests = 1 "significant" by chance)
  • Effect size meaningful? (statistically significant != practically important)
  • Uncertainty quantified? ("12-18% lift" not just "15% lift")

Architecture

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

Quick Reference

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

Core Rules

1. Start from the decision, not the dataset

  • Identify the decision owner, the question that could change a decision, and the deadline before doing analysis.
  • If no decision would change, reframe the request before computing anything.

2. Lock the metric contract before calculating

  • Define entity, grain, numerator, denominator, time window, timezone, filters, exclusions, and source of truth.
  • If any of those are ambiguous, state the ambiguity explicitly before presenting results.

3. Separate extraction, transformation, and interpretation

  • Keep query logic, cleanup assumptions, and analytical conclusions distinguishable.
  • Never hide business assumptions inside SQL, formulas, or notebook code without naming them in the write-up.

4. Choose visuals to answer a question

  • Select charts based on the analytical question: trend, comparison, distribution, relationship, composition, funnel, or cohort retention.
  • Do not add charts that make the deck look fuller but do not change the decision.

5. Brief every result in decision format

  • Every output should include the answer, evidence, confidence, caveats, and recommended next action.
  • If the output is going to a stakeholder, translate the method into business implications instead of leading with technical detail.

6. Stress-test claims before recommending action

  • Segment by obvious confounders, compare the right baseline, quantify uncertainty, and check sensitivity to exclusions or time windows.
  • Strong-looking numbers without robustness checks are not decision-ready.

7. Escalate when the data cannot support the claim

  • Block or downgrade conclusions when sample size is weak, the source is unreliable, definitions drifted, or confounding is unresolved.
  • It is better to say "unknown yet" than to produce false confidence.

Common Traps

  • Reusing a KPI name after changing numerator, denominator, or exclusions -> trend comparisons become invalid.
  • Comparing daily, weekly, and monthly grains in one chart -> movement looks real but is mostly aggregation noise.
  • Showing percentages without underlying counts -> leadership overreacts to tiny denominators.
  • Using a pretty chart instead of the right chart -> the output looks polished but hides the actual decision signal.
  • Hunting for interesting cuts after seeing the result -> narrative follows chance instead of evidence.
  • Shipping automated reports without metric owners or caveats -> bad numbers spread faster than they can be corrected.
  • Treating observational patterns as causal proof -> action plans get built on correlation alone.

Approach Selection

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.

Output Standards

  1. Lead with the insight, not the methodology
  2. Quantify uncertainty - ranges, not point estimates
  3. State limitations - what this analysis can't tell you
  4. Recommend next steps - what would strengthen the conclusion

Red Flags to Escalate

  • User wants to "prove" a predetermined conclusion
  • Sample size too small for reliable inference
  • Data quality issues that invalidate analysis
  • Confounders that can't be controlled for

External Endpoints

This skill makes no external network requests.

Endpoint Data Sent Purpose
None None N/A

No data is sent externally.

Security & Privacy

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.

Related Skills

Install with clawhub install \x3Cslug> 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.

Feedback

  • If useful: clawhub star data-analysis
  • Stay updated: clawhub sync
Usage Guidance
This appears to be a documentation-only data-analysis helper and is internally consistent with that purpose. Consider these checks before installing: (1) metadata inconsistencies exist — the registry metadata owner/version (kn7... / 1.0.0) and the _meta.json owner/version (janeaaaa / 1.0.0) differ from the SKILL.md version (1.0.2); confirm the publisher and version on the homepage before trusting updates; (2) because it's instruction-only there is no direct code risk, but if you plan to have the agent operate on real data, ensure the agent's runtime environment and policies enforce least privilege (don't grant database credentials or file access unless needed); (3) review the homepage/owner provenance if you require stronger supply-chain assurance; otherwise this skill is coherent and low-risk.
Capability Analysis
Type: OpenClaw Skill Name: data-analysis-v2 Version: 1.0.0 The skill bundle consists entirely of instructional markdown files and metadata designed to guide an AI agent in performing data analysis and visualization tasks. There is no executable code, and the instructions focus on analytical best practices, statistical rigor, and decision-making frameworks (e.g., SKILL.md, techniques.md, pitfalls.md). The bundle explicitly disclaims network access and local storage, and no indicators of malicious intent or security vulnerabilities were found.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
Name/description (data analysis and visualization) match the included guidance files (metric contracts, chart selection, techniques, pitfalls, decision briefs). The skill declares no binaries, env vars, or config paths, which is appropriate for a documentation/instruction-only helper.
Instruction Scope
SKILL.md and the other documents only provide analytic methodology, templates, and checklists. They do not instruct the agent to read system files, call external endpoints, transmit data, or access credentials. No vague 'gather whatever context you need' instructions that would grant broad discretionary access.
Install Mechanism
No install spec and no code files — the lowest-risk model. The skill is purely instructional and doesn't write or execute code on the host.
Credentials
The skill requires no environment variables, credentials, or config paths. That matches an advice/template skill and is appropriately scoped.
Persistence & Privilege
Defaults applied (not always:true, agent invocation allowed). The skill does not request permanent system presence or elevated privileges, nor does it modify other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install data-analysis-v2
  3. After installation, invoke the skill by name or use /data-analysis-v2
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Added metric contracts, chart selection guidance, and decision brief templates for more reliable analysis. - Expanded methodology section to clarify decision-driven workflows and analytical rigor. - Included statistical rigor checklist and common analytical pitfalls. - Provided quick reference to supporting files for metric definitions, chart choices, and common failure modes. - Outlined approach selection for key data analysis question types. - Clarified security, privacy, and related skills for improved user understanding.
Metadata
Slug data-analysis-v2
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Data Analysis 1.0.2?

Data analysis and visualization. Query databases, generate reports, automate spreadsheets, and turn raw data into clear, actionable insights. Use when (1) yo... It is an AI Agent Skill for Claude Code / OpenClaw, with 69 downloads so far.

How do I install Data Analysis 1.0.2?

Run "/install data-analysis-v2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Data Analysis 1.0.2 free?

Yes, Data Analysis 1.0.2 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Data Analysis 1.0.2 support?

Data Analysis 1.0.2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Data Analysis 1.0.2?

It is built and maintained by janeaaaa (@janeaaaa); the current version is v1.0.0.

💬 Comments