Overview
- Skill Key
- hexiaochun/fashion-studio
- Author
- hexiaochun
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hexiaochun/fashion-studio
- Latest Commit SHA
- d79ddfc3af8d85ea880f01528eb232d5cea7c2f3
电商服装详情页一站式生成工作流。自动生成模特图、服装搭配图和完整详情页。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Fashion Studio 技能。 若已安装,则直接安装 Fashion Studio 技能。
# Fashion Studio
电商服装详情页一站式生成,从模特选角到完整详情页输出。
## 必需输入
- **模特信息**:年龄、性别、人种、特点、头发等
- **服装图片**:核心单品图片
- **Logo 图片**:品牌标识
## 技术规范
### 图片上传
用户提供的本地图片需先上传到 Catbox 图床获取公开 URL:
```bash
curl -s -F "reqtype=fileupload" -F "fileToUpload=@/path/to/image.png" https://catbox.moe/user/api.php
```
- 返回值:直接返回图片 URL(如 `https://files.catbox.moe/xxxxx.png`)
- 限制:最大 200MB,永久保存
- 无需注册,匿名上传即可
### 图像生成
所有图像通过 MCP 调用 Nano Banana Pro 模型生成:
```
MCP 调用:user-速推AI.submit_task
参数:
- model_id: "fal-ai/nano-banana-pro"
- parameters:
- prompt: 英文提示词
- image_url: 参考图片 URL(图生图时必填)
- aspect_ratio: "3:4"(所有生图统一比例)
```
首次使用前调用 `get_model_info` 确认参数要求。
### 用户交互选择
当需要用户做出选择时,**必须**使用 `AskQuestion` 工具提供结构化选项,而非让用户自由输入。
**AskQuestion 工具调用格式:**
```json
{
"title": "选择标题",
"questions": [
{
"id": "unique_question_id",
"prompt": "问题描述",
"options": [
{ "id": "option1", "label": "选项 1 描述" },
{ "id": "option2", "label": "选项 2 描述" }
],
"allow_multiple": false
}
]
}
```
**需要使用 AskQuestion 的场景:**
- 步骤 1:询问用户使用默认模特模板还是自定义
- 步骤 4:生成 3 张模特图后,让用户选择喜欢的方案
- 步骤 7.5:生成 2 套搭配图后,让用户选择最终方案
### 子代理委派
文本生成任务(模特选角、提示词翻译、搭配方案、设计分析、详情页提示词)**必须**使用 Task 工具委派子代理执行。
**Task 工具调用格式:**
```
Task 参数:
- subagent_type: "generalPurpose"
- model: "fast"
- readonly: true
- prompt: 包含以下内容:
1. 用户需求描述
2. 图片 URL(如有)
3. 最佳实践模板路径(让子代理读取)
4. 要求返回的提示词格式
```
**需要委派子代理的步骤:**
- 步骤 2:生成模特选角方案
- 步骤 3:翻译为英文提示词
- 步骤 6:生成服装搭配方案
- 步骤 8:设计分析
- 步骤 9:生成详情页提示词
### 错...
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.