.claude/skills/nano-banana-image-generator/SKILL.md
Generate images using Google's Nano Banana 2 (Gemini 3.1 Flash Image Preview). Use when creating infographics, diagrams, thumbnails, social media graphics, or any AI-generated images. Costs $0.067/image.
npx skillsauth add abilityai/cornelius nano-banana-image-generatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate images using Google's Gemini 3.1 Flash Image Preview model (codename: Nano Banana 2).
Generate a simple image:
bash ~/.claude/skills/nano-banana-image-generator/scripts/generate.sh "A red apple on white background" apple.png
Generate a 16:9 thumbnail:
python3 ~/.claude/skills/nano-banana-image-generator/scripts/generate_thumbnail.py "YouTube thumbnail showing AI agents" /tmp/thumb.png
Generate with custom output directory:
OUTPUT_DIR=/tmp bash ~/.claude/skills/nano-banana-image-generator/scripts/generate.sh "Sunset over mountains" sunset.png
| Script | Purpose | Output |
|--------|---------|--------|
| scripts/generate.sh | General image generation | 1024x1024 PNG |
| scripts/generate_thumbnail.py | 16:9 thumbnails | 1344x768 PNG |
| scripts/generate_image.py | Python with aspect ratio control | Configurable |
For detailed prompt engineering and brand styling guidelines, see best_practices.md.
| Element | Maximum | |---------|---------| | Visual boxes/shapes | 10 maximum | | Text pieces/labels | 10 maximum | | Hierarchy levels | 3 maximum |
DO: Write narrative descriptions
Create a simple infographic with black background showing a central concept
with 4-5 supporting elements. Use white text, DM Sans font, bold titles.
DON'T: Use keyword lists
LinkedIn post, gradient, red, white, large text, 15 boxes, arrows everywhere
Include in prompts for brand consistency:
Use Eugene's brand style: black background (#000000), white text (#ffffff),
DM Sans font, bold 700 weight for titles, clean minimal design.
Perfect For:
Not Ideal For:
GOOGLE_API_KEY or GEMINI_API_KEY - API key (required)OUTPUT_DIR - Output directory (default: current directory)Infographic:
bash scripts/generate.sh "Simple framework diagram with black background. CENTER: 'AI Agents' in large white text. SURROUNDING: 4 icons for Planning, Memory, Tools, Learning. DM Sans font, minimal design." agents_framework.png
Thumbnail:
python3 scripts/generate_thumbnail.py "Professional YouTube thumbnail: bold white text 'DEEP AGENTS' on dramatic black background with subtle blue glow, tech aesthetic" deep_agents_thumb.png
development
Rebuild the Cornelius voice agent system prompt from knowledge base sources
data-ai
Update dashboard.yaml with current knowledge base metrics from analysis report
documentation
Update Knowledge Graph Changelog
testing
Comprehensive testing playbook for Local Brain Search memory improvements (Phases 1, 3, 4)