music-video

music-video is a skill for Claude Code from MelonS/MelonS-Agents. It costs 112 tokens per session (2,302 once invoked), scanned A, original, MIT.

A tool for making a 60-second vertical music video from an audio file and mood keywords. It combines the music with mood-matched stock video clips for formats such as YouTube Shorts, TikTok, and Reels.

In plain words
What is it for?
Use it to create short-form videos with Pexels B-roll, beat-aligned edits, and optional lo-fi or shader effects.
Why use it?
It turns a song and a short visual brief into a finished 1080×1920 MP4 with cuts timed to musical phrases and beats.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash scripts/music-video-auto.sh <music_file>.

Good fit Use it to create short-form videos with Pexels B-roll, beat-aligned edits, and optional lo-fi or shader effects.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/MelonS/MelonS-Agents
agentmods
npx agentmods add skills/melons/melons-agents/music-video

Made for: Claude Code.

Its marketplace also offers this one on its own, as the plugin music-video/plugin install music-video after adding the marketplace above.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for music-video

README.md
[![agentmods](https://agentmods.dev/badge/skills/melons/melons-agents/music-video/github.svg)](https://agentmods.dev/skills/melons/melons-agents/music-video)
Your own site
<a href="https://agentmods.dev/skills/melons/melons-agents/music-video"><img src="https://agentmods.dev/badge/skills/melons/melons-agents/music-video/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for music-video

Your own site · 80×15
<a href="https://agentmods.dev/skills/melons/melons-agents/music-video"><img src="https://agentmods.dev/badge/skills/melons/melons-agents/music-video.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,302 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00112 $0.02302
Opus 5 $0.00056 $0.01151
Sonnet 5 $0.00022 $0.00460
Haiku 4.5 $0.00011 $0.00230

Measured 9d ago against content hash 4fd7a5a5ca7d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

music-video scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/run.sh, tests/genre-aware-smoke.sh, tests/smoke.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

allowed-tools: Bash(bash:*) Bash(ffmpeg:*) Bash(ffprobe:*) Bash(ollama:*) Bash(aubiotrack:*) Bash(aubioonset:*) Bash(curl:*) Bash(jq:*) Read Write
skills/music-video/SKILL.md · 211 lines

How it starts

The opening of the file, as written. The whole thing — 211 lines — stays where its author put it; the contents beside it link to each section on GitHub.

music-video

Generate a 60-second 9:16 vertical music video from a music file + mood keywords. Designed for YouTube Shorts / TikTok / Reels upload.

What this produces

Given:

  • A music file (mp3 / wav / m4a / aac) — typically 60–240 seconds of operator-supplied music (Suno-generated, YouTube Audio Library, Pixabay, etc.). Music itself is the only audio track in the output.
  • A short list of mood keywords (3–6 comma-separated phrases like "rainy street, jazz cafe, vinyl, wet pavement").

Produces:

  • A 1080 × 1920 (9:16 vertical) mp4, exactly 60 seconds.
  • 8 B-roll clips fetched from Pexels (per-keyword), trimmed and ordered to match phrase boundaries detected via aubiotrack.
  • Drum-onset-aligned glitch micro-edits (aubioonset) on static- camera clips only.
  • Vintage lo-fi processing (film grain, vignetting, zoom-pulse) per v6 defaults; tunable via env vars.
  • Optional post-shader pass: pond (water-surface ripple), breathing (5-s scale wave), halation (warm bloom), or combo (phrase-aware pond + halation envelope).

How to invoke

User-facing invocation: /music-video <music_file_path> "<comma_separated_keywords>"

Examples:

/music-video "assets/music/Rainy Bossa.mp3" "rainy street, jazz cafe, vinyl, wet pavement"
/music-video ~/Downloads/track.wav "tokyo neon, vibraphone, late night, shibuya"

If the user invokes without a path or without keywords, ask them for the missing input rather than guessing.

Step-by-step (what the agent does)

When this skill activates:

  1. Verify the music file exists at the path the operator provided. If not, ask for the correct path. Do not attempt to fetch music from the network — the operator supplies it.
  2. Verify environment readiness. Run ./scripts/bootstrap.sh --check-only (or inspect the resulting warnings). In particular check that PEXELS_API_KEY is set in .env. If missing, point the operator at the Pexels signup link in the README and stop — do not proceed without B-roll source.
  3. Generate a mission id in the form skill-music-video-<HHMMSS>.
  4. Run the bundled pipeline (script symlinked from the mature agents/missions/music-video/run.sh so this skill inherits all v5 + v6 tuning):

Read the full file on GitHub · 211 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 211 lines · 112 tokens per session scan A 4fd7a5a5ca7d

Subscribe to this mod's changes

music-video is a skill published in the GitHub repository MelonS/MelonS-Agents (16 stars, last pushed 17d ago), licensed MIT. It adds 112 tokens to every session and 2,302 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

hive.image-generation

Required before calling imagegenerate. Create and edit images from a prompt — generate an image, make a picture / logo / illustration / icon / banner / poster / thumbnail / hero image / mockup / product shot / social graphic, or edit / restyle / combine existing images from reference images. Uses OpenAI gpt-image-2…

aden-hive/hive · 149 tokens

skin-creator

Create and apply a two-asset LobsterAI visual skin from the user's style description. Use only when the AI Skin Designer kit supplies the structured skinpack workflow marker; do not use for ordinary theme or image requests.

netease-youdao/LobsterAI · 48 tokens

music-search

Search cloud drives for downloadable music resources (songs, albums, lossless audio). Use this skill when the user wants to download a specific song or album. Do NOT use for general music information, lyrics, or recommendations.

netease-youdao/LobsterAI · 47 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

netease-youdao/LobsterAI · 59 tokens

presentation-builder

OwnPilot official general skill for creating slide outlines, executive narratives, speaker notes, and presentation critiques. Use when the user asks for slides, a deck, a pitch, or a narrative.

ownpilot/OwnPilot · 41 tokens

nous-branding

Generate images and content consistent with the Nous Research brand identity. Use when creating visuals in the Nous / Theia / Hermes ecosystem: a "cyber-classical" style blending neo-classical statuary, cyberpunk/industrial grunge, and retro anime illustration. Covers official brand color palette, typography…

magnus919/agent-skills · 130 tokens