Overview
- Skill Key
- hexiaochun/wan-video
- Author
- hexiaochun
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hexiaochun/wan-video
- Latest Commit SHA
- a133afe08ae158310fa88b1179095676ffbc31d7
使用 Wan 2.6 模型生成视频。当用户想要图生视频、图片动起来、参考视频生成、视频中主体一致性,或提到 wan、Wan 2.6 时使用此 skill。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Wan 视频生成 技能。 若已安装,则直接安装 Wan 视频生成 技能。
# Wan 2.6
Wan 2.6 是一款先进的视频生成模型,支持图生视频和参考视频生成。能够将静态图片转化为动态视频,或使用多个参考视频保持主体一致性生成新视频。
## 可用模型
| 模型 ID | 功能 | 分辨率 | 说明 |
|--------|------|--------|------|
| `wan/v2.6/image-to-video` | 图生视频 | 720p/1080p | **标准版**,画质更优,适合高质量创作 |
| `wan/v2.6/image-to-video/flash` | 图生视频 | 720p/1080p | Flash 版本,高性价比 |
| `wan/v2.6/reference-to-video` | 参考视频生成 | 720p/1080p | **R2V**,使用参考视频保持主体一致性 |
## 计费方式
### 标准版 & 参考视频生成 (wan/v2.6/image-to-video & wan/v2.6/reference-to-video)
| 分辨率 | 单价 | 5秒 | 10秒 |
|--------|------|-----|------|
| 720p | 40积分/秒 | 200 | 400 |
| 1080p | 60积分/秒 | 300 | 600 |
> 注:参考视频生成 (R2V) 仅支持 5 秒或 10 秒时长
### Flash 版 (wan/v2.6/image-to-video/flash)
| 分辨率 | 单价 | 5秒 | 10秒 | 15秒 |
|--------|------|-----|------|------|
| 720p | 20积分/秒 | 100 | 200 | 300 |
| 1080p | 30积分/秒 | 150 | 300 | 450 |
## 工作流
### 1. 调用 submit_task
使用 MCP 工具 `submit_task` 提交任务。
---
### 参考视频生成 (Reference to Video)
使用 1-3 个参考视频中的主体(人物、动物、物体),生成保持主体一致性的新视频。
#### 基础示例
```json
{
"model_id": "wan/v2.6/reference-to-video",
"parameters": {
"prompt": "Dance battle between @Video1 and @Video2.",
"video_urls": [
"https://v3b.fal.media/files/b/0a86742f/9rVJtQ2ukp9cid8lheutF_output.mp4",
"https://v3b.fal.media/files/b/0a867424/30OqWXFgHWqOwcP2OUwRx_output.mp4"
],
"duration": "5",
"resolution": "1080p"
}
}
```
#### 完整参数示例
```json
{
"model_id": "wan/v2.6/reference-to-video",
"parameters": {
"prompt": "@Video1 在咖啡馆里悠闲地喝咖啡,阳光透过窗户洒进来",
"video_urls": [
"https://example.com/character-video.mp4"
],
"aspect_ratio": "16:9",
"duration": "10",
"resolution": "1080p",
"negative_prompt": "low resolution, error, worst quality, low quality, defects",
"enable_prompt_expans...
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.