infographics

infographics is a skill for Claude Code from crazymsn/academic-skills. It costs 55 tokens per session (4,135 once invoked), scanned A, a copy of infographics, MIT.

A tool for creating infographics, visual summaries that explain information or data quickly. It can research facts, generate a design from a plain-language description, review the result, and refine it when needed.

In plain words
What is it for?
Use it to create marketing materials, reports, presentations, social posts, internal graphics, or drafts. It supports multiple infographic formats and industry styles.
Why use it?
It reduces the design and fact-gathering work needed to present complex information clearly. Different output types and colorblind-safe palettes help adapt visuals to their intended use.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to create marketing materials, reports, presentations, social posts, internal graphics, or drafts. It supports multiple infographic formats and industry styles.

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

Made for: Claude Code.

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 infographics

README.md
[![agentmods](https://agentmods.dev/badge/skills/crazymsn/academic-skills/infographics/github.svg)](https://agentmods.dev/skills/crazymsn/academic-skills/infographics)
Your own site
<a href="https://agentmods.dev/skills/crazymsn/academic-skills/infographics"><img src="https://agentmods.dev/badge/skills/crazymsn/academic-skills/infographics/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 infographics

Your own site · 80×15
<a href="https://agentmods.dev/skills/crazymsn/academic-skills/infographics"><img src="https://agentmods.dev/badge/skills/crazymsn/academic-skills/infographics.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,135 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 100% copy Near-identical to another mod 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.00055 $0.04135
Opus 5 $0.00028 $0.02067
Sonnet 5 $0.00011 $0.00827
Haiku 4.5 $0.00006 $0.00413

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

Security

Grade A, and why

infographics 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 10d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/generate_infographic_ai.py, scripts/generate_infographic.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

This is a copy

100% identical to infographics — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

academic-skills/infographics/SKILL.md · 564 lines

How it starts

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

Infographics

Overview

Infographics are visual representations of information, data, or knowledge designed to present complex content quickly and clearly. This skill uses Nano Banana Pro AI for infographic generation with Gemini 3 Pro quality review and Perplexity Sonar for research.

How it works:

  • (Optional) Research phase: Gather accurate facts and statistics using Perplexity Sonar
  • Describe your infographic in natural language
  • Nano Banana Pro generates publication-quality infographics automatically
  • Gemini 3 Pro reviews quality against document-type thresholds
  • Smart iteration: Only regenerates if quality is below threshold
  • Professional-ready output in minutes
  • No design skills required

Quality Thresholds by Document Type:

Document Type Threshold Description
marketing 8.5/10 Marketing materials - must be compelling
report 8.0/10 Business reports - professional quality
presentation 7.5/10 Slides, talks - clear and engaging
social 7.0/10 Social media content
internal 7.0/10 Internal use
draft 6.5/10 Working drafts
default 7.5/10 General purpose

Simply describe what you want, and Nano Banana Pro creates it.

Quick Start

Generate any infographic by simply describing it:

# Generate a list infographic (default threshold 7.5/10)
python skills/infographics/scripts/generate_infographic.py \
  "5 benefits of regular exercise" \
  -o figures/exercise_benefits.png --type list

# Generate for marketing (highest threshold: 8.5/10)
python skills/infographics/scripts/generate_infographic.py \
  "Product features comparison" \
  -o figures/product_comparison.png --type comparison --doc-type marketing

# Generate with corporate style
python skills/infographics/scripts/generate_infographic.py \
  "Company milestones 2010-2025" \
  -o figures/timeline.png --type timeline --style corporate

# Generate with colorblind-safe palette
python skills/infographics/scripts/generate_infographic.py \
  "Heart disease statistics worldwide" \
  -o figures/health_stats.png --type statistical --palette wong

# Generate WITH RESEARCH for accurate, up-to-date data
python skills/infographics/scripts/generate_infographic.py \
  "Global AI market size and growth projections" \
  -o figures/ai_market.png --type statistical --research

Read the full file on GitHub · 564 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. 10d ago First seen · 564 lines · 55 tokens per session scan A f178bf7856b0

Subscribe to this mod's changes

infographics is a skill published in the GitHub repository crazymsn/academic-skills (22 stars, last pushed 3mo ago), licensed MIT. It adds 55 tokens to every session and 4,135 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to infographics, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

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

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens