nano-banana by toolshell/skills
npx skills add https://github.com/toolshell/skills --skill nano-banana通过 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"}'
| 模型 | 应用 ID | 速度 | 质量 |
|---|---|---|---|
| Gemini 3 Pro Image | google/gemini-3-pro-image-preview | 较慢 |
Generate images with Google Gemini native image models via inference.sh CLI.

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"}'
| Model | App ID | Speed | Quality |
|---|---|---|---|
| Gemini 3 Pro Image | google/gemini-3-pro-image-preview |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 最佳 |
| Gemini 2.5 Flash Image | google/gemini-2-5-flash-image | 快速 | 优秀 |
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"]
}'
infsh app run google/gemini-3-pro-image-preview --input '{
"prompt": "Detailed illustration of a medieval castle",
"resolution": "4K"
}'
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 | 启用实时信息增强 |
风格 : 照片级真实感、插画、水彩、油画、数字艺术、动漫、3D 渲染
构图 : 特写、广角镜头、鸟瞰图、微距、肖像、风景
光照 : 自然光、影棚灯光、黄金时刻、戏剧性阴影、霓虹灯
细节 : 添加关于纹理、颜色、情绪、氛围的具体细节
# 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
每周安装量
25.0K
代码仓库
GitHub 星标数
125
首次出现
2 天前
安全审计
已安装于
claude-code20.1K
gemini-cli17.5K
codex17.5K
opencode17.5K
amp17.5K
github-copilot17.5K
| Slower |
| Best |
| Gemini 2.5 Flash Image | google/gemini-2-5-flash-image | Fast | Excellent |
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"]
}'
infsh app run google/gemini-3-pro-image-preview --input '{
"prompt": "Detailed illustration of a medieval castle",
"resolution": "4K"
}'
infsh app run google/gemini-3-pro-image-preview --input '{
"prompt": "Current weather in Tokyo visualized as an artistic scene",
"enable_google_search": true
}'
| 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 |
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
# 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
# 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
Weekly Installs
25.0K
Repository
GitHub Stars
125
First Seen
2 days ago
Security Audits
Installed on
claude-code20.1K
gemini-cli17.5K
codex17.5K
opencode17.5K
amp17.5K
github-copilot17.5K
React Router 框架模式指南:全栈开发、文件路由、数据加载与渲染策略
1,200 周安装