h3-prompt-writing

Write MiniMax H3 video generation prompts for T2VA, I2VA, FL2VA, L2VA, and Ref2VA modes.

38|4|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Qo-qiao/ComfyUI-omni-llm --skill h3-prompt-writing-qo-qiao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: h3-prompt-writing
Source: https://github.com/Qo-qiao/ComfyUI-omni-llm/tree/main/skills/h3-prompt-writing
Command: npx skills add https://github.com/Qo-qiao/ComfyUI-omni-llm --skill h3-prompt-writing-qo-qiao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Writing prompts for MiniMax H3 video generation requires strict field structures, reference labels, keyframe alignment, and audio sections that are hard to compose correctly by hand. This Skill rewrites multimodal requests into the exact H3 prompt format so generated videos match the intended timeline, shots, and sound. ## Core Features & Use Cases - Five Input Modes: Supports T2VA (text-to-video), I2VA (first-frame), FL2VA (first-and-last-frame), L2VA (last-frame), and full-reference Ref2VA rewrites. - Structured Output Fields: Produces integrated_multimodal_description, overall_soundscape, and non_diegetic_music for base modes, plus subject_definitions, summary, retention_analysis, and detailed_description for Ref2VA. - Reference Label Management: Defines and tracks <Subject N>, <Picture N>, <Video N>, and <Audio N> labels consistently across all sections, including speaker IDs and dialogue formatting. - Use Case: Given a first-frame image and a request for an 8-second clip, the Skill emits an I2VA prompt with the frame-alignment instruction, shot-by-shot camera motion, dialogue in <d> tags, and matching soundscape sections. ## Quick Start Ask the agent to rewrite your video idea into an H3 prompt, specifying the mode (T2VA, I2VA, FL2VA, L2VA, or Ref2VA), the target duration, and any reference images, videos, or audio.

Frequently Asked Questions about h3-prompt-writing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write a MiniMax H3 video prompt from text?

Use T2VA mode, which builds the full audiovisual timeline from text alone. The prompt contains three fields: integrated_multimodal_description with shot-by-shot detail, overall_soundscape for ambience, and non_diegetic_music for audience-only score.

What is the difference between I2VA, FL2VA, and L2VA modes?

I2VA starts from a first-frame image and develops forward, FL2VA describes the continuous path between a first and last frame, and L2VA infers a plausible opening that converges onto a supplied last frame. Each uses a specific frame-alignment instruction line.

How do reference labels work in H3 Ref2VA prompts?

Ref2VA uses <Subject N> for reusable visible content, <Picture N> for frame anchors, <Video N> for editing or continuation sources, and <Audio N> for copied or referenced audio. Labels stay consistent across subject_definitions, summary, retention_analysis, and detailed_description.

Does this skill require the MiniMax API or external tools?

No external API calls or proprietary runtime are required. The skill is portable to any agent that can read local files; it only reads its reference guides and produces prompt text.

Why does my H3 prompt need matching duration and timing?

H3 prompts must align shot cut times and total description length with the requested video duration of 4-15 seconds. Mismatched timing or unresolved reference labels cause the generated video to diverge from the intended timeline.