---
name: Chart Image
slug: chart-image
category: Data
description: Create publication-quality chart images from supplied data using an available plotting library, with explicit scales, labels, and visual QA.
github: "https://github.com/Rylaispirit/rylai-codex-hermes-skills/tree/main/skills/chart-image"
language: Python
stars: 27
forks: 20
install: "npx degit https://github.com/Rylaispirit/rylai-codex-hermes-skills/tree/main/skills/chart-image ~/.claude/skills/chart-image"
installs_to: ~/.claude/skills/chart-image
source_path: skills/chart-image/SKILL.md
collection_size: 25
category_size: 668
collection_url: "https://dirskills.com/collections/Rylaispirit/rylai-codex-hermes-skills"
added: 2026-08-11T07:22:08.460Z
last_synced: 2026-08-11T07:22:08.460Z
canonical_url: "https://dirskills.com/skills/chart-image"
---

# Chart Image

Create publication-quality chart images from supplied data using an available plotting library, with explicit scales, labels, and visual QA.

**Install:**

```bash
npx degit https://github.com/Rylaispirit/rylai-codex-hermes-skills/tree/main/skills/chart-image ~/.claude/skills/chart-image
```

## README

> Rylai Codex-Hermes Edition | Original portable workflow by Rylai

## Runtime Compatibility

- Codex: install under `~/.agents/skills/chart-image` and use `agents/openai.yaml` for UI metadata.
- Hermes: install under `~/.hermes/skills/chart-image` or expose the bundle through `skills.external_dirs`.
- Resolve bundled files relative to this skill directory; do not depend on paths from another runtime.
- Map capabilities to the current runtime: Codex image generation uses `image_gen`; Hermes uses `image_generate`.
- Verify binaries, packages, credentials, network access, and tool availability before execution.

# Portable Chart Image

Generate a chart image from the actual supplied data.

## Workflow

1. Inspect the schema, units, missing values, categories, and time fields.
2. Choose a chart type that matches the analytical question.
3. Use an available library such as Matplotlib, Seaborn, Plotly, Vega-Lite, or the repository's existing chart stack.
4. Label axes, units, legends, source, and uncertainty where relevant.
5. Prefer `node scripts/chart.mjs` for portable SVG output, or use the repository's installed plotting stack.
6. Inspect the rendered image for clipping, unreadable labels, misleading scales, and color contrast.

## Integrity

- Do not infer values that are absent from the data.
- Start quantitative axes at an appropriate baseline and disclose truncation.
- Preserve a reproducible script or notebook with the output.
