Overview
- Skill Key
- hexiaochun/nano-hub
- Author
- hexiaochun
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hexiaochun/nano-hub
- Latest Commit SHA
- 32d48057e666a1b40358896b473cdd369a781112
Nano Banana Pro 提示词模板集合,一站式图像生成中心。 触发场景: - 用户请求生成信息图、角色设计表、电商详情页图 - 用户提到"香蕉"、"banana"、"nano banana"、"nano hub" - 用户需要手绘风格信息图、角色参考图、产品详情页 - 用户上传图片要求编辑或基于图片生成
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Nano Hub 技能。 若已安装,则直接安装 Nano Hub 技能。
# Nano Hub
Nano Banana Pro 提示词模板中心,支持文生图和图像编辑。
## 模型信息
- **模型 ID**: `fal-ai/nano-banana-pro`
- **MCP 服务**: `user-速推AI`
- **能力**: 文生图、图像编辑(提供图片时自动切换)
## 参数说明
| 参数 | 类型 | 必需 | 说明 |
|------|------|------|------|
| prompt | string | ✓ | 图像生成/编辑提示词 |
| image_urls | array | - | 输入图片 URL 列表(提供后切换为编辑模式) |
| aspect_ratio | string | - | 宽高比,默认 1:1 |
| resolution | string | - | 分辨率:1K/2K/4K,默认 1K |
| num_images | int | - | 生成数量 1-4,默认 1 |
**宽高比选项**: `21:9`, `16:9`, `3:2`, `4:3`, `5:4`, `1:1`, `4:5`, `3:4`, `2:3`, `9:16`
## 工作流程
### 0. 询问用户需求
当触发此 skill 时,**必须**首先使用 `AskQuestion` 工具询问用户需要生成什么类型的图像:
```json
{
"title": "图像生成类型选择",
"questions": [
{
"id": "image_type",
"prompt": "你想生成什么类型的图像?",
"options": [
{ "id": "infographic", "label": "手绘信息图" },
{ "id": "character", "label": "角色信息图" },
{ "id": "ecommerce", "label": "电商详情页" },
{ "id": "ukiyo-e", "label": "浮世绘闪卡" },
{ "id": "polaroid", "label": "拍立得" },
{ "id": "lego", "label": "乐高小人" },
{ "id": "minimal", "label": "极简线条图" },
{ "id": "pixel", "label": "8位像素" },
{ "id": "beauty", "label": "美妆分镜" },
{ "id": "custom", "label": "自由创作" }
],
"allow_multiple": false
}
]
}
```
根据用户选择,加载对应的提示词模板并继续下一步。
若用户选择 `custom`(自由创作),跳过模板加载,直接询问用户描述具体需求。
### 1. 确定模板和参数
根据用户在 AskQuestion 中的选择 ID,确定对应的提示词模板:
| 选择 ID | 需求类型 | 模板路径 | 宽高比 |
|---------|----------|----------|--------|
| infographic | 手绘信息图 | `references/stacks/infographic.md` | 16:9 |
| character | 角色信息图 | `references/stacks/character-sheet.md` | 16:9 |
| ecommerce | 电商详情页 | `references/stacks/ecommerce.md` | 9:16 |
| ukiyo-e | 浮...
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.