whisk-proxy

Solid

Generate images with Google Imagen 4 and Nano Banana for free via Flow API. No API key, no paid subscription — just a Google account and Chrome extension. Use when the user asks to generate, create, or make an image, picture, illustration, logo, banner, or avatar. Triggers: generate image, create picture, make illustration, нарисуй, сгенерируй картинку, создай изображение. Do NOT use for image editing, upscaling, background removal, video generation, or non-Google AI models (DALL-E, Midjourney, Stable Diffusion).

AI & Automation 20 stars 11 forks Updated 2 months ago MIT

Install

View on GitHub

Quality Score: 76/100

Stars 20%
44
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Flow Image Generator Generate images using **Google Imagen 4, Nano Banana, and Reference-to-Image** for free. No API key — uses Chrome extension for OAuth. ## Quick Start ```bash # Generate 4 images (Imagen 4, default) node {baseDir}/scripts/generate.mjs -p "a cat astronaut floating in space" # Nano Banana (fast, creative) node {baseDir}/scripts/generate.mjs -p "abstract painting in neon colors" -m banana # Reference-to-Image (style transfer) node {baseDir}/scripts/generate.mjs -p "watercolor portrait" -m r2i # Portrait format, 1 image node {baseDir}/scripts/generate.mjs -p "anime girl with headphones" -r 9:16 -c 1 # Save to specific folder node {baseDir}/scripts/generate.mjs -p "sunset over mountains" -o ./images ``` ## Models | Model | Flag | Best for | |-------|------|----------| | Imagen 4 | `-m imagen4` (default) | Highest quality, photorealistic | | Nano Banana | `-m banana` | Fast, creative generation | | Reference-to-Image | `-m r2i` | Style transfer | ## Options | Flag | Short | Default | Description | |------|-------|---------|-------------| | `--prompt` | `-p` | required | Image description (English works best) | | `--model` | `-m` | `imagen4` | Model: imagen4, banana, r2i | | `--count` | `-c` | `4` | Number of images (1-4) | | `--ratio` | `-r` | `1:1` | Aspect ratio: `1:1`, `16:9`, `9:16`, `4:3`, `3:4` | | `--output` | `-o` | `.` | Output directory | | `--seed` | `-s` | random | Seed for reproducibility | ## Aspect Ratios - `1:1` (1024x1024) — avata...

Details

Author
AndyShaman
Repository
AndyShaman/whisk-proxy
Created
4 months ago
Last Updated
2 months ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

image-studio

Tired of juggling 8 API keys? This skill gives you one-command access to Midjourney, Flux, Ideogram, and more, with zero setup. Use when you want to generate any image without worrying about API keys.

25 Updated 2 months ago
wells1137
API & Backend Listed

imagerouter

Generate Images with any AI model on ImageRouter (requires API key).

123 Updated 3 months ago
DaWe35
AI & Automation Featured

seo-image-gen

AI image generation for SEO assets: OG/social preview images, blog hero images, schema images, product photography, infographics. Powered by Gemini via nanobanana-mcp. Requires banana extension installed. Use when user says "generate image", "OG image", "social preview", "hero image", "blog image", "product photo", "infographic", "seo image", "create visual", "image-gen", "favicon", "schema image", "pinterest pin", "generate visual", "banner", or "thumbnail".

7,082 Updated today
AgriciDaniel
AI & Automation Listed

photo-studio-skill

Generate professional AI-enhanced photos using ByteDance Seedream 4.5 model. Use when users want to, (1) Create portraits with various styles, (2) Generate couple or family group photos, (3) Take photos with movie characters, (4) Edit images (change clothing, background, material, style), (5) Merge multiple photos (outfit fusion, person-scenery fusion, brand design), (6) Create series of related images (seasons, character states, story sequences), (7) Design posters (movie, event, product), or (8) Use custom prompts with full creative control.

14 Updated 4 months ago
songjiayang
AI & Automation Solid

gemini-mcp

Use Google Gemini for image generation, text chat, file analysis, URL/YouTube analysis, and multi-turn conversations via MCP. Triggers on requests to generate images with Gemini, chat with Gemini, analyze files/URLs/videos with Gemini, use Gemini models, or when user asks to create/edit images and needs prompting guidance. Do NOT use for DALL-E, Midjourney, Stable Diffusion, or OpenAI image generation.

27 Updated 3 days ago
AndyShaman