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.
git clone --depth 1 https://github.com/J-StaR-Films-Studios/VibeCode-Protocol-Suitenpx agentmods add skills/j-star-films-studios/vibecode-protocol-suite/music-to-videoWrote 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.
[](https://agentmods.dev/skills/j-star-films-studios/vibecode-protocol-suite/music-to-video)<a href="https://agentmods.dev/skills/j-star-films-studios/vibecode-protocol-suite/music-to-video"><img src="https://agentmods.dev/badge/skills/j-star-films-studios/vibecode-protocol-suite/music-to-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.
<a href="https://agentmods.dev/skills/j-star-films-studios/vibecode-protocol-suite/music-to-video"><img src="https://agentmods.dev/badge/skills/j-star-films-studios/vibecode-protocol-suite/music-to-video.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 5 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium MCP Rug Pull · line 27 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 32 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 145 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 151 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium Prompt Injection · line 175 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00143 | $0.03872 |
| Opus 5 | $0.00072 | $0.01936 |
| Sonnet 5 | $0.00029 | $0.00774 |
| Haiku 4.5 | $0.00014 | $0.00387 |
Grade A, and why
music-to-video scanned grade A with 0 findings 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.
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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- music-to-video — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 198 lines — stays where its author put it; the contents beside it link to each section on GitHub.
music-to-video — one music-grounded, beat-synced video workflow
Use this skill to turn a music track into a beat-synced HyperFrames video. You analyze the track once, lay out the frames, fill in a per-frame plan, and build each frame as a composition. The input is a music track plus optional user images or videos — there is no narration and no website capture. Typography and templates are the floor (a complete video needs zero assets); any media the user supplies is cut in on the same beat grid.
You are the orchestrator. Work in videos/<project>/. Run the steps in order and pass each Gate before moving on. Two steps need the user: Step 3 (plan approval) and Step 6 (render approval). Do every step yourself except Step 4, where you dispatch one sub-agent per frame. Keep design and motion rules out of this file — they live in references/ and the frame-worker sub-agent.
SKILL_DIR = this skill directory. PROJECT_DIR = videos/<project-name>/.
Workflow: Step 0 setup → hyperframes.json + assets/bgm.mp3; Step 1 analyze → audiomap.json; Step 2 skeleton → STORYBOARD.md (frames, groups TBD); Step 3 plan → complete STORYBOARD.md + frame.md; Step 4 build → compositions/frames/NN-*.html; Step 5 assemble → index.html; Step 6 render → renders/video.mp4.
Two ideas that shape everything
- One analyzer, and you trust it.
analyze-beatgrid.pyis the only beat analyzer — never re-measure beats with another tool or by ear. Its energy / density / rolls / onsets / silences are always reliable. Itsbpmandbeats_secare reliable only when the music is genuinely rhythmic; on calm music the grid is a metronome the tracker imposed, so pace by phrases and energy instead and never hard-cut to it. Deciding which case you're in is each frame'spacing(Step 2). - One frame = one file; groups live inside. Step 2 cuts the track into frames, and each frame becomes one composition file
compositions/frames/NN-<frame_id>.html, built by one frame-worker. A frame can subdivide into groups (each a template or a motion-primitives combo). Extra density goes inside a group, so frame count tracks distinct treatments, not beats — a fast track does not blow up the number of sub-agents.
What ships with it
60 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.
- references/frame-skeleton.md 6.4 KB
- references/montage.md 3.3 KB
- references/motion-primitive-catalog.md 9.7 KB
- references/motion-primitives/3d-card-flip/index.html 4.1 KB
- references/motion-primitives/assets/gsap.min.js 71 KB runs code
- references/motion-primitives/bg-flow-field/index.html 12 KB
- references/motion-primitives/binary-decrypt/index.html 3.4 KB
- references/motion-primitives/blur-resolve/index.html 2.4 KB
- references/motion-primitives/braam-punch/index.html 3.4 KB
- references/motion-primitives/chromatic-split/index.html 4.2 KB
- references/motion-primitives/chrome-sweep/index.html 2.5 KB
- references/motion-primitives/counting-punch/index.html 3.9 KB
- references/motion-primitives/crash-zoom-in/index.html 4.1 KB
- references/motion-primitives/datamosh-smear/index.html 4.2 KB
- references/motion-primitives/directional-fill/index.html 3.5 KB
- references/motion-primitives/dolly-zoom/index.html 4.0 KB
- references/motion-primitives/electric-arc/index.html 4.1 KB
- references/motion-primitives/flash-cut/index.html 3.9 KB
- references/motion-primitives/gooey-metaball/index.html 5.6 KB
- references/motion-primitives/hard-cut/index.html 3.4 KB
- references/motion-primitives/hypercut-whip/index.html 2.0 KB
- references/motion-primitives/iris-open/index.html 2.7 KB
- references/motion-primitives/kinetic-letter-in/index.html 2.3 KB
- references/motion-primitives/liquid-morph/index.html 3.7 KB
- references/motion-primitives/mask-reveal/index.html 2.8 KB
- references/motion-primitives/mosaic-pack/index.html 3.5 KB
- references/motion-primitives/neon-flicker/index.html 2.7 KB
- references/motion-primitives/outline-to-fill/index.html 3.0 KB
- references/motion-primitives/palette-flip/index.html 3.5 KB
- references/motion-primitives/particle-burst/index.html 3.9 KB
- references/motion-primitives/pixel-dissolve/index.html 3.3 KB
- references/motion-primitives/radial-burst-lines/index.html 4.4 KB
- references/motion-primitives/screen-shake/index.html 2.9 KB
- references/motion-primitives/slot-machine-reveal/index.html 3.5 KB
- references/motion-primitives/spotlight-sweep/index.html 3.7 KB
- references/motion-primitives/staggered-exit/index.html 3.1 KB
- references/motion-primitives/text-spectral-rays/index.html 12 KB
- references/motion-primitives/text-spectral-rays/USAGE.md 2.3 KB
- references/motion-primitives/text-wave-distort/index.html 3.7 KB
- references/motion-primitives/tile-mosaic/index.html 3.8 KB
- references/motion-primitives/typewriter-reveal/index.html 3.3 KB
- references/motion-primitives/word-grid-burst/index.html 3.4 KB
- references/planning.md 6.0 KB
- references/storyboard-format.md 6.1 KB
- references/template-catalog.md 8.3 KB
- references/templates/card-flyby/index.html 20 KB
- references/templates/card-flyby/program.json 642 B
- references/templates/held-message-living-field/index.html 17 KB
- references/templates/held-text-strobe-burst/index.html 11 KB
- references/templates/intro-kinetic-cascade/index.html 22 KB
- references/templates/intro-kinetic-cascade/program.json 1.5 KB
- references/templates/logo-split-lockup-pulse/index.html 26 KB
- references/templates/poster-tile-mosaic/index.html 24 KB
- references/templates/poster-tile-mosaic/program.json 558 B
- references/templates/roll-flipbook-word-cycle/index.html 11 KB
- references/templates/split-anchor-word-slot/index.html 24 KB
- references/templates/split-anchor-word-slot/program.json 707 B
- references/templates/typewriter-phrase-keyword-shuffle/index.html 9.8 KB
- scripts/analyze-beatgrid.py 23 KB runs code
- scripts/assemble-index.mjs 8.3 KB runs code
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.
- 9d ago First seen · 198 lines · 143 tokens per session scan A 6187efb7b0f8
music-to-video is a skill published in the GitHub repository J-StaR-Films-Studios/VibeCode-Protocol-Suite (24 stars, last pushed 2d ago), licensed ISC. It adds 143 tokens to every session and 3,872 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
happiness-skill
A Chinese-language guide to happiness based on reducing unmet wants, focusing on the present, and treating happiness as a trainable skill.
setup-matt-pocock-skills
A setup skill that configures engineering skills for a repository, including its issue tracker, labels, and documentation layout. A repository is the project folder managed by version control.
frontend-design
A design guide for building polished web interfaces such as pages, dashboards, forms, navigation, and reusable UI components. It covers HTML, CSS, JavaScript, and common frontend frameworks.
alterlab-cobrapy
Build and analyze genome-scale constraint-based metabolic models with COBRApy — flux balance analysis (FBA), flux variability analysis (FVA), gene and reaction knockouts, flux sampling, and SBML model I/O. Use when simulating metabolic networks, predicting growth or knockout phenotypes, or running systems-biology and…
alterlab-depmap
Query the Cancer Dependency Map (DepMap) for cancer cell line gene dependency scores (CRISPR Chronos), drug sensitivity data, and gene effect profiles. Use when identifying cancer-specific genetic vulnerabilities, finding synthetic lethal interactions, checking whether a gene is essential in given cell lines, or…
alterlab-qutip
Simulates open quantum systems with QuTiP, the Quantum Toolbox in Python, solving Lindblad master equations (mesolve), Monte Carlo trajectories (mcsolve), and unitary dynamics (sesolve). Use when studying master-equation or Lindblad dynamics, decoherence, dissipation, quantum optics, cavity QED, or open-system time…