Hailuo Video Generator

MiniMax Hailuo 视频生成技能 - 使用 S2V-01 模型进行主体参考视频生成。可以生成视频、查询任务状态、下载视频文件。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
1 · 242 · 2 current installs · 2 all-time installs
byRong@Kylinr
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, declared env var (MINIMAX_API_KEY), required binary (curl), and the endpoints in SKILL.md all align with a MiniMax video-generation integration. The config path (~/.openclaw/openclaw.json) is used only as an alternate place to read the API key, which is consistent with the stated purpose.
Instruction Scope
SKILL.md contains only curl calls to api.minimax.chat endpoints for create/query/download and instructions to read MINIMAX_API_KEY from env or a specific key in ~/.openclaw/openclaw.json. Minor inconsistency: example usage uses jq to parse responses (e.g., jq -r), but jq is not listed in required binaries. The docs include an optional callback_url parameter (legitimate for asynchronous workflows) — users should be cautious if supplying internal endpoints as callbacks because callbacks send task metadata externally.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is downloaded or written to disk by the installer. This is the lowest-risk install profile.
Credentials
Only one credential (MINIMAX_API_KEY) is required and is used by the documented API calls. The single config path is only used to look up the same key. No unrelated secrets or excessive environment access are requested.
Persistence & Privilege
always is false, user-invocable is true, and the skill does not request persistent or elevated platform-wide privileges. It does not modify other skills' configuration.
Assessment
This skill appears coherent and limited to calling MiniMax video APIs. Before installing: (1) Confirm you trust the MiniMax service at api.minimax.chat and only provide an API key you are willing to use with that provider. (2) If you use the optional callback_url, do not set it to internal or sensitive endpoints unless you understand that task metadata (and possibly links) will be posted there. (3) The examples use jq to parse JSON — install jq if you want to run the examples as-is. (4) Avoid placing unrelated secrets in ~/.openclaw/openclaw.json; the skill only expects skills.hailuoVideo.apiKey.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
aivk970w8c1r8b8s5wv6j1e06cx9n82gfschailuovk970w8c1r8b8s5wv6j1e06cx9n82gfsclatestvk970w8c1r8b8s5wv6j1e06cx9n82gfscminimaxvk970w8c1r8b8s5wv6j1e06cx9n82gfscvideovk970w8c1r8b8s5wv6j1e06cx9n82gfsc

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎬 Clawdis
Binscurl
EnvMINIMAX_API_KEY
Config~/.openclaw/openclaw.json
Primary envMINIMAX_API_KEY

SKILL.md

MiniMax Hailuo Video Skill

使用 MiniMax Hailuo S2V-01 模型进行主体参考视频生成。

环境配置

API Key 从以下优先级获取:

  1. 环境变量 MINIMAX_API_KEY
  2. 配置文件 ~/.openclaw/openclaw.json 中的 skills.hailuoVideo.apiKey

如需手动设置,在 ~/.openclaw/openclaw.json 中添加:

{
  "skills": {
    "hailuoVideo": {
      "apiKey": "your-api-key-here"
    }
  }
}

API 端点

操作方法端点
生成视频POSThttps://api.minimax.chat/v1/video_generation
查询状态GEThttps://api.minimax.chat/v1/query/video_generation?task_id=xxx
下载视频GEThttps://api.minimax.chat/v1/files/retrieve?file_id=xxx

功能

1. 生成视频 (S2V-01 主体参考)

# 使用主体参考图生成视频
curl -s "https://api.minimax.chat/v1/video_generation" \
  -H "Authorization: Bearer $MINIMAX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "S2V-01",
    "prompt": "人物描述动作",
    "subject_reference": [
      {
        "type": "character",
        "image": ["https://example.com/character.jpg"]
      }
    ]
  }'

参数说明:

参数必填说明
model使用 S2V-01
prompt视频描述,最大2000字符
subject_reference主体参考图数组
subject_reference[].type固定为 character
subject_reference[].image图片URL数组(目前仅支持单张)
prompt_optimizer是否自动优化prompt,默认true
aigc_watermark是否添加水印,默认false
callback_url回调通知地址

图片要求:

  • 格式:JPG, JPEG, PNG, WebP
  • 大小:小于 20MB
  • 尺寸:短边 > 300px,长宽比在 2:5 和 5:2 之间

2. 查询任务状态

curl -s "https://api.minimax.chat/v1/query/video_generation?task_id=YOUR_TASK_ID" \
  -H "Authorization: Bearer $MINIMAX_API_KEY"

状态返回值:

状态说明
Preparing准备中
Queueing队列中
Processing生成中
Success成功
Fail失败

成功响应示例:

{
  "task_id": "176843862716480",
  "status": "Success",
  "file_id": "176844028768320",
  "video_width": 1920,
  "video_height": 1080,
  "base_resp": {"status_code": 0, "status_msg": "success"}
}

3. 下载视频

获取到 file_id 后,调用文件获取接口:

curl -s "https://api.minimax.chat/v1/files/retrieve?file_id=YOUR_FILE_ID" \
  -H "Authorization: Bearer $MINIMAX_API_KEY"

错误码

错误码说明
0成功
1002触发限流
1004API Key 错误
1008余额不足
1026输入内容涉及敏感
1027生成内容涉及敏感
2013参数错误
2049无效 API Key

使用示例

生成皮皮虾视频

# 1. 生成视频
RESPONSE=$(curl -s "https://api.minimax.chat/v1/video_generation" \
  -H "Authorization: Bearer $MINIMAX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "S2V-01",
    "prompt": "一只可爱的小龙虾机器人双手举起做惊讶状,橙色大钳子微微发抖,机械尾巴左右摆动,踉跄着向前冲去",
    "subject_reference": [
      {
        "type": "character",
        "image": ["https://example.com/pipipixia.jpg"]
      }
    ]
  }')

TASK_ID=$(echo $RESPONSE | jq -r '.task_id')
echo "Task ID: $TASK_ID"

# 2. 等待一段时间后查询状态
sleep 60
STATUS=$(curl -s "https://api.minimax.chat/v1/query/video_generation?task_id=$TASK_ID" \
  -H "Authorization: Bearer $MINIMAX_API_KEY" | jq -r '.status')

echo "Status: $STATUS"

# 3. 如果成功,获取文件ID并下载
if [ "$STATUS" = "Success" ]; then
  FILE_ID=$(curl -s "https://api.minimax.chat/v1/query/video_generation?task_id=$TASK_ID" \
    -H "Authorization: Bearer $MINIMAX_API_KEY" | jq -r '.file_id')
  
  # 下载视频
  curl -s "https://api.minimax.chat/v1/files/retrieve?file_id=$FILE_ID" \
    -H "Authorization: Bearer $MINIMAX_API_KEY" \
    -o video.mp4
fi

注意事项

  1. 视频生成通常需要 1-3 分钟
  2. 建议使用轮询查询任务状态,间隔 30-60 秒
  3. 主体参考图必须包含清晰的人物面部
  4. Prompt 应描述期望的动作和场景

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…