whisk-proxy

whisk-proxy is a skill for Claude Code, Codex from AndyShaman/whisk-proxy. It costs 128 tokens per session (931 once invoked), scanned A, original, MIT.

An image-generation tool that uses Google Imagen 4, Nano Banana, and a reference-to-image mode through Google Flow. It needs a Google account and a Chrome extension rather than an API key.

In plain words
What is it for?
Use it to create illustrations, logos, banners, avatars, portraits, and other images, while choosing a model, image count, aspect ratio, and output folder.
Why use it?
It gives an agent a way to create images from written descriptions or use a reference image for style transfer through the available Flow connection.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create illustrations, logos, banners, avatars, portraits, and other images…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andyshaman/whisk-proxy/whisk-proxy
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AndyShaman/whisk-proxy --skill whisk-proxy
Clone the repo
git clone --depth 1 https://github.com/AndyShaman/whisk-proxy

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for whisk-proxy

README.md
[![agentmods](https://agentmods.dev/badge/skills/andyshaman/whisk-proxy/whisk-proxy.svg)](https://agentmods.dev/skills/andyshaman/whisk-proxy/whisk-proxy)
Your own site
<a href="https://agentmods.dev/skills/andyshaman/whisk-proxy/whisk-proxy"><img src="https://agentmods.dev/badge/skills/andyshaman/whisk-proxy/whisk-proxy.svg" alt="Measured on agentmods" height="20"></a>
Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 931 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00128 $0.00931
Opus 5 $0.00064 $0.00465
Sonnet 5 $0.00026 $0.00186
Haiku 4.5 $0.00013 $0.00093

Measured 7d ago against content hash 4732b909b27a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

whisk-proxy scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

SKILL.md · 93 lines

How it starts

The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

# 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) — avatars, icons, social posts
  • 16:9 (1365x768) — banners, covers, YouTube thumbnails
  • 9:16 (768x1365) — stories, reels, vertical posters
  • 4:3 — classic landscape
  • 3:4 — classic portrait

Authentication

Token stored in ~/.flow-proxy/token.json. The Chrome extension handles auth automatically.

Check token status

node {baseDir}/scripts/status.mjs

First-time setup

  1. Install the Chrome extension from {baseDir}/extension/ (load unpacked)
  2. Open https://labs.google/fx/tools/flow
  3. Sign in with Google
  4. Click the Flow Proxy extension icon → "Connect"

Read the full file on GitHub · 93 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 93 lines · 128 tokens per session scan A 4732b909b27a

Subscribe to this mod's changes

whisk-proxy is a skill published in the GitHub repository AndyShaman/whisk-proxy (20 stars, last pushed 6mo ago), licensed MIT. It adds 128 tokens to every session and 931 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

byted-seedream-image-generate

Generate high-quality images from text prompts using Volcano Engine Seedream models. Supports multiple artistic styles and aspect ratios. Use this skill when users want to create images from text descriptions, generate artwork in various styles, create visual content for creative projects, or need AI-powered image…

bytedance/agentkit-samples · 65 tokens

image-gen-9router

Generate images via 9Router. FLUX, Imagen, DALL-E, SD.

fajrisilmi12-cyber/hermes-socmed-function · 24 tokens

tag

A skill for turning image ideas, characters, scenes, and styles into Danbooru tags, which are standardized labels used in some AI image tools.

1756141021/tag-skill · 26 tokens

model-aware-image-prompt-engineer

Model-aware image prompt engineering for any agent or image generation workflow. Use when writing, improving, translating, debugging, or evaluating prompts for OpenAI image models, Gemini Nano Banana, Midjourney, FLUX, Qwen-Image, Z-Image, Stable Diffusion, SDXL, Pony, Illustrious, NoobAI, Animagine, HunyuanImage…

Emily2040/nano-banana-image-skill · 210 tokens

crayon-flat-naive

A photo-editing style that redraws a photo as a simple flat crayon fashion illustration while keeping the person’s identity, pose, clothing outline, and key accessories.

Vieeeeeee/wibi-style · 143 tokens

electric-blue-halftone-poster

A photo-editing style that turns one portrait or pet headshot into a square electric-blue poster with a tightly cropped black-and-white head, coloured stars, and a small barcode detail.

Vieeeeeee/wibi-style · 105 tokens