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.
npx skills add GoldLegendW80/llm-video-maker --skill make-videogit clone --depth 1 https://github.com/GoldLegendW80/llm-video-makerWrote 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/goldlegendw80/llm-video-maker/make-video)<a href="https://agentmods.dev/skills/goldlegendw80/llm-video-maker/make-video"><img src="https://agentmods.dev/badge/skills/goldlegendw80/llm-video-maker/make-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/goldlegendw80/llm-video-maker/make-video"><img src="https://agentmods.dev/badge/skills/goldlegendw80/llm-video-maker/make-video.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00180 | $0.07121 |
| Opus 5 | $0.00090 | $0.03560 |
| Sonnet 5 | $0.00036 | $0.01424 |
| Haiku 4.5 | $0.00018 | $0.00712 |
Grade A, and why
make-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.
How it starts
The opening of the file, as written. The whole thing — 408 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/make-video — brief → rendered video
You are the pipeline orchestrator. Deterministic work runs through scripts/CLIs; creative work
(design, storyboard, composition) is yours, guided by the hyperframes skill. Every stage writes
its artifact into the project directory so the run is resumable and auditable.
$SKILL_DIR below means this skill's own directory (shown as "Base directory for this
skill" when the skill loads). All pipeline scripts are bundled in $SKILL_DIR/scripts/ — the
skill is fully self-contained and works in any repository.
Dependencies (one-time setup)
- Node ≥ 22, ffmpeg, Chrome — verified by
npx [email protected] doctorin preflight. - Engine:
hyperframes0.6.91 exact (pin it in the host repo's package.json; never float a pre-1.0 engine). - Companion authoring skills (hyperframes, hyperframes-cli, hyperframes-media,
hyperframes-registry, gsap, css-animations, …): if the
hyperframesskill is not already available, install the official set:npx [email protected] skills(non-interactive under agents). The DESIGN/COMPOSE stages below lean on them. - Companion skill
/edit-video(chapter-scoped edits of finished videos) ships alongside this one; for "turn this URL into a video" requests, the officialwebsite-to-hyperframesskill is the specialist — this pipeline'scaptureasset type embeds recorded demonstrations, which is different from re-composing a captured site. - Optional API keys (all free tiers):
PEXELS_API_KEY/PIXABAY_API_KEY(stock images + videos),GIPHY_API_KEY/TENOR_API_KEY(gifs),FREESOUND_API_KEY(CC0 sound effects),OPENAI_API_KEY+IMAGE_GEN=openai(real image generation). - Fresh host repo bootstrap:
npm i -D [email protected](the engine pin) and, only if you will use thecaptureasset type,npm i -D playwright-core(drives your installed Chrome — no browser download). Createbriefs/andprojects/as needed; both are plain directories.
Inputs
What ships with it
7 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.
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 · 408 lines · 180 tokens per session scan A 4ce5253ee93d
make-video is a skill published in the GitHub repository GoldLegendW80/llm-video-maker (21 stars, last pushed 2mo ago), licensed MIT. It adds 180 tokens to every session and 7,121 once invoked, about $0.0009 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.
Other skills, from other repositories
talking-head-edit
Edit interviews, lessons, commentary, podcasts, and direct-to-camera recordings built around speech. Use it to remove dead air, filler words, false starts, repeated lines, and discarded retakes while preserving natural delivery and keeping captions aligned. When the user asks for visual enhancement, also use it for…
montage-edit
Discover the governing emotion and visual motifs in a body of footage, then compose a montage whose image, rhythm, sound, and text form one intentional experience.
audio-and-music
Craft rules for sound in Pireel Studio: music beds and sound effects as typed audio clips (registermedia + addclips), levels, fades and speed (setclipproperties), text-to-music and text-to-sound-effect (generateaudio), picture-synchronous Foley (generatefoley), transitions (addtransition), beat-aligned cuts…
remotion-production
Full video production workflow for Remotion projects. Teaches how to orchestrate MCP tools (TTS, music, SFX, stock footage, video analysis) into complete Remotion compositions. Use this skill whenever producing a video that needs audio, voiceovers, music, stock footage, or analyzing existing video files.
pr-to-video
Turn a GitHub pull request (a PR URL, owner/repo#N, or 'this PR' in a checked-out repo) into a code-change explainer video — changelog, feature reveal, fix, or refactor walkthrough built from the diff, commits, and files: the input is a code change, not a website. Not a product promo (/product-launch-video) or a no-PR…
slideshow
Author a HyperFrames slideshow — a presentation, pitch deck, or interactive deck with discrete slides, fragment reveals, branching, hotspot navigation, and built-in presenter mode with speaker notes; also converts an existing page into a deck. Output is a navigable deck, not a rendered MP4. If the user didn't…