# csv-insights

> Claude/Codex skill by [@simonw](https://omgskills.com/library/simonw/index.md) · 741 stars · Updated 2026-08-11

Summarize a CSV, compute basic stats, and produce a markdown report + a plot image.

## Install

```sh
git clone https://github.com/simonw/research /tmp/research && ln -s /tmp/research/openai-api-skills/csv_insights_skill ~/.claude/skills/csv-insights
```

## From README

CSV Insights Skill When to use this Use this skill when the user provides a CSV file and wants: a quick summary (row/col counts, missing values) basic numeric statistics a simple visualization results packaged into an output folder (or zip) Inputs A CSV file path (local) or a file mounted in the container. Outputs output/report.md output/plot.png How to run python -m pip -r requirements.txt python run.py --input --outdir output

## Links

- HTML page: https://omgskills.com/skills/simonw/research/openai-api-skills/csv_insights_skill/
- GitHub: https://github.com/simonw/research
- Author: [@simonw](https://omgskills.com/library/simonw/index.md)

## More from this repo

- [starlette](https://omgskills.com/skills/simonw/research/starlette-1-skill/index.md) — Used to build async web applications and APIs with Starlette 1.0, the lightweight ASGI framework for Python.
   - [@simonw](https://omgskills.com/library/simonw/index.md) · 741 stars
- [datasette-plugin-writer](https://omgskills.com/skills/simonw/research/datasette-plugin-skill/index.md) — Guide for writing Datasette plugins.
   - [@simonw](https://omgskills.com/library/simonw/index.md) · 636 stars
