From image-generation
Generate high-quality images using Google Gemini's Nano Banana Pro image model. Use this skill when you need to create images from text descriptions or transform existing images/videos into new artwork.
How this skill is triggered — by the user, by Claude, or both
Slash command
/image-generation:image-generationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate high-quality images using Google Gemini's image generation models. Supports text-to-image generation and can optionally use existing images or videos as reference.
Generate high-quality images using Google Gemini's image generation models. Supports text-to-image generation and can optionally use existing images or videos as reference.
bash ${CLAUDE_PLUGIN_ROOT}/scripts/gemini.sh --model=gemini-3-pro-image-preview "YOUR IMAGE DESCRIPTION"
Arguments:
--model - Required for image generation: Use gemini-3-pro-image-preview--file - Optional: Reference image or video for style/content guidance
Examples:
# Generate an image from a text description
npx -y superconductor-gemini-skills --model=gemini-3-pro-image-preview "A serene mountain landscape at sunset with golden light"
# Generate an image inspired by an existing image
npx -y superconductor-gemini-skills --model=gemini-3-pro-image-preview --file=reference.jpg "Transform this into a watercolor painting"
# Keep the original composition while applying a new style
npx -y superconductor-gemini-skills --model=gemini-3-pro-image-preview --file=reference.jpg "Keep the original image composition and main subjects, but restyle it as a polished dark-mode mobile app mockup"
# Generate an image from a video
npx -y superconductor-gemini-skills --model=gemini-3-pro-image-preview --file=video.mp4 "Generate an image that captures the essence of this video"
# Create specific styles
npx -y superconductor-gemini-skills --model=gemini-3-pro-image-preview "A cyberpunk cityscape in neon colors, digital art style"
Generated images are saved to the current directory as gemini-image-{timestamp}.png.
The GEMINI_API_KEY environment variable must be set. Get your key at: https://ai.google.dev/gemini-api/docs/api-key
| Model ID | Context Window | Pricing |
|---|---|---|
gemini-3-pro-image-preview | 65k / 32k | $2 (Text) / $0.134 (Image) |
npx claudepluginhub superconductor/superconductor-plugin-marketplace --plugin image-generationGenerates images from text, edits images with references, performs product placement, style transfer, and multi-image composition using OpenAI DALL-E or Google Gemini.
Generates images from text, edits existing images, applies style transfers, composes from multiple references, and supports multi-turn refinement using Google's Gemini API via Python scripts. For logos, stickers, mockups.
Generate and edit images using Google Gemini models via nano-banana CLI. Supports text-to-image, editing, style transfer. Use for AI image creation or modification requests.