From nano-banana-image
Gemini Nano Banana Pro を使用した画像生成。テキストから画像、解像度・アスペクト比指定、参照画像を使った編集に対応。Use when user asks to generate images, create pictures, make illustrations, or edit images with AI. Also use when user says 画像生成, 画像を作って, イラスト作成, 絵を描いて, 画像編集.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nano-banana-image:image-generationThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Gemini API の gemini-3-pro-image-preview(Nano Banana Pro)モデルを使用して画像を生成する。
Gemini API の gemini-3-pro-image-preview(Nano Banana Pro)モデルを使用して画像を生成する。
| 項目 | 内容 |
|---|---|
| モデル名 | gemini-3-pro-image-preview |
| 解像度 | 1K, 2K, 4K |
| アスペクト比 | 1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9 |
| 参照画像 | 最大14枚 |
ユーザーの発話から以下を抽出:
画像生成に適したプロンプトを構築:
以下のコマンドで画像を生成:
gemini --yolo --model gemini-3-pro-image-preview "Generate an image: {プロンプト}"
解像度やアスペクト比を指定する場合、プロンプトに含める:
gemini --yolo --model gemini-3-pro-image-preview "Generate an image with 16:9 aspect ratio at 2K resolution: {プロンプト}"
既存の画像を参照して編集・生成する場合:
gemini --yolo --model gemini-3-pro-image-preview "Edit this image: {編集指示}" --files {画像パス}
ユーザー: 「夕焼けの富士山の画像を生成して」
gemini --yolo --model gemini-3-pro-image-preview "Generate an image: A majestic Mount Fuji at sunset with vibrant orange and purple sky, traditional Japanese aesthetic"
ユーザー: 「16:9 のワイドスクリーン形式で海岸の画像を作って」
gemini --yolo --model gemini-3-pro-image-preview "Generate an image with 16:9 aspect ratio: A peaceful beach scene with gentle waves, golden sand, and a clear blue sky"
ユーザー: 「この画像の背景を宇宙に変えて」
gemini --yolo --model gemini-3-pro-image-preview "Edit this image: Change the background to a starry outer space scene with galaxies and nebulae" --files /path/to/image.png
npx claudepluginhub biwakonbu/cc-plugins --plugin nano-banana-imageGenerates or edits images via Google Gemini from text prompts or up to 14 reference images for text-to-image and multi-image editing.
Generates images from text prompts using Google's Nano Banana Pro (Gemini image model). Supports custom aspect ratios, resolutions (1K-4K), and up to 5 reference images for style/subject consistency.
Generates AI images from text prompts, edits images, and composes from multiple references using Gemini models. Supports t2i, i2i, product mockups, and stickers.