make-video

make-video is a skill for Claude Code, Codex from GoldLegendW80/llm-video-maker. It costs 180 tokens per session (7,121 once invoked), scanned A, original, MIT.

A tool that turns a written brief or prompt into a rendered MP4 video. It can create social clips, website loops, promos, explainers, and animated data visualizations with voiceover and captions.

In plain words
What is it for?
Use it to make TikTok, Reels, or YouTube Shorts content, intros, product videos, marketing videos, and other short-form video assets.
Why use it?
It organizes the production stages and saves each result so a video project can be resumed and reviewed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions subagents.

Good fit Use it to make TikTok, Reels, or YouTube Shorts content, intros, product videos, marketing videos, and other short-form video assets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/goldlegendw80/llm-video-maker/make-video
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 GoldLegendW80/llm-video-maker --skill make-video
Clone the repo
git clone --depth 1 https://github.com/GoldLegendW80/llm-video-maker

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 make-video

README.md
[![agentmods](https://agentmods.dev/badge/skills/goldlegendw80/llm-video-maker/make-video/github.svg)](https://agentmods.dev/skills/goldlegendw80/llm-video-maker/make-video)
Your own site
<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.

agentmods 80×15 button for make-video

Your own site · 80×15
<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>
Per session 180 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,121 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.
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.00180 $0.07121
Opus 5 $0.00090 $0.03560
Sonnet 5 $0.00036 $0.01424
Haiku 4.5 $0.00018 $0.00712

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

Security

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.

The scan reads SKILL.md. This mod also ships 6 executable files (scripts/analyze-codebase.mjs, scripts/capture-demo.mjs, scripts/fetch-assets.mjs, …), 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.

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/make-video/SKILL.md · 408 lines

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] doctor in preflight.
  • Engine: hyperframes 0.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 hyperframes skill 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 official website-to-hyperframes skill is the specialist — this pipeline's capture asset 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 the capture asset type, npm i -D playwright-core (drives your installed Chrome — no browser download). Create briefs/ and projects/ as needed; both are plain directories.

Inputs

Read the full file on GitHub · 408 lines

Files

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.

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 · 408 lines · 180 tokens per session scan A 4ce5253ee93d

Subscribe to this mod's changes

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.

Related

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…

pireel/pireel · 79 tokens

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.

pireel/pireel · 35 tokens

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…

pireel/pireel · 0 tokens

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.

DojoCodingLabs/remotion-superpowers · 67 tokens

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…

heygen-com/hyperframes · 104 tokens

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…

heygen-com/hyperframes · 83 tokens