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 & VideoIntermediate★ 33,030⑂ 3,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
--researchflag 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
- Product feature comparison for a campaign:
--type comparison --doc-type marketing, iterating until it clears 8.5/10. - Company milestone timeline 2010–2025:
--type timeline --style corporate. - Global AI market sizing chart:
--type statistical --researchto 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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Open a terminal in your working directory.
- Clone the repo:
git clone https://github.com/K-Dense-AI/scientific-agent-skills.git - Install the skill:
mkdir -p ~/.claude/skills && cp -r scientific-agent-skills/skills/infographics ~/.claude/skills/ - Get an OpenRouter API key and export it:
export OPENROUTER_API_KEY="your_key"(add it to~/.zshrcor~/.bashrcto persist). - Make sure Python 3 and the script's dependencies are installed (
pip install -r requirements.txtif the repo ships one). - Restart Claude Code and try a request like "make an infographic of 5 benefits of regular exercise".
- Check the generated image plus the review log for quality scores and critique notes.
View source on GitHub ↗License: MIT