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 skills add antvis/chart-visualization-skills --skill infographic-creatorgit clone --depth 1 https://github.com/antvis/chart-visualization-skillsWrote 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/antvis/chart-visualization-skills/infographic-creator)<a href="https://agentmods.dev/skills/antvis/chart-visualization-skills/infographic-creator"><img src="https://agentmods.dev/badge/skills/antvis/chart-visualization-skills/infographic-creator.svg" alt="Measured on agentmods" height="20"></a>- Socket pass
- Snyk warn
- NVIDIA SkillSpector pass
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.1 | $0.00024 | $0.02906 |
| Opus 5 | $0.00012 | $0.01453 |
| Sonnet 5 | $0.00005 | $0.00581 |
| Haiku 4.5 | $0.00002 | $0.00291 |
Grade A, and why
infographic-creator 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 8d 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 — 379 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Infographics convert data, information, and knowledge into perceptible visual language. They combine visual design with data visualization, compressing complex information with intuitive symbols to help audiences quickly understand and remember key points.
Infographic = Information Structure + Visual Expression
This task uses AntV Infographic to create visual infographics.
Before starting the task, you need to understand the AntV Infographic syntax specifications, including template list, data structure, themes, etc.
Specifications
AntV Infographic Syntax
AntV Infographic syntax is a custom DSL used to describe infographic rendering configurations. It uses indentation to describe information, has strong robustness, and is convenient for AI streaming output and infographic rendering. It mainly contains the following information:
- template: Use templates to express the text information structure.
- data: Infographic data, including title, desc, data items, etc. Data items typically contain fields such as label, desc, icon, etc.
- theme: Theme contains style configurations such as palette, font, etc.
For example:
infographic list-row-horizontal-icon-arrow
data
title Title
desc Description
lists
- label Label
value 12.5
desc Explanation
icon document text
theme
palette #3b82f6 #8b5cf6 #f97316
Syntax Specifications
- The first line must be
infographic <template-name>, template selected from the list below (see "Available Templates" section). - Use
data/themeblocks, with two-space indentation within blocks. - Key-value pairs use "key space value"; arrays use
-as entry prefix. - icon uses icon keywords (e.g.,
star fill). datashould contain title/desc + template-specific main data field (not necessarilyitems).- Main data field selection (use only one, avoid mixing):
list-*→listssequence-*→sequences(optionalorder asc|desc)compare-*→compares(supportschildrenfor grouped comparisons), can contain multiple comparison itemshierarchy-structure→items(each item corresponds to an independent hierarchy, each level can contain sub-items, can be nested up to 3 levels)hierarchy-*→ singleroot(tree structure, nested throughchildren);relation-*→nodes+relations; simple relation diagrams can omitnodes, using arrow syntax in relationschart-*→values(numeric statistics, optionalcategory)- Use
itemsas fallback when uncertain
compare-binary-*/compare-hierarchy-left-right-*binary templates: must have two root nodes, all comparison items hang under these two root nodes' childrenhierarchy-*: use singleroot, nested throughchildren(do not repeatroot)themeis used to customize themes (palette, font, etc.) For example: dark theme + custom color schemeinfographic list-row-horizontal-icon-arrow theme dark palette - #61DDAA - #F6BD16 - #F08BB4- Use
theme.base.text.font-familyto specify font, such as handwriting style851tegakizatsu - Use
theme.stylizeto select built-in styles and pass parameters Common styles:rough: hand-drawn effectpattern: pattern filllinear-gradient/radial-gradient: linear/radial gradient
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.
- 8d ago First seen · 379 lines · 24 tokens per session scan A a84142523e0a
infographic-creator is a skill published in the GitHub repository antvis/chart-visualization-skills (483 stars, last pushed today), licensed MIT. It adds 24 tokens to every session and 2,906 once invoked, about $0.0001 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
infographic-creator
An information-graphic creation guide that turns written information into a visual layout using AntV Infographic, a description language for rendering infographics.
ppt-orchestrator
A dispatcher for creating presentations, slide decks, long images, and weekly reports. It chooses a visual style and output format, then sends the work to a more specialised add-on.
zhongguose-html-skill
An HTML-only presentation system using traditional Chinese colours and Chinese-style visual design. It helps organise source material into a report structure and produces a self-contained HTML file with its assets.
deck-swiss-international
16-column grid, one saturated accent, and 22 locked layouts (Klein Blue, Lemon, Mint, Safety Orange).
deck-guizang-editorial
Editorial magazine meets e-ink: 10 layouts and 5 palettes (Ink, Indigo Porcelain, Forest Ink, Kraft Paper, Dune).
deck-open-slide-canvas
Locked 1920x1080 canvas deck with React component-level free composition, not bound to a fixed template.