Hearmeman24

Minimax Worldbuilder — Development skill for Claude Code

Development community

Agent skill for writing MiniMax-H3 video-with-native-audio prompts (Ref2VA and T2VA).

How to install Minimax Worldbuilder

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Hearmeman24/minimax-worldbuilder and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Minimax Worldbuilder does

Agent skill for writing MiniMax-H3 video-with-native-audio prompts (Ref2VA and T2VA).

Alternatives in Development

  • Speech — Generate spoken audio from text using OpenAI's API with built-in voices 14.6k ★
  • Media — Understand an audio / video / image file — Antigravity (agy/Gemini) transcribes and analyzes it, returning a t 284 ★
  • Sun Skill — Justin Sun Cognitive Framework - 孙宇晨认知操作系统 21,829 tweets + 288-page autobiography + 155-episode audio course + 246 ★

README

minimax-worldbuilder

An agent skill for writing MiniMax-H3 video prompts.

H3 produces video and native 32 kHz stereo audio in a single pass, and it doesn't take free prose. The prompt is a structured format: named sections in a fixed order, fixed enum vocabularies for camera motion and reference retention, timestamped shot markers. Paraphrase a camera move and it gets ignored. Write a thin soundscape and the clip comes back nearly silent.

The skill handles the two full-prompt paths:

  • Ref2VA, when reference images, video, or audio are supplied. Six named sections.
  • T2VA, when there are no references at all. Three named fields.

It reads the references, extracts an inventory of the characters and the environment, picks a look, and writes the prompt in MiniMax's own format: `` / `` / `` / `` tags, `[Shot N]` cut timestamps, `(S1)` speaker IDs, `` dialogue blocks, and the soundscape sections H3 needs before it will generate any audio at all.

The keyframe paths (I2VA, FL2VA, L2VA) are out of scope. They need a first-frame alignment instruction this skill deliberately doesn't specify.

Install

From [skills.sh](https://www.skills.sh):

npx skills add Hearmeman24/minimax-worldbuilder

Add `-g` to install globally instead of into the current project, and `-a claude-code` (or another agent) to skip the agent picker.