Data storyteller
Analyze datasets and turn them into narrative reports with charts, audits, comparisons, and statistical summaries. Use for exploratory analysis and executive-ready outputs.From its SKILL.md
npx -y skills add dkyazzentwatwa/chatgpt-skills --skill data-storytellerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.5 KB, 302 tokens by cl100k_base, as published. Nobody here has run it
Data Storyteller
Use this as the primary analytics skill for structured data. It now absorbs the repo's audit, comparison, statistics, pivot, experiment, and time-series helpers.
Use This For
- Executive summaries and narrative reports from CSV or spreadsheet data
- Data quality audits, comparisons, and anomaly reviews
- Statistical analysis, pivots, experiment reads, ROI and budget analysis
- Survey summaries and time-series decomposition
Workflow
- Profile the dataset shape, column types, and missing-value risk.
- Pick the smallest useful analysis path instead of running every script by default.
- Start with
scripts/data_storyteller.pywhen the user wants a cohesive report. - Reach for focused helpers when the task is narrow:
data_quality_auditor.pydataset_comparer.pycorrelation_explorer.pyoutlier_detective.pystatistical_analyzer.pysurvey_analyzer.pyts_decomposer.pypivot_table_generator.pyab_test_calc.pyroi_calculator.pybudget_analyzer.py
- Translate outputs into plain-English findings, risks, and next actions.
Guardrails
- Do not overstate causal claims from correlations.
- Call out data quality problems before presenting strong conclusions.
- Keep executive summaries short and move method detail behind them.
What ships with it: 15 files
260.7 KB alongside SKILL.md, 13 of them executable
agents/
- openai.yaml186 B
scripts/
- ab_test_calc.pyruns20.9 KB
- budget_analyzer.pyruns33.5 KB
- correlation_explorer.pyruns12.6 KB
- data_converter.pyruns10.4 KB
- data_quality_auditor.pyruns22.5 KB
- dataset_comparer.pyruns23.0 KB
- data_storyteller.pyruns38.1 KB
- outlier_detective.pyruns15.5 KB
- pivot_table_generator.pyruns2.5 KB
- requirements.txt226 B
- roi_calculator.pyruns21.8 KB
- statistical_analyzer.pyruns18.0 KB
- survey_analyzer.pyruns17.5 KB
- ts_decomposer.pyruns24.1 KB