BizMuse Music Video
Create complete AI music videos from local audio or public audio URLs with 1-7 reference images. Use for single-track or batch music video production, creati...
BizMuse AI
@bizmuse-ai
What This Skill Does
Creates complete AI music videos from local audio files or public audio URLs using 1-7 reference images. Handles single-track or batch production through the BizMuse CLI, including upload, generation, task monitoring, and result downloads.
Replaces manual video editing and animation tools by automating the entire music video creation pipeline from audio and reference images.
When to Use It
- Generate a music video for a finished song using reference images of the artist
- Produce a batch of music videos from a directory of audio files
- Create a vertical-format music video for social media platforms
- Generate a storytelling-style music video with cinematic visual direction
- Monitor multiple music video generation tasks and download completed results
Install
$ openclaw skills install @bizmuse-ai/bizmuse-music-videoBizMuse Music Video
Create a complete AI music video from a finished song and visual references through BizMuse AI. This skill keeps the user focused on creative direction while the official BizMuse CLI handles uploads, generation, task monitoring, and result delivery.
Capabilities
- Create one complete music video from a local audio file or direct public audio URL.
- Use 1-7 reference images to guide subject identity, wardrobe, setting, and visual style.
- Choose a vertical, landscape, or square delivery format.
- Select storytelling, singing, dancing, or abstract content direction.
- Submit a directory of audio files as a bounded-concurrency batch.
- Monitor asynchronous generation tasks and download completed video and cover files.
This skill only uses the BizMuse one-click-ai-mv workflow. It does not advertise unrelated image, video, music, or third-party model capabilities.
Requirements
- Node.js 18 or newer.
- The
bizmuse-clipackage installed as thebizmusecommand. - A BizMuse account, API key, and sufficient generation credits.
- One supported audio source and 1-7 supported reference images.
Install the CLI when it is not already available:
npm install -g bizmuse-cli
Create an API key at bizmuse.ai/settings/apikeys, then configure it in the user's own terminal:
bizmuse auth set-api-key <key>
Never ask the user to paste an API key into chat. Never print, repeat, or store credentials in project files.
Supported Inputs
Audio
- Local
.mp3,.wav,.m4a, or.aacfile. - Direct public HTTP or HTTPS audio URL.
- Duration from 10 to 180 seconds.
- Maximum local upload size of 20 MB.
Suno, YouTube, Udio, SoundCloud, and similar platform page URLs are not direct audio URLs. Ask the user to export or download the audio first.
Reference Images
- 1-7 local
.jpg,.jpeg,.png, or.webpfiles. - Direct public HTTP or HTTPS image URLs.
- Maximum local upload size of 50 MB per image.
Use clear, well-lit references when subject consistency matters. Do not claim guaranteed face, wardrobe, or scene consistency.
Creative Intake
Before submitting, confirm:
- Audio source.
- Reference image sources.
- Subject and setting.
- Visual era, palette, lighting, and camera language.
- Aspect ratio:
9:16,16:9, or1:1. - Resolution:
540p,720p, or1080p. - Content mode:
storytelling,singing,dancing, orabstract.
Use references/prompts.md when the user needs help developing a coherent visual direction.
Single Music Video Workflow
Submit one music video with machine-readable output:
bizmuse mv run \
--audio "song.mp3" \
--image "artist.jpg" "stage.jpg" \
--prompt "Night performance in Tokyo, neon reflections, cinematic camera movement" \
--ratio 9:16 \
--resolution 720p \
--content-mode storytelling \
--json
Retain the returned task ID. A submitted task is not a completed video.
Check progress no more frequently than every 30 seconds:
bizmuse task status <task-id> --json
Only request the final result after the task reports success:
bizmuse task result <task-id> --json
When the user requests local files, stream the completed video and optional cover to a directory:
bizmuse task result <task-id> --download "./bizmuse-output" --json
Batch Workflow
Use batch mode only when the user provides a directory of separate audio files and wants the same references and creative direction applied to each file.
bizmuse mv batch \
--dir "./songs" \
--image "artist.jpg" "stage.jpg" \
--prompt "Live performance with cinematic lighting and energetic camera movement" \
--ratio 16:9 \
--resolution 720p \
--content-mode singing \
--concurrency 2 \
--output "./bizmuse-output" \
--json
Concurrency must be between 1 and 5. Return the manifest path, submitted task IDs, and any per-file failures. Inspect each task independently before reporting completed media.
Result Contract
Return a concise result in the user's preferred language:
- Task ID.
- Current or final status.
- Video URL when available.
- Cover URL when available.
- Download paths when requested.
- Batch manifest path and per-file failures when applicable.
- Actionable provider or account error without exposing credentials.
If a task is still running after 30 minutes, stop polling and return the task ID with a command the user can run later. Never invent a successful result or media URL.
Cost and Privacy
BizMuse is an external paid service. Generation consumes account credits based on the selected output and source duration; current plans are listed at bizmuse.ai/pricing.
Audio, reference images, prompts, and generated media are sent to BizMuse to perform the requested generation. Confirm the user has the right to upload and process all supplied media. Do not upload unrelated files or private material that is not required for the requested video.
Troubleshooting
-
Read references/setup.md for installation, authentication, and input requirements.
-
Read references/models.md for the exact model and CLI controls exposed by this skill.
-
Read references/errors.md before retrying failed authentication, billing, upload, or provider operations.
-
Product: bizmuse.ai
-
Documentation: bizmuse.ai/skill
-
Source: github.com/BizMuse-AI/skills
Top skills in this category
Nano Banana Pro
@steipeteGenerate/edit images with Nano Banana Pro (Gemini 3 Pro Image). Use for image create/modify requests incl. edits. Supports text-to-image + image-to-image; 1K/2K/4K; use --input-image.
AdMapix
@fly0pantsAdMapix raw data layer for ad creatives, apps, rankings, downloads/revenue, and market metadata. Returns structured JSON from the AdMapix API; the calling ag...
YouTube Watcher
@michaelgatharaFetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
SuperDesign
@mpociotExpert frontend design guidelines for creating beautiful, modern UIs. Use when building landing pages, dashboards, or any user interface.
Video Frames
@steipeteExtract frames or short clips from videos using ffmpeg.