Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Infographics Generator (Nano Banana Pro)

Turn a plain-language description into a publication-quality infographic, with AI quality scoring that only re-renders when the result falls below a threshold.

Image & VideoIntermediate33,0303,248AI score 9/10Last updated: Aug 9, 2026

What it does

  • Describe your infographic in natural language and Nano Banana Pro AI renders it.
  • Gemini 3.6 Flash scores the output out of 10 against document-type thresholds (marketing 8.5, report 8.0, presentation 7.5, draft 6.5), refining the prompt and regenerating only when needed.
  • Ten layout types via --type (statistical, timeline, process, comparison, list, geographic, hierarchical, anatomical, resume, social) and eight industry styles via --style.
  • Colorblind-safe palettes with --palette wong|ibm|tol.
  • Optional --research flag pulls current facts and statistics via Perplexity Sonar and saves the raw research as JSON.

Who it's for

  • Marketers and PMs who need visuals without a designer on hand.
  • Content and social media creators producing recurring graphics.
  • Researchers summarizing data for general audiences.
  • Users comfortable with a CLI and configuring an API key.

Example uses

  1. Product feature comparison for a campaign: --type comparison --doc-type marketing, iterating until it clears 8.5/10.
  2. Company milestone timeline 2010–2025: --type timeline --style corporate.
  3. Global AI market sizing chart: --type statistical --research to ground the numbers before rendering.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/K-Dense-AI/scientific-agent-skills/HEAD/skills/infographics/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/infographics folder from the GitHub repo K-Dense-AI/scientific-agent-skills into my ~/.claude/skills/infographics/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/K-Dense-AI/scientific-agent-skills.git && mkdir -p ~/.claude/skills && cp -r scientific-agent-skills/skills/infographics ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal in your working directory.
  2. Clone the repo: git clone https://github.com/K-Dense-AI/scientific-agent-skills.git
  3. Install the skill: mkdir -p ~/.claude/skills && cp -r scientific-agent-skills/skills/infographics ~/.claude/skills/
  4. Get an OpenRouter API key and export it: export OPENROUTER_API_KEY="your_key" (add it to ~/.zshrc or ~/.bashrc to persist).
  5. Make sure Python 3 and the script's dependencies are installed (pip install -r requirements.txt if the repo ships one).
  6. Restart Claude Code and try a request like "make an infographic of 5 benefits of regular exercise".
  7. Check the generated image plus the review log for quality scores and critique notes.