muapi-music-video

Generates short music videos by creating keyframes, animating scenes, and composing matching music via muapi CLI.

4.2k|481|Updated May 25, 2023
One-click install
npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-music-video
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: muapi-music-video
Source: https://github.com/SamurAIGPT/Generative-Media-Skills/tree/main/library/motion/music-video
Command: npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-music-video

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Producing a short music video normally requires coordinating image generation, video animation, and music composition across separate tools. This Skill orchestrates the entire pipeline from a single song theme, producing scene keyframes, animated clips, and a matching soundtrack in one workflow.

Core Features & Use Cases

  • Parallel Keyframe Generation: Creates N scene keyframes with nano-banana-pro image generation while simultaneously composing a music track matched to the total video duration.
  • Image-to-Video Animation: Animates each keyframe into a 5-second clip using veo3.1-image-to-video with scene-specific motion prompts, with text-to-video fallback on failure.
  • Character Continuity: Repeats character descriptions verbatim across scene prompts to keep visual consistency throughout the video.
  • Use Case: Give the theme "lonely robot finds a friend, hopeful" with 3 scenes, and receive three keyframes, three animated clips, and a 17-second ambient soundtrack ready to cut together.

Quick Start

Ask the agent to build a music video from the theme "lonely robot finds a friend, hopeful" with 3 scenes and a warm ambient cinematic soundtrack.

Frequently Asked Questions about muapi-music-video

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a music video from a song theme with AI?▼

Provide a theme, scene count, music style, and visual style. The skill generates one keyframe per scene with nano-banana-pro, animates each into a 5-second clip with veo3.1-image-to-video, and creates a matching music track via muapi audio create.

How to animate a still image into a video clip using muapi?▼

Run muapi video from-image with the keyframe image URL, model veo3.1-image-to-video, duration 5, and a scene-specific motion prompt. If the call fails after failover, fall back to muapi video generate for text-to-video on that scene.

Does the music video skill require an API key?▼

Yes, it requires a MuAPI key. Set the MUAPI_API_KEY environment variable or run muapi auth configure before executing any generation commands.

How does the skill keep characters consistent across scenes?▼

It repeats the exact character description verbatim in every scene's image generation prompt. This keeps the same character appearance across all keyframes and their animated clips.

What happens if a video generation call fails or costs too much?▼

Any single video call estimated above 50 credits requires explicit user confirmation before proceeding. If a from-image call fails after failover, that scene falls back to text-to-video generation instead.