| name | ak:ai-artist |
| description | Generate product mockups, marketing assets, brand visuals, and concept art via Nano Banana with 129 curated prompts. Mandatory validation interview refines style/mood/colors (use --skip to bypass). 3 modes: search, creative, wild. Styles: Ukiyo-e, Bento grid, cyberpunk, cinematic, vintage patent. |
| user-invocable | true |
| when_to_use | Invoke for visual assets, prompt search, or mockups. |
| category | ai-ml |
| keywords | ["image","generation","prompts","styles"] |
| metadata | {"author":"agentkit","version":"3.1.0"} |
| argument-hint | [concept] [--mode search|creative|wild|all] [--provider auto|google|openrouter] [--skip] |
AI Artist - Nano Banana Image Generation
Generate images using 129 curated prompts from awesome-nano-banana-pro-prompts collection.
Routes final rendering through ai-multimodal, so the same prompt workflow can use direct Google or OpenRouter-backed Google models.
Validation interview is mandatory (use --skip to bypass).
Workflow
IMPORTANT: Run the validation interview before generating unless --skip is explicitly requested.
Quick Start
python3 scripts/generate.py "<concept>" -o <output.png> [--mode MODE] [--provider PROVIDER]
Generation Modes
| Mode | Description |
|---|
search | Find best matching prompt from 129 curated prompts (default) |
creative | Remix elements from top 3 matching prompts |
wild | Out-of-the-box creative interpretation (random style transform) |
all | Generate all 3 variations |
Examples
python3 scripts/generate.py "tech conference banner" -o banner.png -ar 16:9
python3 scripts/generate.py "tech conference banner" -o banner.png --provider openrouter
python3 scripts/generate.py "AI workshop" -o workshop.png --mode creative
python3 scripts/generate.py "product showcase" -o product.png --mode wild
python3 scripts/generate.py "futuristic city" -o city.png --mode all -v
Options
| Flag | Description |
|---|
-o, --output | Output path (required) |