scenario-minimax-music
Installation
SKILL.md
Scenario MiniMax Music
Overview
MiniMax's music family on Scenario splits in two: Music 3.0 composes and performs a complete song from a style prompt plus a lyric sheet, and Music Cover rebuilds an uploaded song in a new style while keeping its melody. Discover both with search and treat model_schema_get as the contract: the members share prompt, sampleRate, and bitrate and agree on nothing else.
Connection and the core loop: see the scenario skill; model-agnostic audio work: the scenario-audio skill. If a sibling skill named here is missing from your available skills, ask the user to install it (npx skills add scenario-labs/skills --skill <name>); unattended, proceed from tool schemas and flag the gap.
Quick reference
Four modes across two members (names from the live schema):
| Mode | Member | Inputs | Behavior |
|---|---|---|---|
| Vocal song | Music 3.0 | prompt + lyrics |
sings your words; tags shape the arrangement |
| Auto lyrics | Music 3.0 | prompt + brief in lyrics + lyricsOptimizer: true |
writes the structured sheet for you |
| Instrumental | Music 3.0 | prompt + isInstrumental: true |
no lyrics; the prompt is the whole brief |
| Cover | Cover | audioUrl + prompt |
keeps the melody, restyles everything else |