content-infographic

content-infographic is a skill for Claude Code, Codex from vstorm-co/content-skills. It costs 41 tokens per session (1,944 once invoked), scanned A, original, MIT.

A tool for creating branded infographics as SVG or HTML. Infographics are visual summaries such as process diagrams, comparisons, charts, and statistic cards.

In plain words
What is it for?
Visualizing data, workflows, comparisons, and key figures with editable, embeddable graphics.
Why use it?
It turns structured information into an accessible visual that can be used on websites, in print, or in social posts.

Skill for Claude CodeCodex

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

Good fit Visualizing data, workflows, comparisons, and key figures with editable, embeddable graphics.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vstorm-co/content-skills/content-infographic
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 vstorm-co/content-skills --skill content-infographic
Clone the repo
git clone --depth 1 https://github.com/vstorm-co/content-skills

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 content-infographic

README.md
[![agentmods](https://agentmods.dev/badge/skills/vstorm-co/content-skills/content-infographic/github.svg)](https://agentmods.dev/skills/vstorm-co/content-skills/content-infographic)
Your own site
<a href="https://agentmods.dev/skills/vstorm-co/content-skills/content-infographic"><img src="https://agentmods.dev/badge/skills/vstorm-co/content-skills/content-infographic/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for content-infographic

Your own site · 80×15
<a href="https://agentmods.dev/skills/vstorm-co/content-skills/content-infographic"><img src="https://agentmods.dev/badge/skills/vstorm-co/content-skills/content-infographic.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,944 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.00041 $0.01944
Opus 5 $0.00020 $0.00972
Sonnet 5 $0.00008 $0.00389
Haiku 4.5 $0.00004 $0.00194

Measured 11d ago against content hash 16533a9fb0e8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

content-infographic 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 11d 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.

skills/content-infographic/SKILL.md · 222 lines

How it starts

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

Content Infographic Skill

Purpose

Generate production-ready SVG and HTML infographics that are brand-aligned, accessible, and optimized for web, print, and social media embedding. This skill produces visual assets, not presentations or documents.


When This Skill Activates

  • User asks for an infographic, data visualization, process diagram, comparison chart, or stat card.
  • User has data they want to visualize.
  • User needs a visual summary for a blog post, social media, report, or presentation.
  • User says "visualize this" or "make this visual" about any data or process.

SVG-First Approach

Always default to SVG output unless the user requests otherwise. SVG advantages:

  • Scalable: Looks sharp at any size, from social media thumbnail to conference poster.
  • Embeddable: Inline in HTML, embed in markdown, include in presentations.
  • Print-ready: No pixelation at any DPI.
  • Editable: Users can modify colors, text, and layout after generation.
  • Accessible: Supports <title>, <desc>, and aria-label attributes for screen readers.
  • Small file size: Vector graphics compress well.

When to use HTML instead of SVG:

  • Interactive infographics with hover states, tooltips, or animations.
  • Infographics that need responsive reflow at different screen sizes.
  • Dashboards with live data bindings.

Generation Flow

Step 1: Read Brand Context

Read these files if they exist:

  • brand/VISUAL.md -- colors, fonts, logo rules
  • brand/BRAND.md -- identity, audience (affects visual tone)

Extract:

  • Primary, secondary, and accent colors
  • Font family (or use a clean sans-serif default)
  • Logo mark SVG path (for embedding in the infographic)
  • Visual style preferences (minimal, bold, playful, corporate)

If brand/ is missing, ask for 2-3 colors and proceed with a clean default style.

Step 2: Understand the Data

Before designing anything, understand what needs to be communicated:

  • What is the data? Numbers, categories, processes, comparisons, timelines.
  • What is the key insight? Every infographic has one main takeaway. Identify it.
  • Who is the audience? Technical vs. general, internal vs. external.
  • Where will it live? Blog post, social media, email, print, presentation slide.

Read the full file on GitHub · 222 lines

Files

What ships with it

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

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. 11d ago First seen · 222 lines · 41 tokens per session scan A 16533a9fb0e8

Subscribe to this mod's changes

content-infographic is a skill published in the GitHub repository vstorm-co/content-skills (22 stars, last pushed 4mo ago), licensed MIT. It adds 41 tokens to every session and 1,944 once invoked, about $0.0002 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

frame-logo-outro

Segmented logo assembly, glow bloom, and tagline reveal for video outros or brand closing frames.

nexu-io/open-design · 24 tokens

magazine-web-ppt

For marketing and gtm work: bind launches, campaigns, events, and brand plans to growth and pipeline outcomes. Built around the core query "annual-marketing-plan", with GTM strategy lead judgment, buyer-ready proof, and this outcome: approve launch plan, campaign budget, or GTM motion.

nexu-io/open-design · 67 tokens

hatch-pet

Create, repair, validate, preview, and package Codex-compatible animated pet spritesheets from character art, screenshots, generated images, or visual references. Use when a user wants to hatch a Codex pet, create a custom animated pet, or build a built-in pet asset with an 8x9 atlas, transparent unused cells…

nexu-io/open-design · 114 tokens

ve-midnight-editorial

OpenDesign's financial review: runway, burn, and the sustainability plan that keeps the project independent. Built as a decision-grade data & finance deck for board, leadership.

nexu-io/open-design · 40 tokens

open-design-landing-deck

OpenDesign's brand-story deck for partners and press: why it exists, what it believes, and where design is going. Built as a decision-grade marketing & GTM deck for partners, press, community.

nexu-io/open-design · 49 tokens

hps-retro-tv

A family history told through five decades of home movies — the opening question, the eras, and what the footage reveals. Built as a decision-grade story deck for family, close friends.

nexu-io/open-design · 43 tokens