소스 정보
- 저장소
- johnalbertini14-glitch/openclaw-skills
- 최근 소스 활동
- 2026년 2월 10일 00:33
- 감지된 SKILL.md 언어
- 중국어
- 스타
- 1
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill hailuo-video명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Use this skill to create a Polymarket wallet for your agent and trade on prediction markets. Browse markets, place bets, manage positions — all without exposing private keys.
ClawSec suite manager with embedded advisory-feed monitoring, cryptographic signature verification, approval-gated malicious-skill response, and guided setup for additional security skills.
Automated daily security audits for OpenClaw agents with email reporting. Runs deep audits and sends formatted reports.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | hailuo-video |
| description | 使用 MiniMax Hailuo 2.3 模型生成视频。当用户想要文生视频、图生视频,或提到 hailuo、海螺视频时使用此 skill。 |
| category | video |
| tags | ["video","image-to-video","text-to-video","hailuo","minimax"] |
| featured | false |
MiniMax Hailuo 2.3 系列视频生成模型,支持图生视频和文生视频。分为 Fast(快速)和标准两个系列,每个系列有 Pro(1080p 高质量)和 Standard(768p 高性价比)两个版本。
| 模型 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 |
使用 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"
}
}
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
| prompt | string | 是 | - | 视频生成提示词 |
| image_url | string | 图生视频是 | - | 首帧图片 URL(仅图生视频) |
| duration | string | 否 | "6" | 视频时长,"6" 或 "10"(仅 Standard 模型) |
| prompt_optimizer | boolean | 否 | true | 是否使用提示词优化器 |
提交任务后会返回 task_id,使用 get_task 查询结果:
{
"task_id": "返回的任务ID"
}
任务状态:
pending - 排队中processing - 处理中completed - 完成,结果在 result 中failed - 失败,查看 error 字段hailuo-2.3-fast)hailuo-2.3)