transform-generate-image-with-transloadit

Installation
SKILL.md

Run

Use the image generate intent for quick image generation from a prompt.

npx -y @transloadit/node image generate \
  --prompt 'A minimal product photo of a chameleon on white background' \
  --output ./out.png

Run With OpenAI gpt-image-2

Use this when the user explicitly asks for openai/gpt-image-2, gpt-image-2, or OpenAI image generation. Keep it opt-in for now; the CLI default remains google/nano-banana-2.

Installs
71
GitHub Stars
2
First Seen
Feb 12, 2026
transform-generate-image-with-transloadit — transloadit/skills