infographics

Generate infographics with Nano Banana Pro using iterative Gemini 3 Pro quality review.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/svpfahad/RES200 --skill infographics-svpfahad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infographics
Source: https://github.com/svpfahad/RES200/tree/main/claude-scientific-writer-main/.claude/skills/infographics
Command: npx skills add https://github.com/svpfahad/RES200 --skill infographics-svpfahad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python-dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve? Creating professional infographics normally requires design skills and manual data gathering. This Skill generates publication-quality infographics from natural language descriptions, optionally researching accurate facts first and automatically refining output until it meets quality thresholds. ## Core Features & Use Cases - AI Generation with Quality Review: Nano Banana Pro generates the infographic, then Gemini 3 Pro scores it against document-type thresholds (6.5-8.5/10) and regenerates only if below target. - 10 Types and 8 Styles: Supports statistical, timeline, process, comparison, list, geographic, hierarchical, anatomical, resume, and social types with industry style presets and colorblind-safe palettes (Wong, IBM, Tol). - Research Integration: The --research flag uses Perplexity Sonar to gather current facts, statistics, and sources before generation. - Use Case: A marketing team needs a statistical infographic on global AI market growth; run the script with --type statistical --doc-type marketing --research to get a researched, high-threshold (8.5/10) image with a review log. ## Quick Start Ask the AI to generate a statistical infographic about global renewable energy adoption saved to figures/renewable.png using the infographics script with the research flag enabled.

Frequently Asked Questions about infographics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an infographic with AI from a text prompt?

Run the generate_infographic.py script with a descriptive prompt, an output path, and a type flag such as --type statistical or --type timeline. Nano Banana Pro generates the image and Gemini 3 Pro reviews it against a quality threshold before finalizing.

How to create infographics with accurate up-to-date data?

Use the --research flag, which queries Perplexity Sonar to gather 5-8 key facts, statistics, and sources before generation. The researched data is automatically incorporated into the infographic prompt and saved to a JSON file.

What API key is required for AI infographic generation?

An OpenRouter API key is required, set via the OPENROUTER_API_KEY environment variable or the --api-key flag. The key provides access to Nano Banana Pro for image generation, Gemini 3 Pro for review, and Perplexity Sonar for research.

Does the infographic generator support colorblind-safe colors?

Yes, use the --palette flag with wong, ibm, or tol to apply colorblind-safe palettes. Wong's palette is the most widely recommended, while Tol's offers 12 colors for many categories.

Why is my generated infographic quality score too low?

Low scores usually result from vague prompts or too much text. Write specific prompts with concrete data points, increase attempts with --iterations, and select the correct --type so the layout matches your content.

When should I use scientific-schematics instead of infographics?

Use scientific-schematics for technical flowcharts, circuit diagrams, biological pathways, neural network architectures, and CONSORT/PRISMA methodology diagrams. The infographics skill targets data presentation, marketing, and general informational visuals.