data-scientist

Perform statistical modeling, A/B testing, and time series forecasting.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/zangxin75/openclaw-skills --skill data-scientist-zangxin75
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-scientist
Source: https://github.com/zangxin75/openclaw-skills/tree/main/sw-data-scientist
Command: npx skills add https://github.com/zangxin75/openclaw-skills --skill data-scientist-zangxin75

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for sophisticated data analysis, enabling users to perform statistical modeling, A/B testing, causal inference, and customer analytics to drive business decisions.

Core Features & Use Cases

  • Statistical Modeling: Build and evaluate models for prediction and understanding.
  • Experiment Design: Design and analyze A/B tests for product or marketing experiments.
  • Customer Analytics: Analyze customer behavior, including CLV and churn prediction.
  • Time Series Forecasting: Predict future trends based on historical data.
  • Use Case: A product manager can use this Skill to analyze the results of an A/B test on a new feature, determine its impact on user engagement, and forecast its long-term effect on customer lifetime value.

Quick Start

Analyze the attached dataset 'customer_data.csv' to predict customer churn.

Frequently Asked Questions about data-scientist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze A/B test results to determine if a new feature impacts user engagement?

A/B testing analysis evaluates experiment results by applying statistical modeling to compare user engagement metrics between control and treatment groups, determining whether observed differences are statistically significant and actionable for product decisions.

What's the best way to predict customer churn using historical customer data?

Customer analytics for churn prediction builds statistical models on historical customer behavior data to identify at-risk users, leveraging modeling techniques to forecast which customers are likely to disengage and estimate their lifetime value.

Can I perform causal inference to understand the true impact of a business intervention?

Causal inference analysis goes beyond correlation to estimate the genuine effect of business interventions by applying advanced statistical modeling techniques, helping isolate the actual impact of a specific treatment or change on outcomes.

How does time series forecasting handle predicting future trends from historical data?

Time series forecasting uses statistical modeling to analyze historical data points collected over time, identifying patterns and seasonality to project future trends, applicable to business analytics and predictive modeling scenarios.

Do I need a specific data format to start with statistical modeling for business analytics?

Statistical modeling for business analytics works with structured datasets like CSV files containing customer behavior or experiment results, requiring clean data inputs to properly execute A/B testing, causal inference, and customer analytics workflows.

What limitations should I consider when using statistical modeling for predictive analytics?

Statistical modeling for predictive analytics requires sufficient data quality and volume to produce reliable forecasts, and causal inference demands proper experiment design to avoid confounding variables that could invalidate business insights.