Agent Skills
› MiniMax-AI/MiniMax-H3
› h3-prompt-writing
h3-prompt-writing
GitHub用于编写 MiniMax H3 视频生成提示词,支持 T2VA、I2VA 等多种模式,构建视听时间线并定义声音景观。
Trigger Scenarios
需要为 MiniMax H3 模型生成或优化视频提示词
将多模态请求重写为 H3 特定的结构化提示格式
Install
npx skills add MiniMax-AI/MiniMax-H3 --skill h3-prompt-writing -g -y
SKILL.md
Frontmatter
{
"name": "h3-prompt-writing",
"description": "Write MiniMax H3 video generation prompts for T2VA, I2VA, FL2VA, L2VA, and Ref2VA. Use when rewriting multimodal requests into H3 prompt structures, composing integrated_multimodal_description, overall_soundscape, and non_diegetic_music, aligning keyframes, or defining reference labels for images, videos, and audio.",
"compatibility": "Portable to any agent that can read local files — no external API calls, MiniMax Hub tools, or proprietary runtime required. The agents\/openai.yaml file only adds optional ChatGPT\/Codex UI metadata; it does not restrict the skill to OpenAI agents."
}
H3 Prompt Writing
Workflow
- Identify the input mode: T2VA, I2VA, FL2VA, L2VA, or full-reference Ref2VA.
- For base text/keyframe modes, read
references/base-en.txtand follow its final prompt structure. - For full-reference mode, read
references/ref-en.txtand follow its six-section rewrite format. - Preserve the exact field names, section order, labels, and timing notation from the selected guide.
Base Modes
- T2VA: build the full audiovisual timeline from text.
- I2VA: start from the first frame and develop forward from it.
- FL2VA: describe the continuous path between the first and last frames.
- L2VA: infer a plausible opening and converge to the supplied last frame.
Use integrated_multimodal_description, overall_soundscape, and non_diegetic_music in the order shown in references/base-en.txt.
Full-Reference Mode
Ref2VA rewrites use subject_definitions, summary, retention_analysis, detailed_description, overall_soundscape, and non_diegetic_music in that order. Reference labels stay consistent across all sections.
Read references/ref-en.txt for label rules, retention analysis, and complete examples.
Output Rules
- Write rewrite sections in English; preserve dialogue, lyrics, and visible scene text in their original language.
- Describe each shot by composition, subjects, environment, actions, camera, sound, and the exact point where referenced content appears.
- Avoid plot summaries, unresolved reference labels, and timing that does not match the requested duration.
Version History
- d21241f Current 2026-09-21 23:46


