muapi-music-video
Build a short music video from a song theme — N keyframes, animate each, generate matching music.
npx skills add SamurAIGPT/Generative-Media-Skills --skill music-video --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Music Video **Build a short music video from a song theme — N keyframes, animate each, generate matching music.** ## Inputs | Name | Type | Required | Default | Description | |:---|:---|:---|:---|:---| | `theme` | text | yes | — | Song / video theme (e.g. "lonely robot finds a friend, hopeful"). | | `scenes` | int | no | 3 | Number of scenes (each becomes a 5s clip). | | `music_style` | text | no | ambient cinematic, instrumental, slow tempo, warm | Suno-style tags for the soundtrack. | | `visual_style` | text | no | cinematic, photoreal, soft volumetric light, 16:9 | | ## Steps Build one the plan covering: 1. **Layer A (parallel)** — N keyframes + 1 music track all at once. - For each scene 1..N: `muapi image generate` with a beat-specific prompt + `{{visual_style}}`, model=nano-banana-pro (these feed video gen). - One `muapi audio create` (kind=music) using `{{music_style}}`, duration = N × 5 + a 2s tail. 2. **Layer B (parallel, depends on Layer A)** — animate each keyframe. - For each scene: `muapi video from-image` with `image=$nX.url`, model=veo3.1-image-to-video, duration=5, prompt=scene-specific motion direction. 3. Return: - The scene keyframes (asset ids in order). - The
- Inputs
- Steps
- Notes
- Trigger Keywords
- Notes for the Executing Agent
What does the muapi-music-video skill do?
Build a short music video from a song theme — N keyframes, animate each, generate matching music.
How do I install it?
Run `npx skills add SamurAIGPT/Generative-Media-Skills --skill music-video --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From SamurAIGPT/Generative-Media-Skills, a repository with 3,976 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
