Infogenius
Research-grounded infographic and knowledge-visual generation for Claude Code. Use when the user asks for /infogenius, infographics, visual explainers, technical diagrams, educational images, or image prompts that should be factually grounded before generation. Uses Google Search/WebSearch plus a Gemini image MCP such as nano-banana.From its SKILL.md
npx -y skills add frankxai/infogenius --skill infogeniusAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
4.3 KB, 934 tokens by cl100k_base, as published. Nobody here has run it
InfoGenius
Create knowledge-first visuals: research the topic, convert the facts into a precise image prompt, generate with Gemini image tools, then report sources and key facts.
When To Use
Use this skill for:
/infogenius ...- Infographics, diagrams, explainers, visual summaries, technical architecture visuals
- Educational visuals where factual accuracy matters
- Prompt generation for Gemini/Nano Banana/Imagen when no image MCP is available
Do not use this for character art, photorealistic marketing photography, or purely decorative images unless the user explicitly asks.
Inputs
Parse the user request into:
topic: requiredstyle: defaultstandardaudience: defaultgeneralaspect_ratio: default16:9language: defaultEnglish
Supported styles:
standard: clean modern scientific illustrationminimalist: Bauhaus flat vector, 2-3 colors, strong negative spacephotorealistic: cinematic realistic composite with annotation overlays3d: isometric 3D render, clay/glass/plastic materials, studio lighttechnical: Da Vinci notebook / technical blueprint, ink annotationsfuturistic: restrained HUD/data visualization, luminous linesvintage: 19th-century scientific lithographcartoon: educational comic for younger audiencespremium: luxury knowledge visual with glass, titanium, light, and negative space
Supported audiences:
elementary: ages 6-10, 3-4 visual elements, minimal texthighschool: textbook clarity, 5-8 elementscollege: academic detail, data-rich labelsexpert: dense technical schematic with precise annotations
Workflow
- Clarify only if the topic is missing or the request is too ambiguous to execute.
- Research current facts with WebSearch/search tools. For stable evergreen topics, still collect 3-5 reliable facts.
- Extract:
- 3-5 key facts
- 3-6 visual elements
- short labels that should appear in the image
- source URLs or source names
- Compose a single detailed image prompt using the template below.
- Generate with the available image MCP. Prefer
mcp__nano-banana__generate_imagewith grounding/high quality if available. - If no image MCP exists, return the finished prompt and source grounding clearly.
- Present the result with style, audience, aspect ratio, facts used, and sources.
Image Prompt Template
Create a {aspect_ratio} {style} infographic about {topic}.
AUDIENCE:
{audience instruction}
FACTUAL CONTENT TO VISUALIZE:
- {fact 1 as a concrete visual element}
- {fact 2 as a concrete visual element}
- {fact 3 as a concrete visual element}
VISUAL STRUCTURE:
- Clear central model of {topic}
- Labeled parts with large, legible text
- Directional arrows or numbered sequence where useful
- Use only accurate labels from the research
STYLE:
{style instruction}
QUALITY REQUIREMENTS:
- Publication quality, sharp detail
- No unreadable microtext
- No invented statistics or unsupported claims
- Keep the layout scannable and educational
Preferred MCP Call
If the nano-banana MCP is available, use:
mcp__nano-banana__generate_image({
prompt: imagePrompt,
aspect_ratio: aspectRatio,
model_tier: "pro",
enable_grounding: true,
thinking_level: "high",
resolution: "high"
})
If the installed MCP exposes a different schema, adapt to its available fields while preserving: prompt, aspect ratio, Gemini Pro/high quality, and search grounding when supported.
Response Template
## InfoGenius: {topic}
Style: {style} | Audience: {audience} | Aspect: {aspect_ratio}
Key facts used:
1. ...
2. ...
3. ...
Sources:
- ...
Generated output:
{image or prompt, depending on available tools}
Quality Bar
Before finalizing, check:
- The visual teaches the topic, not just decorates it.
- Labels are specific and source-grounded.
- The style supports comprehension.
- Any time-sensitive facts were searched during this session.
- The user can regenerate from the prompt without hidden local context.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.