🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Crazyrouter Image Gen

by @xujfcn

AI image generation via Crazyrouter API. Supports DALL-E 3, GPT Image, Gemini, Imagen 4. Text-to-image with aspect ratio, size, and model selection. Use when...

Versionv1.1.0
πŸ’‘ Examples

# Basic generation
node ${SKILL_DIR}/scripts/main.mjs --prompt "A sunset over mountains" --image sunset.png

With GPT Image 1

node ${SKILL_DIR}/scripts/main.mjs --prompt "Cyberpunk city" --image city.png --model gpt-image-1

With Imagen 4.0 Ultra (highest quality)

node ${SKILL_DIR}/scripts/main.mjs --prompt "Professional headshot" --image photo.png --model imagen-4.0-ultra-generate-001

With Gemini 3 Pro

node ${SKILL_DIR}/scripts/main.mjs --prompt "Landscape" --image wide.png --model gemini-3-pro-image-preview

Multiple images

node ${SKILL_DIR}/scripts/main.mjs --prompt "Logo concepts" --image logo.png --n 4

βš™οΈ Configuration

| Option | Description | Default | |--------|-------------|---------| | --prompt | Image description (required) | β€” | | --image | Output file path (required) | β€” | | --model | Model to use | dall-e-3 | | --size | Image size | 1024x1024 | | --n | Number of images (1-4) | 1 | | --quality | Quality: standard/hd | standard |

Examples

# Basic generation
node ${SKILL_DIR}/scripts/main.mjs --prompt "A sunset over mountains" --image sunset.png

With GPT Image 1

node ${SKILL_DIR}/scripts/main.mjs --prompt "Cyberpunk city" --image city.png --model gpt-image-1

With Imagen 4.0 Ultra (highest quality)

node ${SKILL_DIR}/scripts/main.mjs --prompt "Professional headshot" --image photo.png --model imagen-4.0-ultra-generate-001

With Gemini 3 Pro

node ${SKILL_DIR}/scripts/main.mjs --prompt "Landscape" --image wide.png --model gemini-3-pro-image-preview

Multiple images

node ${SKILL_DIR}/scripts/main.mjs --prompt "Logo concepts" --image logo.png --n 4

View on ClawHub
TERMINAL
clawhub install crazyrouter-image-gen

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’