mvmaker-h3-skill

mvmaker-h3-skill is a skill for Codex from penposs/mvmaker-h3-skills. It costs 123 tokens per session (3,062 once invoked), scanned A, original, Apache-2.0.

A workflow for producing a music video with MiniMax H3 from a song, lyrics, and visual references.

In plain words
What is it for?
Directing segments, splitting audio by whole seconds, creating storyboards, writing H3 prompts, submitting jobs locally, monitoring queues, and packaging results.
Why use it?
It keeps the audio timing, creative handoffs, prompts, saved results, and resumable processing organized across the production stages.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Directing segments, splitting audio by whole seconds, creating storyboards, writing H3 prompts, submitting jobs locally, monitoring queues, and packaging results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/penposs/mvmaker-h3-skills/mvmaker-h3-skill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add penposs/mvmaker-h3-skills --skill mvmaker-h3-skill
Clone the repo
git clone --depth 1 https://github.com/penposs/mvmaker-h3-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mvmaker-h3-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/penposs/mvmaker-h3-skills/mvmaker-h3-skill/github.svg)](https://agentmods.dev/skills/penposs/mvmaker-h3-skills/mvmaker-h3-skill)
Your own site
<a href="https://agentmods.dev/skills/penposs/mvmaker-h3-skills/mvmaker-h3-skill"><img src="https://agentmods.dev/badge/skills/penposs/mvmaker-h3-skills/mvmaker-h3-skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mvmaker-h3-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/penposs/mvmaker-h3-skills/mvmaker-h3-skill"><img src="https://agentmods.dev/badge/skills/penposs/mvmaker-h3-skills/mvmaker-h3-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 123 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,062 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00123 $0.03062
Opus 5 $0.00062 $0.01531
Sonnet 5 $0.00025 $0.00612
Haiku 4.5 $0.00012 $0.00306

Measured 11d ago against content hash 4f2bf55dede5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

mvmaker-h3-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/build_manual_upload_package.py, scripts/download_validate_assemble.py, scripts/h3gen_queue.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

mvmaker-h3-skill/SKILL.md · 250 lines

How it starts

The opening of the file, as written. The whole thing — 250 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MVMaker H3 Skill

Run the standard MV production pipeline without inventing intermediate creative rules. Treat the canonical master audio as the only global clock, mv-storyboard-director as the director, and h3-prompt-writing as the final H3 prompt author.

Before executing, read references/contracts.md. When preflighting, submitting, resuming, or monitoring through the local application, also read references/local-h3gen.md.

Immutable stage handoff

Persist the input and raw output of every creative stage. Pass the user's materials to the director without an agent-authored creative rewrite; pass the saved director segment, ordered media, exact segment WAV, and user constraints to the official H3 skill; save the H3 result verbatim and submit that saved result.

Do not insert a custom prompt rewrite, universal singing rule, universal non-singing rule, shot template, song-section template, fixed segment count, or test-project vocabulary between stages. Codex coordinates, validates, and packages; it does not become a third creative author.

Scope and authority

  • Continue only through the stage requested by the user. If the user says “up to pre-submit,” stop after preflight and manual-package export.
  • Treat RunningHub generation as paid external execution. Submit only after explicit user authorization; do not add a second confirmation after authorization already exists.
  • Reuse the configured minimax-H3-GEN service and RunningHub credentials. Never expose or copy API keys into prompts, manifests, HTML, logs, or export packages.
  • Before a client-dependent preflight, submission, monitor, or resume operation, verify the local service health. If the client is not installed, send the exact missing-client reminder and workflow links from references/local-h3gen.md. If it is installed but stopped, ask the user to start it instead of sending the download reminder.
  • Submit through the local minimax-H3-GEN HTTP API. Do not substitute a generic RunningHub CLI, a canvas drag/import flow, or another service when this application is available.
  • Do not invoke sync-runninghub-workflow; it is not part of this pipeline.
  • Preserve successful artifacts and user changes. Retry only failed segments and use idempotency keys to prevent duplicate billing.

Read the full file on GitHub · 250 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 250 lines · 123 tokens per session scan A 4f2bf55dede5

Subscribe to this mod's changes

mvmaker-h3-skill is a skill published in the GitHub repository penposs/mvmaker-h3-skills (14 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 123 tokens to every session and 3,062 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens