π―
nano-banana-pro
π―Skillfrom steipete/agent-scripts
What it does
Generates and edits images using Google's Nano Banana Pro API, supporting text-to-image and image-to-image transformations with flexible resolution options.
Part of
steipete/agent-scripts(16 items)
nano-banana-pro
Installation
uv runRun with uv
uv run ~/.codex/skills/nano-banana-pro/scripts/generate_image.py --prompt "your image description" --filename "output-name.png" [--resolution 1K|2K|4K] [--api-key KEY]uv runRun with uv
uv run ~/.codex/skills/nano-banana-pro/scripts/generate_image.py --prompt "editing instructions" --filename "output-name.png" --input-image "path/to/input.png" [--resolution 1K|2K|4K] [--api-key KEY]uv runRun with uv
uv run ~/.codex/skills/nano-banana-pro/scripts/generate_image.py --prompt "A serene Japanese garden with cherry blossoms" --filename "2025-11-23-14-23-05-japanese-garden.png" --resolution 4Kuv runRun with uv
uv run ~/.codex/skills/nano-banana-pro/scripts/generate_image.py --prompt "make the sky more dramatic with storm clouds" --filename "2025-11-23-14-25-30-dramatic-sky.png" --input-image "original-photo.jpg" --resolution 2Kπ Extracted from docs: steipete/agent-scripts
22Installs
-
AddedFeb 4, 2026
Skill Details
SKILL.md
Generate/edit images with Nano Banana Pro (Gemini 3 Pro Image). Use for image create/modify requests incl. edits. Supports text-to-image + image-to-image; 1K/2K/4K; use --input-image.