What it does. Turn a one-line topic into a finished Vox-style paper-collage video: a bold, punchy, narrated explainer/ad where each beat is a torn-paper collage poster that comes alive, with voice-over, music and captions. Runs on one Atlas Cloud API key + local ffmpeg.
The look is the modern editorial paper-collage popularized by Vox explainers and creators like Stav Zilber / rom1trs: hand-cut paper cut-outs, torn edges, tape, halftone dots, newspaper clippings, bold flat color per beat, big cut-out headlines.
Highlights
echo "${ATLASCLOUD_API_KEY:+set}"
— if empty, tell the user to set it (get one at
command -v ffmpeg ffprobe
— required for assembly (brew install ffmpeg
on macOS).
python3 -c "import PIL"
— Pillow, for captions/watermark overlays.
When to use it. Turn ONE topic into a finished Vox-style paper-collage explainer / ad video, end to end on the Atlas Cloud API + local ffmpeg — script, collage keyframes, motion, voice-over, music, captions, all…
Install
npx skills add Alisa0808/vox-director
Or copy the skill folder manually:
git clone https://github.com/Alisa0808/vox-director.git
cp -r vox-director/ ~/.claude/skills/vox-director
Source: Alisa0808/vox-director — 1,698 stars, MIT, last pushed 2026-08-11.