Loading...
Loading...
Generate infographic images from user descriptions using Gemini API (Nano Banana Pro). Converts natural language descriptions into structured infographic prompts, then calls Gemini image generation to produce PNG images. Supports 11 visual styles (sketchnote, kawaii, professional, scientific, anime, claymation, editorial, storyboard, bento grid, bricks), 3 orientations (landscape/portrait/square), 3 detail levels (brief/standard/detailed), and multiple languages. Use when user asks to create infographics, generate visual summaries, make data visualizations, or produce illustrated explanations. Trigger words include 信息图, infographic, 生成图, 可视化, visual summary, data visualization.
npx skill4agent add dcaigc/dc-skills gemini-infographic@google/genai.envGEMINI_API_KEY=...HTTPS_PROXY=...scripts/node_modules/autolandscapedetailedzh-CNnode {SKILL_DIR}/scripts/generate_infographic.mjs \
--prompt "user's description here" \
--style professional \
--orientation landscape \
--detail detailed \
--language zh-CN \
--output "{WORKSPACE}/infographic/{DATE}" \
--name "descriptive_filename"{WORKSPACE}{DATE}YYYY-MM-DD| Parameter | Values | Default |
|---|---|---|
| auto, sketchnote, kawaii, professional, scientific, anime, claymation, editorial, storyboard, bento, bricks | auto |
| landscape, portrait, square | landscape |
| brief, standard, detailed | detailed |
| zh-CN, en, ja, ko, or any language name | zh-CN |
| gemini-3-pro-image-preview, gemini-3.1-flash-image-preview | gemini-3-pro-image-preview |
| 512, 1K, 2K, 4K | 2K |
node {SKILL_DIR}/scripts/generate_infographic.mjs \
--prompt "全球气候变化:温度趋势、碳排放数据、冰川融化、海平面上升" \
--style professional --detail detailed \
--output "./infographic/2026-03-17" --name "climate_change"node {SKILL_DIR}/scripts/generate_infographic.mjs \
--prompt "Photosynthesis: sunlight + water + CO2 → glucose + oxygen" \
--style kawaii --detail standard --language en \
--output "./infographic/2026-03-17" --name "photosynthesis"professionalscientificstoryboardsketchnoteportraitkawaiianime