Overview
- Skill Key
- hexiaochun/hailuo-video
- Author
- hexiaochun
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hexiaochun/hailuo-video
- Latest Commit SHA
- 9ee4c981036722ba150b6a66c8e6fd87617d5098
使用 MiniMax Hailuo 2.3 模型生成视频。当用户想要文生视频、图生视频,或提到 hailuo、海螺视频时使用此 skill。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 hailuo-video 技能。 若已安装,则直接安装 hailuo-video 技能。
# MiniMax Hailuo 2.3 视频生成
MiniMax Hailuo 2.3 系列视频生成模型,支持图生视频和文生视频。分为 Fast(快速)和标准两个系列,每个系列有 Pro(1080p 高质量)和 Standard(768p 高性价比)两个版本。
## 可用模型
### Fast 系列(生成更快)
| 模型 ID | 功能 | 分辨率 | 价格 |
|--------|------|--------|------|
| `fal-ai/minimax/hailuo-2.3-fast/pro/image-to-video` | 图生视频 | 1080p | 132 积分/次 |
| `fal-ai/minimax/hailuo-2.3-fast/standard/image-to-video` | 图生视频 | 768p | 76 积分/6s, 128 积分/10s |
### 标准系列(质量更高)
| 模型 ID | 功能 | 分辨率 | 价格 |
|--------|------|--------|------|
| `fal-ai/minimax/hailuo-2.3/pro/image-to-video` | 图生视频 | 1080p | 196 积分/次 |
| `fal-ai/minimax/hailuo-2.3/pro/text-to-video` | 文生视频 | 1080p | 196 积分/次 |
| `fal-ai/minimax/hailuo-2.3/standard/image-to-video` | 图生视频 | 768p | 112 积分/6s, 224 积分/10s |
| `fal-ai/minimax/hailuo-2.3/standard/text-to-video` | 文生视频 | 768p | 112 积分/6s, 224 积分/10s |
## 工作流
### 1. 调用 submit_task
使用 MCP 工具 `submit_task` 提交任务。
**图生视频示例**:
```json
{
"model_id": "fal-ai/minimax/hailuo-2.3/pro/image-to-video",
"parameters": {
"prompt": "The camera follows the mountain biker as they navigate a technical forest trail at high speed",
"image_url": "https://example.com/input-image.jpg"
}
}
```
**文生视频示例**:
```json
{
"model_id": "fal-ai/minimax/hailuo-2.3/pro/text-to-video",
"parameters": {
"prompt": "The camera follows the snowboarder as they carve down the mountain through deep powder"
}
}
```
**Standard 模型(可选时长)**:
```json
{
"model_id": "fal-ai/minimax/hailuo-2.3/standard/text-to-video",
"parameters": {
"prompt": "An intense electrical storm rages over a modern city skyline at night",
"duration": "10"
}
}
```
### 参数说明
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|-----|------|-----|-------|------|
| prompt | string | **是** | - | 视频生成提示词 |
| image_url | string | 图生视频**是** | - | 首帧图片 URL(仅图...
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.