π―
nano-banana
π―Skillfrom roasbeef/claude-files
What it does
Generates and edits images using Gemini's image generation API, supporting text-to-image, editing, and multi-turn refinement.
Part of
roasbeef/claude-files(5 items)
nano-banana
Installation
PythonRun Python server
python scripts/generate_image.py "a sunset over mountains" sunset.pngPythonRun Python server
python scripts/generate_image.py "modern office" office.png --model pro --aspect 16:9 --size 4KPythonRun Python server
python scripts/edit_image.py photo.png "remove the background" result.pngPythonRun Python server
python scripts/batch_generate.py prompts.json ./output/ --parallel 3PythonRun Python server
python scripts/batch_generate.py prompts.txt ./output/ --aspect 16:9+ 2 more commands
π Extracted from docs: roasbeef/claude-files
5Installs
-
AddedFeb 4, 2026
Skill Details
SKILL.md
Generate and edit images using Gemini's image generation API (Imagen 3). This skill should be used when creating images, illustrations, diagrams, editing existing images, or iteratively refining visual content through multi-turn conversations.
More from this repository4
π―π―π―π―
slide-creatorπ―Skill
slide-creator skill from roasbeef/claude-files
lndπ―Skill
lnd skill from roasbeef/claude-files
eclairπ―Skill
eclair skill from roasbeef/claude-files
mutation-testingπ―Skill
Generates intelligent code mutations, runs tests to validate their detection, and identifies gaps in test coverage for Go code.