ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

hailuo-video

使用 MiniMax Hailuo 2.3 模型生成视频。当用户想要文生视频、图生视频,或提到 hailuo、海螺视频时使用此 skill。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hexiaochun/hailuo-video
Or

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图生视频1080p132 积分/次
fal-ai/minimax/hailuo-2.3-fast/standard/image-to-video图生视频768p76 积分/6s, 128 积分/10s

标准系列(质量更高)

模型 ID功能分辨率价格
fal-ai/minimax/hailuo-2.3/pro/image-to-video图生视频1080p196 积分/次
fal-ai/minimax/hailuo-2.3/pro/text-to-video文生视频1080p196 积分/次
fal-ai/minimax/hailuo-2.3/standard/image-to-video图生视频768p112 积分/6s, 224 积分/10s
fal-ai/minimax/hailuo-2.3/standard/text-to-video文生视频768p112 积分/6s, 224 积分/10s

工作流

1. 调用 submit_task

使用 MCP 工具 submit_task 提交任务。

图生视频示例

{
  "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"
  }
}

文生视频示例

{
  "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 模型(可选时长)

{
  "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"
  }
}

参数说明

参数类型必填默认值说明
promptstring-视频生成提示词
image_urlstring图生视频-首帧图片 URL(仅图生视频)
durationstring"6"视频时长,"6" 或 "10"(仅 Standard 模型)
prompt_optimizerbooleantrue是否使用提示词优化器

查询任务状态

提交任务后会返回 task_id,使用 get_task 查询结果:

{
  "task_id": "返回的任务ID"
}

任务状态:

  • pending - 排队中
  • processing - 处理中
  • completed - 完成,结果在 result
  • failed - 失败,查看 error 字段

模型选择建议

  1. 追求速度 → 选 Fast 系列(hailuo-2.3-fast
  2. 追求质量 → 选标准系列(hailuo-2.3
  3. 追求高分辨率 → 选 Pro 版本(1080p)
  4. 追求性价比 → 选 Standard 版本(768p,可选时长)
  5. 有参考图片 → 选图生视频(image-to-video)
  6. 纯文本描述 → 选文生视频(text-to-video)

提示词技巧

  1. 描述具体的动作和场景变化,而不是静态画面
  2. 包含镜头运动描述(如 "camera follows", "slow zoom in")
  3. 描述光线、氛围等视觉细节
  4. 可以在提示词末尾添加音频描述(如 "Audio: wind rushing, birds chirping")

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-hexiaochun-hailuo-video": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#video#image-to-video#text-to-video#hailuo#minimax
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.