infographic-creation

infographic-creation is a skill for Claude Code, Codex from nicepkg/ai-workflow. It costs 25 tokens per session (3,480 once invoked), scanned A, original, MIT.

A tool for turning written information into infographics—visual layouts that combine text, symbols, and data to make complex ideas easier to understand.

In plain words
What is it for?
Use it to create infographics from text, including structured titles, descriptions, items, icons, themes, and visual data elements.
Why use it?
It reduces the effort of organizing information into a visual structure that people can scan and remember.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/nicepkg/ai-workflow/infographic-creation
Any agent
npx skills add nicepkg/ai-workflow --skill infographic-creation
Clone the repo
git clone --depth 1 https://github.com/nicepkg/ai-workflow

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for infographic-creation

README.md
[![agentmods](https://agentmods.dev/badge/skills/nicepkg/ai-workflow/infographic-creation.svg)](https://agentmods.dev/skills/nicepkg/ai-workflow/infographic-creation)
Your own site
<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>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,480 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured yesterday against content hash ebeff0166a94, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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' });
workflows/talk-to-slidev-workflow/.claude/skills/infographic-creation/SKILL.md · 420 lines

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:

  1. template: Use template to express text information structure.
  2. data: the infographic data, which contains title, desc, items, etc. The items is an array containing label, value, desc, icon, children, etc.
  3. 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)
  • data should contain title/desc/items (which can be omitted according to semantics)
  • data.items should 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
  • theme field 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-family to specify fonts, such as the handwriting style '851tegakizatsu'
  • Use theme.stylize to 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.

Read the full file on GitHub · 420 lines

Changes

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.

  1. yesterday First seen · 420 lines · 25 tokens per session scan A ebeff0166a94

Subscribe to this mod's changes

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.