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/nicepkg/ai-workflow/infographic-creationnpx skills add nicepkg/ai-workflow --skill infographic-creationgit clone --depth 1 https://github.com/nicepkg/ai-workflowWrote 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/nicepkg/ai-workflow/infographic-creation)<a href="https://agentmods.dev/skills/nicepkg/ai-workflow/infographic-creation"><img src="https://agentmods.dev/badge/skills/nicepkg/ai-workflow/infographic-creation.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.00025 | $0.03480 |
| Opus 5 | $0.00013 | $0.01740 |
| Sonnet 5 | $0.00005 | $0.00696 |
| Haiku 4.5 | $0.00003 | $0.00348 |
Grade A, and why
infographic-creation scanned grade A with 1 finding 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 yesterday.
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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
const response = await fetch(url, { referrerPolicy: 'no-referrer' }); How it starts
The opening of the file, as written. The whole thing — 420 lines — stays where its author put it; the contents beside it link to each section on GitHub.
An infographic (Infographic) transforms data, information, and knowledge into perceivable visual language. It combines visual design with data visualization, using intuitive symbols to compress complex information and help audiences quickly understand and remember key points.
Infographic = Information Structure + Visual Expression
This is a task that utilizes AntV Infographic to create visual infographics.
Before you start the task, you need to understand the AntV Infographic Syntax specification, including template lists, data structures, themes, and more.
SPECs
AntV Infographic Syntax
AntV Infographic Syntax is a mermaid-like DSL for describing infographic rendering configuration. It uses indentation to describe information, has strong robustness, and makes it easy to render infographics through AI streaming output. It mainly contains the following information:
- template: Use template to express text information structure.
- data: the infographic data, which contains title, desc, items, etc. The items is an array containing label, value, desc, icon, children, etc.
- theme: Theme contains palette, font, and other styling options.
e.g.:
infographic list-row-horizontal-icon-arrow
data
title Title
desc Description
items
- label Label
value 12.5
desc Explanation
icon mdi/rocket-launch
theme
palette #3b82f6 #8b5cf6 #f97316
The Syntax
- The first line starts with
infographic <template-name>, and the template is selected from the list below (the Available Templates section). - Use blocks to describe data / theme, with two-space indentation
- Key-value pairs are expressed as "key value", and arrays are expressed as "-" items
- The icon value is provided directly with keywords or icon names (such as
mdi/chart-line) datashould contain title/desc/items (which can be omitted according to semantics)data.itemsshould contain label(string)/value(number)/desc(string)/icon(string)/children(object), where children represents the hierarchical structure- For comparison templates (template names starting with
compare-), construct exactly two root nodes and place every comparison item under them as children to keep the hierarchy clear themefield is for customizing the theme of the infographic, including palette, font, etc. e.g. dark theme with custom palette:infographic list-row-simple-horizontal-arrow theme dark palette - #61DDAA - #F6BD16 - #F08BB4 data items - label Step 1 desc Start - label Step 2 desc In Progress - label Step 3 desc Complete- Use
theme.base.text.font-familyto specify fonts, such as the handwriting style '851tegakizatsu' - Use
theme.stylizeto select built-in styles and pass parameters Common stylization types include:rough: Apply hand-drawn style to make graphics look like they were drawn by hand.pattern: Apply pattern fill to add repeated pattern effects to graphics.linear-gradient/radial-gradient: Apply gradient fill to add linear or radial gradient effects to graphics.
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.
- yesterday First seen · 420 lines · 25 tokens per session scan A ebeff0166a94
infographic-creation is a skill published in the GitHub repository nicepkg/ai-workflow (282 stars, last pushed 7mo ago), licensed MIT. It adds 25 tokens to every session and 3,480 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
aatmf-t10-confidentiality-breach
AATMF T10 — Integrity & Confidentiality Breach. System prompt extraction, training-data extraction, model-weight leakage, private-key recovery.
ensembl-database
Query Ensembl genome database REST API for 250+ species. Gene lookups, sequence retrieval, variant analysis, comparative genomics, orthologs, VEP predictions, for genomic research.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.
memory
Use when the user asks to remember, recall, forget, update, search, or inspect durable OpenSquilla memory, including profile facts in USER.md and long-term notes in MEMORY.md or memory//.md.
lazarus-group
Adversary-emulation profile for Lazarus Group (G0032, aka Hidden Cobra / Diamond Sleet / Labyrinth Chollima), a North Korean RGB-linked actor conducting espionage, destructive, and financially motivated operations.
sidewinder-rattlesnake
Adversary-emulation profile for SideWinder (G0121 / Rattlesnake / T-APT-04 / Razor Tiger), India's suspected state-sponsored cyber-espionage actor.