infographics

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

Updated Aug 12, 2026
One-click install
npx skills add https://github.com/Mzane0803/latent-minds-skills-marketplace --skill infographics-mzane0803
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: infographics
Source: https://github.com/Mzane0803/latent-minds-skills-marketplace/tree/main/plugins/research-writing/skills/infographics
Command: npx skills add https://github.com/Mzane0803/latent-minds-skills-marketplace --skill infographics-mzane0803

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Creating professional infographics normally requires design skills and manual data verification; this Skill automates generation, fact research, and quality review through AI models via the OpenRouter API. ## Core Features & Use Cases - AI Generation with Quality Review: Nano Banana Pro (Gemini 3.1 Flash Image) generates infographics while Gemini 3.6 Flash scores them against document-type thresholds, regenerating only when quality falls short. - Research Integration: An optional --research flag uses Perplexity Sonar Pro to gather accurate facts, statistics, and sources before generation. - Presets and Accessibility: Supports 10 infographic types (statistical, timeline, process, comparison, list, geographic, hierarchical, anatomical, resume, social), 8 industry styles, and colorblind-safe palettes (Wong, IBM, Tol). - Use Case: Produce a marketing-grade statistical infographic on global AI market growth with researched 2023-2026 data, corporate styling, and a Wong colorblind-safe palette in a single command. ## Quick Start Ask the AI to generate a statistical infographic about global renewable energy adoption rates saved to figures/renewable.png with the research flag enabled and the nature style preset.

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 generate_infographic.py with a descriptive prompt, an output path via -o, and a --type flag such as statistical or timeline. The script calls Nano Banana Pro through OpenRouter and saves a versioned PNG image plus a review log.

What infographic types and styles are supported?▼

Ten types are available: statistical, timeline, process, comparison, list, geographic, hierarchical, anatomical, resume, and social. Eight industry style presets cover corporate, healthcare, technology, nature, education, marketing, finance, and nonprofit.

How do I make infographics with accurate, up-to-date data?▼

Add the --research flag to gather facts and statistics with Perplexity Sonar Pro before generation. The researched content, focused on 2023-2026 information with source hints, is injected into the generation prompt and saved to a research JSON file.

Does the infographic generator support colorblind-safe colors?▼

Yes, the --palette flag accepts wong, ibm, or tol presets, which apply established colorblind-safe color schemes. The references directory also documents WCAG contrast ratios and palettes that remain distinguishable in grayscale.

Why is my infographic quality score too low?▼

Low scores usually come from vague prompts or strict document-type thresholds like marketing at 8.0 or higher. Write more specific prompts with concrete data points, or increase the iteration budget with --iterations to allow more refinement passes.

What API key do I need for AI infographic generation?▼

An OpenRouter API key is required, resolved from the --api-key flag, the OPENROUTER_API_KEY environment variable, or a .env file found by walking up from the working directory. Without it, the script exits with setup instructions.