Overview
- Skill Key
- hexiaochun/sutui-nano-banana-pro
- Author
- hexiaochun
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hexiaochun/sutui-nano-banana-pro
- Latest Commit SHA
- 0801e2b3cfea82456d22736030e81e17421c356e
使用 Nano Banana Pro 模型生成或编辑图像。当用户想要文生图、图像编辑,或提到 nano banana、Google 图像生成时使用此 skill。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Nano Banana Pro 图像生成 技能。 若已安装,则直接安装 Nano Banana Pro 图像生成 技能。
# Nano Banana Pro 图像生成
Nano Banana Pro (又名 Nano Banana 2) 是 Google 最新的高质量图像生成和编辑模型,支持写实风格和文字渲染。
## 可用模型
| 模型 ID | 功能 | 说明 |
|--------|------|------|
| `fal-ai/nano-banana-pro` | 文生图/图像编辑 | 无图片时为文生图,提供图片时自动切换为编辑模式 |
**积分消耗**:60 积分/张
## 工作流
### 1. 调用 submit_task
使用 MCP 工具 `submit_task` 提交任务:
**文生图示例**:
```json
{
"model_id": "fal-ai/nano-banana-pro",
"parameters": {
"prompt": "A majestic lion standing on a cliff at sunset, photorealistic",
"aspect_ratio": "16:9",
"resolution": "2K"
}
}
```
**图像编辑示例**:
```json
{
"model_id": "fal-ai/nano-banana-pro",
"parameters": {
"prompt": "make a photo of the man driving the car down the california coastline",
"image_urls": [
"https://example.com/man.png",
"https://example.com/car.png"
],
"aspect_ratio": "auto"
}
}
```
### 参数说明
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|-----|------|-----|-------|------|
| prompt | string | **是** | - | 图像生成/编辑提示词 |
| image_urls | array | 否 | - | 输入图片 URL 列表(提供此参数时自动切换为编辑模式) |
| num_images | integer | 否 | 1 | 生成图像数量(1-4) |
| aspect_ratio | string | 否 | "1:1" | 宽高比:21:9, 16:9, 3:2, 4:3, 5:4, 1:1, 4:5, 3:4, 2:3, 9:16(编辑模式额外支持 "auto") |
| resolution | string | 否 | "1K" | 分辨率:1K, 2K, 4K |
| output_format | string | 否 | "png" | 输出格式:jpeg, png, webp |
| seed | integer | 否 | - | 随机种子,用于复现结果 |
| enable_web_search | boolean | 否 | false | 启用网页搜索以获取最新信息辅助生成 |
## 查询任务状态
提交任务后会返回 `task_id`,使用 `get_task` 查询结果:
```json
{
"task_id": "返回的任务ID"
}
```
任务状态:
- `pending` - 排队中
- `processing` - 处理中
- `completed` - 完成,结果在 `result` 中
- `failed` - 失败,查看 `error` 字段
## 完整示例
### 示例 1:文生图
**用户请求**:生成一张黑色拉布拉多犬在泳池游泳的照片
**执行步骤**:
1. 调用 `submit_task`:
```json...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.