nano-banana-pro
Nano Banana Pro harnesses Google's Gemini 3 Pro model to generate images from text descriptions, edit existing images, and apply style transformations. The skill excels at data-accurate infographics, precise text rendering, and context-aware generation using reference images, with flexible output sizing and aspect ratio controls.
Nano Banana Pro generates images from text prompts using Google's Gemini 3 Pro model, with support for editing and style transformation.
AI-generated summary based on this skill's SKILL.md
Install
nicepkg/ai-workflow/nano-banana-pro · repository language: HTML
git clone https://github.com/nicepkg/ai-workflow
cp -r ai-workflow/workflows/talk-to-slidev-workflow/.claude/skills/nano-banana-pro ~/.claude/skills/nano-banana-pronpx skillfed install nicepkg/ai-workflow/nano-banana-proFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
Can nano-banana-pro generate an image from a text prompt?
Yes. Nano Banana Pro harnesses Google's Gemini 3 Pro model to generate images directly from text descriptions. You provide a detailed prompt describing what you want to see, and the skill creates the image for you with support for flexible output sizing and aspect ratio controls.
How does nano-banana-pro create data-accurate infographics?
Nano Banana Pro excels at generating data-accurate infographics and visualizations by leveraging Gemini 3 Pro's understanding of both visual design and data representation. The skill can transform your data into precise, context-aware graphics with accurate rendering of charts, diagrams, and information layouts.
Can I edit an existing image with AI using nano-banana-pro?
Yes. Nano Banana Pro supports editing or transforming existing images with text prompts. You can describe the changes or transformations you want, and the skill applies them to your image, including style transfer and artistic effects.
What can nano-banana-pro generate automatically from descriptions?
Nano Banana Pro can generate diagrams, charts, illustrations, and visualizations automatically from text descriptions. Whether you need a flowchart, organizational diagram, technical illustration, or data visualization, the skill converts your written description into visual output.
Does nano-banana-pro support style transfer and artistic effects?
Yes. Nano Banana Pro can apply style transfer and artistic effects to images. You can transform photos and existing images by specifying the artistic style or effect you want, leveraging Gemini 3 Pro's capability to understand and apply visual transformations.
What license does nano-banana-pro use?
Nano Banana Pro is released under the MIT license, making it open and freely available for use, modification, and distribution under the terms of that permissive license.
SKILL.md
rendered from the published skill — quoted content, verbatim
Nano Banana Pro Image Generator
Generate images using Google's advanced Nano Banana Pro model (gemini-3-pro-image-preview).
Prerequisites
The user must have GEMINI_API_KEY environment variable set with a valid Google AI API key.
Usage
The script is located in the same directory as this SKILL.md file. Run it with uv run:
uv run /path/to/skills/nano-banana-pro/generate_image.py "your prompt" -o output.png
When this skill is invoked, locate generate_image.py in the skill directory and run it.
Parameters
| Parameter | Required | Description |
|---|---|---|
prompt |
Yes | Text description of the image to generate or transformation to apply |
-o, |
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 2 files
workflows/talk-to-slidev-workflow/.claude/skills/nano-banana-pro/SKILL.md
workflows/talk-to-slidev-workflow/.claude/skills/nano-banana-pro/generate_image.py