# Data To Video

> Turn CSV, JSON, spreadsheet extracts, tables, metrics, and report data into HyperFrames animated chart videos with data validation, chart recipes, labels, timing, renders, and QC.

- Skill: `contextgo/data-to-video` (Agent Skill)
- Install (CLI): `npx skillmds@latest add contextgo/data-to-video`
- Raw SKILL.md: https://api.skillmd.com/api/skills/contextgo/data-to-video/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: contextgo (https://skillmd.com/u/contextgo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/contextgo/data-to-video

---


# Data To Video

Use for animated data storytelling.

## Data Classification

Pick one:

- time series
- ranking
- comparison
- funnel
- cohort
- distribution
- geographic split
- metric dashboard

## Workflow

1. Inspect input data and identify dimensions, measures, dates, and missing values.
2. Choose chart recipe and story arc.
3. Normalize data into JSON/CSV under `docs/videos/assets/`.
4. Build scenes with explicit axes, labels, units, and color semantics.
5. Animate changes with frame-readable timing.
6. Render and QC.

## Rules

- Do not invent missing data.
- Record transformations in the brief.
- Keep labels readable at target resolution.
- Use semantic colors consistently.
- Avoid chart junk that hides the data.

## QC Risks

- axis truncation
- label overlap
- misleading interpolation
- unreadable small numbers
- incorrect units or date ranges

