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.

npx -y @transloadit/node image generate \
  --model openai/gpt-image-2 \
  --width 1024 \
Related skills
Installs
40
GitHub Stars
2
First Seen
Feb 12, 2026