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/hsuan1012/dataviz-coding-agent/data-vis-coding-v2npx skills add hsuan1012/Dataviz-Coding-Agent --skill data-vis-coding-v2git clone --depth 1 https://github.com/hsuan1012/Dataviz-Coding-AgentWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/hsuan1012/dataviz-coding-agent/data-vis-coding-v2)<a href="https://agentmods.dev/skills/hsuan1012/dataviz-coding-agent/data-vis-coding-v2"><img src="https://agentmods.dev/badge/skills/hsuan1012/dataviz-coding-agent/data-vis-coding-v2.svg" alt="Measured on agentmods" height="20"></a>What 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.00327 | $0.02506 |
| Opus 5 | $0.00163 | $0.01253 |
| Sonnet 5 | $0.00065 | $0.00501 |
| Haiku 4.5 | $0.00033 | $0.00251 |
Grade A, and why
data-vis-coding-v2 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
21 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.
- .gitattributes 19 B
- .gitignore 44 B
- assets/layout-picker-template.html 15 KB
- assets/styleDictionary.js 5.7 KB runs code
- evals/evals.json 1.5 KB
- evals/trigger-eval.json 2.7 KB
- README.md 2.5 KB
- references/chart-selection.md 20 KB
- references/layout-options.md 6.7 KB
- references/tech-stack.md 9.5 KB
- references/verification.md 41 KB
- references/workflow.md 4.5 KB
- scripts/scaffold.py 17 KB runs code
- tests/test_copy.py 1011 B runs code
- tests/test_docs_wiring.py 726 B runs code
- tests/test_layout_options.py 717 B runs code
- tests/test_picker_template.py 872 B runs code
- tests/test_scaffold_charts.py 2.3 KB runs code
- tests/test_scaffold_frontend.py 3.1 KB runs code
- tests/test_scaffold_fullstack.py 1.5 KB runs code
- tests/test_style_dictionary_exports.py 2.2 KB runs code
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 · 92 lines · 327 tokens per session scan A fc5931eff408
data-vis-coding-v2 is a skill published in the GitHub repository hsuan1012/Dataviz-Coding-Agent (1 stars, last pushed 7d ago), with no licence file. It adds 327 tokens to every session and 2,506 once invoked, about $0.0016 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-31.
Other skills, from other repositories
semiotic-charts
Generate trustworthy, accessible, agent-legible charts with Semiotic. Use whenever you produce a data visualization in a React/TypeScript app, stream a chart as generative UI, or pick a chart type for a dataset. Emit a validated config and run the trust loop — never hand-write chart JSX that breaks on first paint.
bklit-ui
Bklit UI charts and data visualization for any project using the @bklit shadcn registry. Install, compose, theme, and animate charts correctly. Triggers when working with @bklitui/ui/charts, @bklit components, data visualization, dashboards, or chart theming. Also invoke manually for chart tasks.
frontend-style-guide
Apply the Lightdash frontend style guide and design principles when working on React components or styling frontend code. Use when editing TSX files, building or reviewing UI, fixing styling issues, or when the user mentions Mantine, design, styling, or CSS modules.
vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. Use when writing, reviewing, or refactoring React/Next.js code in StarMapper — especially MapLibre components, data fetching, and bundle optimization.
vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…
add-component
Add a new visualization component to Unovis end to end — the TypeScript core, the shared registry, the generated framework wrappers, a dev example, a gallery example, and docs. Use when asked to add/create a new component, chart type, plot, or diagram to the library, or to wire an existing core component through to…