---
name: visualize-data
slug: openai-visualize-data
score: 53
rubric: 1.0
provenance: verified-org
publisher: OpenAI
license: MIT
capability: read-write
canonical: https://top-agent-skills.com/skill/openai-visualize-data
---

# visualize-data

OpenAI's chart-design skill: the judgement layer that decides which chart the question actually needs before any plotting code is written.

## Install

### Claude Code

```bash
npx skills add openai/role-specific-plugins --skill openai-visualize-data
```

### Codex CLI

```bash
$skill-installer
```

## Best for

Getting a chart that answers the question rather than one that displays the data — chart-type choice, encoding, and a QA pass on a figure you already have.

## Not ideal for

Library-specific implementation help. It carries visual judgement, not D3 or Vega syntax, so pair it with a plotting library skill when the code is the hard part.

## About

Design, build, revise, or QA quantitative charts and figures. Use when an analytical answer needs visual judgment, whether for an inline answer, report, dashboard, notebook, or artifact.

## Compatibility

codex

## Metadata

- Categories: diagrams-visualization, data-analytics
- Surfaces: claude-code
- Tags: Charts, Data viz, QA
- Setup time: 3 min
- Complexity: Low
- Last update: 2026-07-13
- Verified: —
- Source: https://github.com/openai/role-specific-plugins/tree/main/plugins/data-analytics/skills/visualize-data
- Docs: https://github.com/openai/role-specific-plugins/blob/main/plugins/data-analytics/skills/visualize-data/SKILL.md

---

_Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_
