Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/tryopendata/skills/openchartnpx skills add tryopendata/skills --skill openchartgit clone --depth 1 https://github.com/tryopendata/skillsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00138 | $0.11479 |
| Opus 5 | $0.00069 | $0.05740 |
| Sonnet 5 | $0.00028 | $0.02296 |
| Haiku 4.5 | $0.00014 | $0.01148 |
Grade A, and why
openchart scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 473 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Data Visualization with OpenChart
Note: SVG design capabilities (logos, icons, graphics) have moved to the
opendesignplugin. Install with/plugin install opendesign@opendata-skills.
Source of truth: load the types first
Before authoring or modifying a spec, load the OpenChart type definitions. They are the canonical source for field shapes, enums, and defaults. This skill complements the types — it does not replace them. When this skill and the types disagree, the types win.
Try these locations in order; stop at the first one that resolves:
- Installed package (most common):
node_modules/@opendata-ai/openchart-core/dist/index.d.ts. The full chart, table, graph, sankey, tilemap, and map spec surface is rolled into this single bundled.d.ts. - Source repo (if you're working in the openchart monorepo):
packages/core/src/types/spec.tsandpackages/core/src/types/layout.ts. JSDoc comments here are richer than the bundled.d.ts. - Published CDN (no local install, network available):
https://unpkg.com/@opendata-ai/openchart-core/dist/index.d.ts(redirects to the latest published version). - GitHub raw (if unpkg is unreachable, or you want the richer source JSDoc):
https://raw.githubusercontent.com/tryopendata/openchart/main/packages/core/src/types/spec.ts. For version-exact types, pin to a release tag instead ofmain:https://raw.githubusercontent.com/tryopendata/openchart/core-v<version>/packages/core/src/types/spec.ts, matching<version>to the installed@opendata-ai/*package version. Notemainmay document unpublished surface. - Fallback: if none of the above are reachable (no filesystem, no network fetch), use the type sketches in this skill and flag the uncertainty in your response so the user knows you authored without canonical types.
The names worth grepping for once you have a types file open: ChartSpec, TableSpec, GraphSpec, SankeySpec, TileMapSpec, GeoMapSpec (+ GeoMapGeo, GeoMapPointsLayer), MarkType (the 16-mark union), Encoding, EncodingChannel, MarkDef, Chrome, Metric, EndpointLabelsConfig, Annotation (union), TextAnnotation, RangeAnnotation, RefLineAnnotation, LegendConfig, LabelSpec, SeriesStyle, AnimationSpec, ThemeConfig, A11yConfig, SeriesSearchConfig, YouDrawItConfig.
What ships with it
37 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/animation.md 10 KB
- references/annotations.md 16 KB
- references/area.md 3.8 KB
- references/bar.md 5.5 KB
- references/chart-selection.md 5.6 KB
- references/color-strategy.md 11 KB
- references/d3/advanced-techniques.md 15 KB
- references/d3/animation-transitions.md 14 KB
- references/d3/chart-hierarchy.md 11 KB
- references/d3/color-palettes.md 11 KB
- references/d3/d3-core-patterns.md 8.4 KB
- references/d3/infographic-design.md 14 KB
- references/d3/responsive-svg.md 7.5 KB
- references/d3/typography-labels.md 9.7 KB
- references/data-transforms.md 4.0 KB
- references/design-review.md 8.5 KB
- references/dot.md 2.2 KB
- references/editing.md 15 KB
- references/editorial-writing.md 4.6 KB
- references/encoding-channels.md 5.1 KB
- references/format-strings.md 2.6 KB
- references/gradients.md 6.3 KB
- references/graph.md 13 KB
- references/line.md 5.6 KB
- references/map.md 9.5 KB
- references/pie-donut.md 3.4 KB
- references/rendering.md 8.5 KB
- references/responsive.md 10 KB
- references/sankey.md 9.2 KB
- references/scatter.md 3.6 KB
- references/series-styles.md 998 B
- references/story.md 5.8 KB
- references/table.md 4.8 KB
- references/theme.md 4.6 KB
- references/tilemap.md 8.4 KB
- references/typography.md 2.7 KB
- references/visual-qa.md 8.4 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 473 lines · 138 tokens per session scan A 8f9340b983b8
openchart is a skill published in the GitHub repository tryopendata/skills (127 stars, last pushed 1mo ago), licensed MIT. It adds 138 tokens to every session and 11,479 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
auto-perf-optimize
Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.
chat-perf
Run chat perf benchmarks and memory leak checks against the local dev build or any published VS Code version. Use when investigating chat rendering regressions, validating perf-sensitive changes to chat UI, or checking for memory leaks in the chat response pipeline.
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…