audio-reactive-video-composition

audio-reactive-video-composition is a skill for Claude Code, Codex from calesthio/generative-media-skills. It costs 66 tokens per session (2,393 once invoked), scanned A, original, MIT.

A production guide for making video visuals respond to measured parts of an audio track, such as beats, phrase changes, energy, silence, or frequency content. It separates detected audio events from editorial meaning and maps reviewed cues to a fixed visual timeline.

In plain words
What is it for?
Use it for beat-reactive visualizers, timed edits, animated typography, and generated compositions. It helps analyze audio, review cue points, and turn them into controlled visual behavior.
Why use it?
It reduces guesswork when timing motion or edits to music and makes the relationship between the audio analysis and the final video easier to inspect and reproduce.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for beat-reactive visualizers, timed edits, animated typography, and generated compositions. It helps analyze audio, review cue points, and turn them into controlled visual behavior.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/calesthio/generative-media-skills/audio-reactive-video-composition
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add calesthio/generative-media-skills --skill audio-reactive-video-composition
Clone the repo
git clone --depth 1 https://github.com/calesthio/generative-media-skills

Made for: Claude Code, Codex.

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 audio-reactive-video-composition

README.md
[![agentmods](https://agentmods.dev/badge/skills/calesthio/generative-media-skills/audio-reactive-video-composition/github.svg)](https://agentmods.dev/skills/calesthio/generative-media-skills/audio-reactive-video-composition)
Your own site
<a href="https://agentmods.dev/skills/calesthio/generative-media-skills/audio-reactive-video-composition"><img src="https://agentmods.dev/badge/skills/calesthio/generative-media-skills/audio-reactive-video-composition/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 audio-reactive-video-composition

Your own site · 80×15
<a href="https://agentmods.dev/skills/calesthio/generative-media-skills/audio-reactive-video-composition"><img src="https://agentmods.dev/badge/skills/calesthio/generative-media-skills/audio-reactive-video-composition.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,393 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00066 $0.02393
Opus 5 $0.00033 $0.01196
Sonnet 5 $0.00013 $0.00479
Haiku 4.5 $0.00007 $0.00239

Measured 12d ago against content hash 3f1a6aaf4e66, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

audio-reactive-video-composition 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 12d 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.

skills/production/runtime-assembly/audio-reactive-video-composition/SKILL.md · 190 lines

How it starts

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

Audio-reactive video composition

Use this skill to turn an approved audio source into an auditable cue map and then into bounded visual behavior. The central contract is:

$$ \text{source audio} \rightarrow \text{measured features} \rightarrow \text{confidence-bearing cues} \rightarrow \text{reviewed anchors} \rightarrow \text{deterministic visual timeline} $$

Do not equate a detector output with editorial meaning. An onset is not automatically a beat, cut, drop, or lyric accent; an acoustic cluster is not automatically a verse or chorus.

Evidence stance

  • Documented fact: behavior stated by official analysis libraries, standards, or cited research.
  • Production heuristic: a practical mapping that must be tested on the track and audience.
  • Empirical observation: a measured result from the supplied audio, analyzer run, render, or playback.

Analysis algorithms, defaults, and model behavior are volatile. Facts were verified 2026-07-12. Pin the decoder, library, model, parameters, and random seeds used for each production.

Scope

This skill owns source custody, analysis policy, confidence interpretation, rhythmic/non-rhythmic routing, cue promotion, feature-to-visual mappings, rational frame alignment, accessibility, and render QA.

It does not own music-video narrative or artist branding, music generation, mastering, source separation, transcription, lyric writing, or a HyperFrames/Remotion/FFmpeg-specific implementation.

Freeze the audio contract

Record before analysis:

  • source path/URI, SHA-256, acquisition source, rights basis, and restrictions;
  • selected stream, codec, native sample rate, channels/layout, start timestamp, and duration;
  • decoder/resampler and versions;
  • canonical PCM format, channel/downmix policy, analysis sample rate, window/hop sizes, centering, and padding;
  • analyzer/library/model versions, priors, thresholds, and seeds;
  • trim offsets and source time origin;
  • master output frame rate as a rational number;
  • transcript/lyrics source, language, timing provenance, review status, and separate rights basis.

Read the full file on GitHub · 190 lines

Files

What ships with it

1 file 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. 12d ago First seen · 190 lines · 66 tokens per session scan A 3f1a6aaf4e66

Subscribe to this mod's changes

audio-reactive-video-composition is a skill published in the GitHub repository calesthio/generative-media-skills (170 stars, last pushed 1mo ago), licensed MIT. It adds 66 tokens to every session and 2,393 once invoked, about $0.0003 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-08-30.

Related

Other skills, from other repositories

feature-demo-recording

Record a demo video of a web feature from a real browser. Two modes -- a NARRATED film where measured voiceover drives the timeline (designed slides, subtitles, punch-in camera, rendered from an HTML timeline), and a SILENT evidence clip for a PR or a QA pass. Use when the user asks to record a video, demo, or screen…

kirodotdev/KiroCrew · 90 tokens

image-authoring

Author images and diagrams as code — SVG, Pillow, Excalidraw, mermaid. Load when asked to draw, illustrate, or make an image, icon, logo, poster, or diagram.

kirodotdev/KiroCrew · 45 tokens

bento-slides

Create and edit Bento presentations — self-contained .bento.html decks whose document is JSON. Use whenever the user wants a slide deck or presentation: from scratch, from source material, or by improving an existing file.

Prism-Shadow/penguin-harness · 0 tokens

pptx-maker

Generate or restyle a PowerPoint deck. Use when the user wants to create or edit a .pptx presentation, build slides from text or a URL, or design a reusable slide style.

kirodotdev/KiroCrew · 43 tokens

gsap-plugins

Official GSAP skill for GSAP plugins — registration, ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, SVG and physics plugins, CustomEase, EasePack, CustomWiggle, CustomBounce, GSDevTools. Use when the user asks about a GSAP plugin, scroll-to, flip animations, draggable, SVG…

calesthio/OpenMontage · 91 tokens

seedance-2-0

Generate cinematic clips with ByteDance Seedance 2.0 — the preferred premium video model in OpenMontage when a paid gateway is configured. Use when: (1) producing trailers, teasers, hype edits, or premium cinematic clips, (2) needing native synchronized audio (speech, SFX, ambience) in a single pass, (3) needing…

calesthio/OpenMontage · 194 tokens