make-vox

make-vox is a skill for Claude Code from hassancs91/claude-faceless-shorts-creator. It costs 182 tokens per session (1,551 once invoked), scanned A, original, MIT.

A workflow for making documentary-style vertical videos from separate visual layers, such as maps, paper backgrounds, cut-out subjects, labels, and arrows. The layers are assembled and animated with code.

In plain words
What is it for?
It helps produce Vox-style explainers with a script, scene plan, generated or captured artwork, voice-over, sound effects, and a rendered final video.
Why use it?
It turns a complex collage into manageable pieces, making camera movement, depth, timing, and visual checks easier to control.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/frames.mjs VoxNName <f0,entrance-cues,camera-arrivals,transitions,last> --scale=0.5.

Good fit It helps produce Vox-style explainers with a script, scene plan, generated or captured artwork, voice-over, sound effects, and a rendered final video.

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/hassancs91/claude-faceless-shorts-creator
agentmods
npx agentmods add skills/hassancs91/claude-faceless-shorts-creator/make-vox

Made for: Claude Code.

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-vox

README.md
[![agentmods](https://agentmods.dev/badge/skills/hassancs91/claude-faceless-shorts-creator/make-vox/github.svg)](https://agentmods.dev/skills/hassancs91/claude-faceless-shorts-creator/make-vox)
Your own site
<a href="https://agentmods.dev/skills/hassancs91/claude-faceless-shorts-creator/make-vox"><img src="https://agentmods.dev/badge/skills/hassancs91/claude-faceless-shorts-creator/make-vox/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-vox

Your own site · 80×15
<a href="https://agentmods.dev/skills/hassancs91/claude-faceless-shorts-creator/make-vox"><img src="https://agentmods.dev/badge/skills/hassancs91/claude-faceless-shorts-creator/make-vox.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 182 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,551 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.00182 $0.01551
Opus 5 $0.00091 $0.00776
Sonnet 5 $0.00036 $0.00310
Haiku 4.5 $0.00018 $0.00155

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

Security

Grade A, and why

make-vox 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.

.claude/skills/make-vox/SKILL.md · 104 lines

How it starts

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

make-vox — layered-collage documentary shorts, end to end

Every scene is DISSECTED into separate image layers (paper board, die-cut subjects, maps, archival prints, label chips, arrows) and the TSX side choreographs the layers so they assemble on screen. Polish = many simple staggered layer moves + a virtual camera — never complex per-image animation. The visual language + architecture live in vox-shorts/DESIGN.md (read it first); this skill is the build pipeline. Proven on vox-1 (coffee).

Run everything from the repo root. Layer production needs extra Python deps (the only tools in this repo that do): pip install pillow rembg (die-cuts) and pip install playwright && playwright install chromium (HTML→PNG captures).

Artifact contract

vox-shorts/vox-N-<topic>/
  script.md        — beat sheet: per scene → on-screen layers + camera + (VO)
  scenes.json      — optional machine contract once voice lands (like beats.json)
  voice/ · sfx-plan.json · output/        (same machinery as the short-N flow) [voice/output gitignored]
remotion/src/shots/vox-N/VoxN<Name>.tsx   — THE composition
media/projects/vox-N-<topic>/layers/      — every generated layer + gen_image sidecars (committed)

Kit: remotion/src/lib/collage.tsxCollageBoard (camera keyframes + parallax context), Cutout, ArchivalPhoto, PaperBG, LabelChip, SerifStatement, SketchArrow, Grain, VOX palette. Grow the kit generically; project-specific hacks stay in the shot.

Format

1080×1920 @30, 35–45s. The hook grammar of make-short applies: composed frame 0, loop-friendly tail, no CTA outros.

Stage 1 — script + scene dissection

Write script.md: scenes with, for EACH scene — the camera move (anchor x/y/zoom), the layer list (what image, which source, entrance + timing), annotations (chips/routes/statements). Facts verified before scripting. A scene is 2–6 layers; if you can't name the layers, the scene isn't designed yet.

Stage 2 — layer production (cheapest source that works, reuse first)

Read the full file on GitHub · 104 lines

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 · 104 lines · 182 tokens per session scan A 3f87d0ac7112

Subscribe to this mod's changes

make-vox is a skill published in the GitHub repository hassancs91/claude-faceless-shorts-creator (232 stars, last pushed 24d ago), licensed MIT. It adds 182 tokens to every session and 1,551 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

verticals

AI-native vertical video engine with niche intelligence. Takes a one-line topic and a niche profile, and outputs a finished YouTube Short/Reel/TikTok with AI-generated b-roll, voiceover, burned-in captions, background music, and thumbnail. Supports multiple LLM providers (Claude, Gemini, GPT, Ollama), TTS providers…

rushindrasinha/youtube-shorts-pipeline · 93 tokens

creative-theme-generator

Converts any user input into structured creative themes for AI video generation. Handles: natural language descriptions, keywords, long-form text extraction, partial fields, random generation, and batch test tasks. Outputs standardized 12-field JSON (taskid, type, theme, description, durationsec, creativestyle, tone…

geniusdapeng-collab/super-mickey · 126 tokens

ai-film-studio

AI film production studio with pre-built scripts: analyze inspiration/reference videos (Gemini), write script + storyboard, generate stills (GPT Image 2; Seedream 5 / Nano Banana as fallbacks), video (Gemini Omni 1.1 Flash, FLUX 3 Video, Seedance 2.5/2.0, LTX 2.5/2.3; Veo 3.1 fallback), audio (ElevenLabs), and…

realaman90/ai-film-skills · 214 tokens

seedance-director

A workflow coordinator that connects several skills for producing a complete set of Seedance video clips from a short-film request.

geniusdapeng-collab/super-mickey · 151 tokens

seedance-post-production

A video post-production workflow for turning multiple clips into a finished short film. It supports joining clips, color adjustment, transitions, subtitles, and combining sound with video.

geniusdapeng-collab/super-mickey · 90 tokens

seedance-micromotion

A final prompt-editing step that adds small, natural movements to Seedance video instructions before they are sent to the video generator.

geniusdapeng-collab/super-mickey · 0 tokens