Overview
- Skill Key
- hexiaochun/sutui-ai
- Author
- hexiaochun
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hexiaochun/sutui-ai
- Latest Commit SHA
- 3bdabca7f0d62787b2fed5e9d2f1fdd7a9ccc8c5
使用速推AI生成图像和视频。当用户需要画图、生成图片、制作视频、图生图、文生图、文生视频、图生视频时使用此 skill。支持即梦、Flux、Kling 等多种模型。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 sutui-ai 技能。 若已安装,则直接安装 sutui-ai 技能。
# 速推AI - 图像与视频生成
通过速推AI MCP服务进行AI图像和视频生成,支持多种模型。
## MCP 服务信息
- **服务标识**: `user-速推AI`
- **调用方式**: 使用 `CallMcpTool` 工具
## 快速开始
### 1. 生成图像(推荐 Flux 2 Flash)
使用异步任务流程调用 Flux 2 Flash 模型:
```json
// Step 1: 提交任务
{
"server": "user-速推AI",
"toolName": "submit_task",
"arguments": {
"model_id": "fal-ai/flux/dev",
"parameters": {
"prompt": "一只可爱的猫咪在花园里玩耍",
"image_size": "landscape_16_9"
}
}
}
// Step 2: 查询任务状态(轮询直到完成)
{
"server": "user-速推AI",
"toolName": "get_task",
"arguments": {
"task_id": "返回的任务ID"
}
}
```
**备选同步方式**(即梦模型,30-70秒):
```json
{
"server": "user-速推AI",
"toolName": "sync_generate_image",
"arguments": {
"prompt": "一只可爱的猫咪在花园里玩耍",
"model": "jimeng-4.5"
}
}
```
**图生图**: 添加 `image_url` 参数即可
### 2. 同步生成视频(推荐)
直接返回视频结果:
```json
{
"server": "user-速推AI",
"toolName": "sync_generate_video",
"arguments": {
"prompt": "一只猫咪在奔跑,16:9",
"model": "jimeng-video-3.5-pro"
}
}
```
**支持的模型**: jimeng-video-3.5-pro、jimeng-video-3.5-pro-10s、jimeng-video-3.5-pro-12s
**图生视频**: 添加 `image_url` 参数
**首尾帧视频**: 同时添加 `image_url` 和 `end_image_url`
## 异步任务流程
对于需要更多模型选择的场景,使用异步任务流程:
### Step 1: 查询可用模型
```json
{
"server": "user-速推AI",
"toolName": "list_models",
"arguments": {
"category": "image" // 可选: image, video, audio, all
}
}
```
### Step 2: 获取模型参数要求
```json
{
"server": "user-速推AI",
"toolName": "get_model_info",
"arguments": {
"model_id": "fal-ai/flux/schnell"
}
}
```
### Step 3: 提交任务
```json
{
"server": "user-速推AI",
"toolName": "submit_task",
"arguments": {
"model_id": "fal-ai/flux/schnell",
"parameters": {
"prompt": "a beautiful sunset over the ocean",
"image_size": "landscape_16_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.