Agent skill · Media & Video

muapi-music-video

Build a short music video from a song theme — N keyframes, animate each, generate matching music.

SamurAIGPTgithub.com/SamurAIGPTGitHub ↗
claude-codeMIT
Install
npx skills add SamurAIGPT/Generative-Media-Skills --skill music-video --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0.0
Path: library/motion/music-video/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,976
Language: Shell
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Inputs
  2. Steps
  3. Notes
  4. Trigger Keywords
  5. Notes for the Executing Agent
More from Generative-Media-Skills
All skills →
About this skill
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.

Keep going