Overview
- Skill Key
- hexiaochun/sora-2
- Author
- hexiaochun
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hexiaochun/sora-2
- Latest Commit SHA
- bda7fedc43ddce0fa34c91caa2c969275fd59c8f
使用 Sora 2 模型生成视频。当用户想要文生视频、图生视频、视频重混,或提到 sora、OpenAI 视频生成时使用此 skill。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Sora 2 视频生成 技能。 若已安装,则直接安装 Sora 2 视频生成 技能。
# Sora 2
OpenAI Sora 2 是一款先进的视频生成模型,能够从自然语言或图像生成带有音频的高质量动态视频。
## 可用模型
| 模型 ID | 功能 | 分辨率 | 说明 |
|--------|------|--------|------|
| `fal-ai/sora-2/text-to-video` | 文生视频 | 720p | 标准版文字生成视频 |
| `fal-ai/sora-2/image-to-video` | 图生视频 | 720p | 以图片为首帧生成视频 |
| `fal-ai/sora-2/text-to-video/pro` | 文生视频 Pro | 1080p | 专业版高清文生视频 |
| `fal-ai/sora-2/image-to-video/pro` | 图生视频 Pro | 1080p | 专业版高清图生视频 |
| `fal-ai/sora-2/video-to-video/remix` | 视频重混 | - | 对 Sora 生成的视频进行风格转换 |
## 计费方式
| 模型版本 | 分辨率 | 单价 | 4秒 | 8秒 | 12秒 |
|---------|--------|------|-----|-----|------|
| 标准版 | 720p | 40积分/秒 | 160 | 320 | 480 |
| Remix | - | 40积分/秒 | 160 | 320 | 480 |
| Pro | 720p | 120积分/秒 | 480 | 960 | 1440 |
| Pro | 1080p | 200积分/秒 | 800 | 1600 | 2400 |
## 工作流
### 1. 调用 submit_task
使用 MCP 工具 `submit_task` 提交任务。
#### 文生视频示例
```json
{
"model_id": "fal-ai/sora-2/text-to-video",
"parameters": {
"prompt": "一只金色猎犬在草地上奔跑,阳光明媚,慢镜头,电影质感",
"duration": 8,
"aspect_ratio": "16:9"
}
}
```
#### 图生视频示例
```json
{
"model_id": "fal-ai/sora-2/image-to-video",
"parameters": {
"prompt": "人物微微转头,露出温暖的微笑",
"image_url": "https://example.com/portrait.jpg",
"duration": 4,
"aspect_ratio": "auto"
}
}
```
#### 视频重混示例
```json
{
"model_id": "fal-ai/sora-2/video-to-video/remix",
"parameters": {
"video_id": "video_123",
"prompt": "将场景改为夜晚,添加霓虹灯效果"
}
}
```
### 参数说明
#### 文生视频 (text-to-video / text-to-video/pro)
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|-----|------|-----|-------|------|
| prompt | string | **是** | - | 视频生成提示词 |
| duration | integer | 否 | 4 | 视频时长:4/8/12 秒 |
| aspect_ratio | string | 否 | "16:9" | 宽高比:9:16 / 16:9 |
| resolution | string | 否 | 720p/1080p | 分辨率(Pro 版默认 1080p) |
| model...
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.