nano-banana
Google Geminiの画像モデル(Gemini 3 Pro Image、Gemini 2.5 Flash Image)を活用し、テキストからの画像生成や画像編集、複数画像の入力に対応した画像生成を可能にするSkill。
📜 元の英語説明(参考)
Generate images with Google Gemini native image models via inference.sh CLI. Models: Gemini 3 Pro Image, Gemini 2.5 Flash Image. Capabilities: text-to-image, image editing, multi-image input. Triggers: nano banana, gemini image, gemini 3 pro image, gemini 2.5 flash image, google image generation, native image generation, gemini native image
🇯🇵 日本人クリエイター向け解説
Google Geminiの画像モデル(Gemini 3 Pro Image、Gemini 2.5 Flash Image)を活用し、テキストからの画像生成や画像編集、複数画像の入力に対応した画像生成を可能にするSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o nano-banana.zip https://jpskill.com/download/19248.zip && unzip -o nano-banana.zip && rm nano-banana.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/19248.zip -OutFile "$d\nano-banana.zip"; Expand-Archive "$d\nano-banana.zip" -DestinationPath $d -Force; ri "$d\nano-banana.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
nano-banana.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
nano-bananaフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Nano Banana - Gemini ネイティブ画像生成
inference.sh CLI を介して、Google Gemini ネイティブ画像モデルで画像を生成します。

クイックスタート
inference.sh CLI (
infsh) が必要です。インストール手順はこちら:npx skills add inference-sh/skills@agent-tools
infsh login
infsh app run google/gemini-3-pro-image-preview --input '{"prompt": "a banana in space, photorealistic"}'
モデル
| モデル | App ID | 速度 | 品質 |
|---|---|---|---|
| Gemini 3 Pro Image | google/gemini-3-pro-image-preview |
遅い | 最高 |
| Gemini 2.5 Flash Image | google/gemini-2-5-flash-image |
速い | 非常に良い |
Gemini 画像アプリの検索
infsh app list --search "gemini image"
例
基本的なテキストから画像へ
infsh app run google/gemini-3-pro-image-preview --input '{
"prompt": "A futuristic cityscape at sunset with flying cars"
}'
複数の画像
infsh app run google/gemini-2-5-flash-image --input '{
"prompt": "Minimalist logo design for a coffee shop",
"num_images": 4
}'
カスタムアスペクト比
infsh app run google/gemini-3-pro-image-preview --input '{
"prompt": "Panoramic mountain landscape with northern lights",
"aspect_ratio": "16:9"
}'
画像編集(入力画像あり)
infsh app run google/gemini-2-5-flash-image --input '{
"prompt": "Add a rainbow in the sky",
"images": ["https://example.com/landscape.jpg"]
}'
高解像度 (4K)
infsh app run google/gemini-3-pro-image-preview --input '{
"prompt": "Detailed illustration of a medieval castle",
"resolution": "4K"
}'
Google 検索グラウンディングあり
infsh app run google/gemini-3-pro-image-preview --input '{
"prompt": "Current weather in Tokyo visualized as an artistic scene",
"enable_google_search": true
}'
入力オプション
| パラメータ | タイプ | 説明 |
|---|---|---|
prompt |
string | 必須。 生成または変更する内容 |
images |
array | 編集用の入力画像(最大14枚) |
num_images |
integer | 生成する画像の数 |
aspect_ratio |
string | 出力比率: "1:1", "16:9", "9:16", "4:3", "3:4", "auto" |
resolution |
string | "1K", "2K", "4K" (Gemini 3 Pro のみ) |
output_format |
string | 画像の出力形式 |
enable_google_search |
boolean | リアルタイム情報グラウンディングを有効にする |
プロンプトのヒント
スタイル: photorealistic, illustration, watercolor, oil painting, digital art, anime, 3D render
構図: close-up, wide shot, aerial view, macro, portrait, landscape
ライティング: natural light, studio lighting, golden hour, dramatic shadows, neon
詳細: テクスチャ、色、ムード、雰囲気に関する具体的な詳細を追加
サンプルワークフロー
# 1. すべてのオプションを確認するためにサンプル入力を生成します
infsh app sample google/gemini-3-pro-image-preview --save input.json
# 2. プロンプトを編集します
# 3. 実行します
infsh app run google/gemini-3-pro-image-preview --input input.json
関連スキル
# フルプラットフォームスキル(全150以上のアプリ)
npx skills add inference-sh/skills@agent-tools
# すべての画像生成モデル
npx skills add inference-sh/skills@ai-image-generation
# 動画生成(画像から動画へ)
npx skills add inference-sh/skills@ai-video-generation
すべての画像アプリを参照: infsh app list --category image
ドキュメント
- Running Apps - CLI を介してアプリを実行する方法
- Streaming Results - リアルタイムの進捗状況の更新
- File Handling - 画像の操作
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Nano Banana - Gemini Native Image Generation
Generate images with Google Gemini native image models via inference.sh CLI.

