infographic-creator

infographic-creator is a skill for Claude Code, Codex from LingyiChen-AI/OpenSkills. It costs 25 tokens per session (3,032 once invoked), scanned A, original, Apache-2.0.

An infographic-generation skill turns written information into a visual layout using AntV Infographic, a tool for defining infographic structure and style in text.

In plain words
What is it for?
Use it to create infographics from supplied text, such as lists, comparisons, sequences, hierarchies, and charts.
Why use it?
It helps turn dense information into a form people can scan and understand more quickly. It also gives the agent rules for choosing layouts, organizing data, and styling the result.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create infographics from supplied text, such as lists, comparisons, sequences, hierarchies, and charts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lingyichen-ai/openskills/infographic-creator
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.

Any agent
npx skills add LingyiChen-AI/OpenSkills --skill infographic-creator
Clone the repo
git clone --depth 1 https://github.com/LingyiChen-AI/OpenSkills

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-creator

README.md
[![agentmods](https://agentmods.dev/badge/skills/lingyichen-ai/openskills/infographic-creator.svg)](https://agentmods.dev/skills/lingyichen-ai/openskills/infographic-creator)
Your own site
<a href="https://agentmods.dev/skills/lingyichen-ai/openskills/infographic-creator"><img src="https://agentmods.dev/badge/skills/lingyichen-ai/openskills/infographic-creator.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,032 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00025 $0.03032
Opus 5 $0.00013 $0.01516
Sonnet 5 $0.00005 $0.00606
Haiku 4.5 $0.00003 $0.00303

Measured 7d ago against content hash 6c030fc4b305, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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

examples/infographic-skills/infographic-creator/SKILL.md · 377 lines

How it starts

The opening of the file, as written. The whole thing — 377 lines — stays where its author put it; the contents beside it link to each section on GitHub.

信息图(Infographic)将数据、信息与知识转化为可感知的视觉语言。它结合视觉设计与数据可视化,用直观符号压缩复杂信息,帮助受众快速理解并记住要点。

Infographic = Information Structure + Visual Expression

本任务使用 AntV Infographic 创建可视化信息图。

在开始任务前,需要理解 AntV Infographic 语法规范,包括模板列表、数据结构、主题等。

规范

AntV Infographic 语法

AntV Infographic 语法是一种自定义的 DSL,用于描述信息图渲染配置。它使用缩进描述信息,具有较强鲁棒性,便于 AI 流式输出并渲染信息图。主要包含以下信息:

  1. template:用模板表达文字信息结构。
  2. data:信息图数据,包含 title、desc、数据项等。数据项通常包含 label、desc、icon 等字段。
  3. theme:主题包含 palette、font 等样式配置。

例如:

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

语法规范

  • 第一行必须是 infographic <template-name>,模板从下方列表中选择(见“可用模板”部分)。

  • 使用 data / theme 块,块内用两个空格缩进。

  • 键值对使用「键 空格 值」;数组使用 - 作为条目前缀。

  • icon 使用图标关键词(如 star fill)。

  • data 应包含 title/desc + 模板对应的主数据字段(不一定是 items)。

  • 主数据字段选择(只用一个,避免混用):

    • list-*lists
    • sequence-*sequences(可选 order asc|desc
    • compare-*compares(支持 children 分组对比),可包含多个对比项
    • hierarchy-structureitems(每一项对应一个独立层级,每一层级可以包含子项,最多可嵌套 3 层)
    • hierarchy-* → 单一 root(树结构,通过 children 嵌套);
    • relation-*nodes + relations;简单关系图可省略 nodes,在 relations 中用箭头语法
    • chart-*values(数值统计,可选 category
    • 不确定时再用 items 兜底
  • compare-binary-* / compare-hierarchy-left-right-* 二元模板:必须两个根节点,所有对比项挂在这两个根节点的 children

  • hierarchy-*:使用单一 root,通过 children 嵌套(不要重复 root

  • theme 用于自定义主题(palette、font 等) 例如:暗色主题 + 自定义配色

    infographic list-row-simple-horizontal-arrow
    theme dark
      palette
        - #61DDAA
        - #F6BD16
        - #F08BB4
    
  • 使用 theme.base.text.font-family 指定字体,如手写风格 851tegakizatsu

  • 使用 theme.stylize 选择内置风格并传参 常见风格:

    • rough:手绘效果
    • pattern:图案填充
    • linear-gradient / radial-gradient:线性/径向渐变

    例如:手绘风格(rough)

    infographic list-row-simple-horizontal-arrow
    theme
      stylize rough
      base
        text
          font-family 851tegakizatsu
    

Read the full file on GitHub · 377 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. 7d ago First seen · 377 lines · 25 tokens per session scan A 6c030fc4b305

Subscribe to this mod's changes

infographic-creator is a skill published in the GitHub repository LingyiChen-AI/OpenSkills (68 stars, last pushed 7mo ago), licensed Apache-2.0. It adds 25 tokens to every session and 3,032 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.

Related

Other skills, from other repositories

html-ppt-zhangzara-retro-zine

A neighborhood zine on the disappearing corner shops — portraits, voices, and what a block loses when they close. Built as a decision-grade story deck for community, local readers.

nexu-io/open-design · 49 tokens

html-ppt-zhangzara-studio

A photography studio's portfolio-and-rate deck — the signature work, the process, and the packages that win the brief. Built as a decision-grade design craft deck for prospective clients.

nexu-io/open-design · 47 tokens

motion-frames

A single-frame motion-design composition with looping CSS animations — rotating type ring, animated globe, ticking timer, parallax labels. Renders as a hero video poster you can hand straight to HyperFrames or any keyframe-based exporter. Use when the brief asks for "motion design", "animated hero", "loop", "video…

nexu-io/open-design · 91 tokens

webgl-halftone-drift

A self-contained WebGL2 hero: a flowing field screened through a rotated halftone dot grid into a duotone print aesthetic; move the cursor to bend the drift.

nexu-io/open-design · 44 tokens

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

motion-graphics

A short, design-led motion graphic where motion is the message — kinetic typography, stat count-up, chart/data-viz hit, logo sting / brand lockup, lower-third / callout / social overlay, animated map (highlight regions, connect places, zoom to a location), animated tweet / news-article / headline, webpage / UI…

heygen-com/hyperframes · 139 tokens