Overview
- Skill Key
- hexiaochun/vidu-video
- Author
- hexiaochun
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hexiaochun/vidu-video
- Latest Commit SHA
- 00c7b32a046b7142424fa5bc39c51eaf74d79fb3
使用 Vidu Q3 Pro 模型生成视频。当用户想要文生视频、生成带音频的视频,或提到 vidu 时使用此 skill。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 vidu-video 技能。 若已安装,则直接安装 vidu-video 技能。
# Vidu Q3 视频生成
Vidu 最新 Q3 Pro 文生视频模型,支持多种分辨率(360p~1080p),可自定义时长和宽高比,支持直接生成带音频的视频。
## 可用模型
| 模型 ID | 功能 | 说明 |
|--------|------|------|
| `fal-ai/vidu/q3/text-to-video` | 文生视频 | 从文字描述生成视频,支持带音频输出 |
## 定价
按 **视频秒数 × 分辨率** 计费:
| 分辨率 | 价格(积分/秒) | 5秒视频 | 10秒视频 |
|--------|---------------|---------|---------|
| 360p / 540p | 28 积分/秒 | 140 积分 | 280 积分 |
| 720p / 1080p | 62 积分/秒 | 310 积分 | 620 积分 |
## 工作流
### 1. 调用 submit_task
使用 MCP 工具 `submit_task` 提交任务:
```json
{
"model_id": "fal-ai/vidu/q3/text-to-video",
"parameters": {
"prompt": "In an ultra-realistic fashion photography style featuring light blue and pale amber tones, an astronaut in a spacesuit walks through the fog.",
"duration": 5,
"resolution": "720p",
"aspect_ratio": "16:9",
"audio": true
}
}
```
### 参数说明
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|-----|------|-----|-------|------|
| prompt | string | **是** | - | 视频生成提示词(最大 2000 字符) |
| duration | integer | 否 | 5 | 视频时长(秒),1-16 |
| resolution | string | 否 | "720p" | 分辨率:360p / 540p / 720p / 1080p |
| aspect_ratio | string | 否 | "16:9" | 宽高比:16:9 / 9:16 / 4:3 / 3:4 / 1:1 |
| audio | boolean | 否 | true | 是否生成带音频的视频 |
| seed | integer | 否 | - | 随机种子,用于复现结果 |
## 查询任务状态
提交任务后会返回 `task_id`,使用 `get_task` 查询结果:
```json
{
"task_id": "返回的任务ID"
}
```
任务状态:
- `pending` - 排队中
- `processing` - 处理中
- `completed` - 完成,结果在 `result` 中
- `failed` - 失败,查看 `error` 字段
## 完整示例
**用户请求**:生成一段宇航员在雾中行走的视频
**执行步骤**:
1. 调用 `submit_task`:
```json
{
"model_id": "fal-ai/vidu/q3/text-to-video",
"parameters": {
"prompt": "In an ultra-realistic fashion photography style featuring light blue and pale amber tones, an astronaut in a spacesuit walks through the fog.",
"d...
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.