chart-image
SkillMediaCreate publication-quality chart images from supplied data using an available plotting library, with explicit scales, labels, and visual QA.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the chart-image skill
What this skill tells your AI
The instructions your AI receives, as published by rylaispirit/rylai-codex-hermes-skills in skills/chart-image/SKILL.md and read by ahel’s review.
Rylai Codex-Hermes-Claude Edition | Original portable workflow by Rylai
Runtime Compatibility
- Codex: install under
~/.agents/skills/chart-image. - Hermes: install under
~/.hermes/skills/chart-imageor expose the bundle throughskills.external_dirs. - Claude Code: install under
~/.claude/skills/chart-imageor<project>/.claude/skills/chart-image. - Claude.ai and Cowork: upload and enable the matching per-skill ZIP.
- Resolve bundled files relative to this skill directory; do not depend on paths from another machine.
- Check tools, packages, credentials, network access, and runtime capabilities before execution.
Portable Chart Image
Generate a chart image from the actual supplied data.
Workflow
- Inspect the schema, units, missing values, categories, and time fields.
- Choose a chart type that matches the analytical question.
- Use an available library such as Matplotlib, Seaborn, Plotly, Vega-Lite, or the repository's existing chart stack.
- Label axes, units, legends, source, and uncertainty where relevant.
- Prefer
node scripts/chart.mjsfor portable SVG output, or use the repository's installed plotting stack. - 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.
Signals
- GitHub stars
- 55
- Forks
- 41
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
chart-image- Source
- github.com/rylaispirit/rylai-codex-hermes-skills