image-gen

Installation
SKILL.md

Image Generation & Editing

Multi-provider image generation. Default provider is Gemini (nano-banana-pro); pass --provider openai to use gpt-image-2.

Which provider to pick

  • Gemini (default): general illustrations, quick diagrams, visual imagery. Accepts --input-image repeatedly for multi-image composition.
  • OpenAI: anything where text rendering matters (infographics, slide-like images, dense-label diagrams, logos with text), or when you need masked inpainting on edits.

Usage

The skill ships a pre-bundled Node script — no tsx or dependency install needed. The script's --help is the authoritative flag reference; run it rather than guessing:

node ${CLAUDE_PLUGIN_ROOT}/skills/image-gen/dist/generate_image.js --help

Generate:

Installs
5
GitHub Stars
114
First Seen
May 10, 2026
image-gen — nicknisi/claude-plugins