Quick Start
Requires inference.sh CLI (
infsh). Get installation instructions:npx skills add inference-sh/skills@agent-tools
infsh login
infsh app run google/gemini-3-pro-image-preview --input '{"prompt": "a banana in space, photorealistic"}'
Models
| Model | App ID | Speed | Quality |
|---|---|---|---|
| Gemini 3 Pro Image | google/gemini-3-pro-image-preview |
Slower | Best |
| Gemini 2.5 Flash Image | google/gemini-2-5-flash-image |
Fast | Excellent |
Search Gemini Image Apps
infsh app list --search "gemini image"
Examples
Basic Text-to-Image
infsh app run google/gemini-3-pro-image-preview --input '{
"prompt": "A futuristic cityscape at sunset with flying cars"
}'
Multiple Images
infsh app run google/gemini-2-5-flash-image --input '{
"prompt": "Minimalist logo design for a coffee shop",
"num_images": 4
}'
Custom Aspect Ratio
infsh app run google/gemini-3-pro-image-preview --input '{
"prompt": "Panoramic mountain landscape with northern lights",
"aspect_ratio": "16:9"
}'
Image Editing (with input image)
infsh app run google/gemini-2-5-flash-image --input '{
"prompt": "Add a rainbow in the sky",
"images": ["https://example.com/landscape.jpg"]
}'
High Resolution (4K)
infsh app run google/gemini-3-pro-image-preview --input '{
"prompt": "Detailed illustration of a medieval castle",
"resolution": "4K"
}'
With Google Search Grounding
infsh app run google/gemini-3-pro-image-preview --input '{
"prompt": "Current weather in Tokyo visualized as an artistic scene",
"enable_google_search": true
}'
Input Options
| Parameter | Type | Description |
|---|---|---|
prompt |
string | Required. What to generate or change |
images |
array | Input images for editing (up to 14) |
num_images |
integer | Number of images to generate |
aspect_ratio |
string | Output ratio: "1:1", "16:9", "9:16", "4:3", "3:4", "auto" |
resolution |
string | "1K", "2K", "4K" (Gemini 3 Pro only) |
output_format |
string | Output format for images |
enable_google_search |
boolean | Enable real-time info grounding |
Prompt Tips
Styles: photorealistic, illustration, watercolor, oil painting, digital art, anime, 3D render
Composition: close-up, wide shot, aerial view, macro, portrait, landscape
Lighting: natural light, studio lighting, golden hour, dramatic shadows, neon
Details: add specific details about textures, colors, mood, atmosphere
Sample Workflow
# 1. Generate sample input to see all options
infsh app sample google/gemini-3-pro-image-preview --save input.json
# 2. Edit the prompt
# 3. Run
infsh app run google/gemini-3-pro-image-preview --input input.json
Related Skills
# Full platform skill (all 150+ apps)
npx skills add inference-sh/skills@agent-tools
# All image generation models
npx skills add inference-sh/skills@ai-image-generation
# Video generation (for image-to-video)
npx skills add inference-sh/skills@ai-video-generation
Browse all image apps: infsh app list --category image
Documentation
- Running Apps - How to run apps via CLI
- Streaming Results - Real-time progress updates
- File Handling - Working with images