gemini-image
Installation
SKILL.md
Gemini Image Generation
Use this skill when user expresses intent to generate images (e.g., "draw a...", "generate an image...", "create a picture...").
Steps
1. Read Configuration
- Read
config/secrets.mdto get API Key
2. Construct Prompt
| Mode | Prompt Format | Example |
|---|---|---|
| Text-to-Image | description text |
a cute orange cat |
| Image-to-Image | image_URL description |
https://xxx.jpg draw similar style |
| Multi-Image Reference | URL1 URL2 description |
https://a.jpg https://b.jpg merge these two |
For image-to-image, upload local images first. See tips/image-upload.md.