From mays
Generates images via Google Gemini's API from text prompts or reference images, with configurable output size (1K/2K/4K). Useful for creating or editing visuals directly from prompts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mays:gemini-image-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to generate images using Google Gemini's image generation model. The skill supports:
Use this skill to generate images using Google Gemini's image generation model. The skill supports:
The API key must be set via the GEMINI_API_KEY environment variable.
--prompt (required): The text prompt describing the image to generate--output (required): Output file path for the generated image--reference: Optional reference image for style/content guidance--size: Image size - "1K", "2K", or "4K" (default: 4K)./scripts/generate.py --prompt "A serene mountain landscape at sunset" --output images/landscape.png
./scripts/generate.py --prompt "Same character but wearing a party hat" --reference images/character.png --output images/party.png
./scripts/generate.py --prompt "Abstract art" --output art.png --size 2K
Set your API key:
export GEMINI_API_KEY="your-api-key-here"
Requires uv - dependencies are managed inline via PEP 723.
npx claudepluginhub stevenmays/dotfiles --plugin maysGenerates images using Google's Gemini API from text prompts, with support for image editing and multi-reference inputs. Configurable models up to 4K resolution.
Generates and edits images via Gemini API (text-to-image, image editing, style transfer, logos, stickers, product mockups). Supports multi-turn refinement and composition from multiple reference images.
Generates and edits images using Gemini's Nano Banana Pro model (gemini-3-pro-image-preview). Useful for creating logos, product mockups, editing photos, and other visual generation tasks. Requires GEMINI_API_KEY.