minimax-broll-generator

Generate approval-gated MiniMax-H3 B-roll shots and timestamp-based edits for talking-head videos.

40|3|Updated Aug 10, 2026
One-click install
npx skills add https://github.com/guangjun5952/minimax-h3-broll-generator --skill minimax-broll-generator-guangjun5952
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-broll-generator
Source: https://github.com/guangjun5952/minimax-h3-broll-generator/tree/main/skill
Command: npx skills add https://github.com/guangjun5952/minimax-h3-broll-generator --skill minimax-broll-generator-guangjun5952

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Producing B-roll for knowledge-style talking-head videos requires segmenting transcripts, choosing visual templates, writing generation prompts, and editing clips back onto the source video, all of which is slow and error-prone when done manually. ## Core Features & Use Cases - Transcript or Video Input: Accept a plain transcript or a talking-head video that is transcribed into a timestamped transcript via Whisper. - Semantic Routing and Templates: Split narration into semantic beats, route each to A-roll, real evidence, Hyperframes, or MiniMax-H3, and match one of 21 packaging templates (T01–T21) with three prompt profiles (v1 simple, v2 rich, v3 balanced). - Approval-Gated Generation: Produce broll-plan.json and broll-review.md, require explicit per-shot approval and a dry-run before any paid MiniMax-H3 API call, and forbid background music in all generated shots. - Automatic Editing: Insert approved B-roll back onto the source video by transcript timestamps while preserving the original speech track, exporting a final MP4 and edit-manifest.json. - Use Case: A creator uploads a 10-minute talking-head video, reviews a shot list of 8 proposed B-roll clips, approves 5 of them, and receives a final edited video with the generated clips inserted at the correct timestamps. ## Quick Start Use the minimax-broll-generator skill to analyze my talking-head video, plan B-roll shots with the v3 balanced profile, and after my approval generate and edit them into the final cut.

Frequently Asked Questions about minimax-broll-generator

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

FAQPage Schema
How do I generate B-roll for a talking-head video with MiniMax-H3?

Provide a transcript or talking-head video, choose a prompt profile (v1 simple, v2 rich, or v3 balanced), and review the generated broll-plan.json and broll-review.md. After explicitly approving shot IDs, the skill submits them to the MiniMax-H3 API and can edit results back onto the source video by timestamp.

What video inputs does the MiniMax B-roll workflow accept?

It accepts either a plain text transcript or a talking-head video file. Videos are transcribed with a Whisper backend into a timestamped transcript, and those timestamps drive both segmentation and the final automatic edit.

Can I generate videos without approving each shot first?

No. The skill enforces a hard approval gate: the plan and each shot must be marked approved, and the generation script must be run with the --approved flag. A dry-run mode shows exact API payloads without any network access or charges.

Does MiniMax-H3 support image-to-video and reference media?

Yes. The v2 API supports text-to-video, image-to-video with a first-frame image (URL or local JPG/PNG/WebP under 20 MB), and multimodal generation with public reference video, audio, or image URLs. H3 resolutions are limited to 768P or 2K with 4-15 second durations.

Why does the skill forbid background music in generated clips?

Generated shots must contain only synchronized foley and restrained environmental sound so the original speech track stays intact. Every prompt includes a no-music clause, and the final edit mixes approved sound effects at low gain while preserving source audio at full level.

When should I use Hyperframes instead of MiniMax-H3 for text?

Use Hyperframes or other deterministic tools when text must be exact, such as brand names, legal wording, quotations, citations, or complex charts. MiniMax-H3 can produce Chinese glyph errors, so the skill routes accuracy-critical typography away from generative rendering.