← All Skills
An agent skill that turns one topic into a finished Vox-style paper-collage explainer/ad video — script, collage keyframes, motion, voice-over, music and captions, all automated. Runs on the Atlas Cloud API plus local ffmpeg and works with any coding agent.
Key Features
- One-line topic to finished video
- Vox paper-collage visual style
- Two approval gates keep control
- B-roll, A-roll, C-roll inputs
Installation
git clone https://github.com/Alisa0808/vox-director.git ~/.claude/skills/vox-director
or download vox-director.skill and install via the Claude skills UI
export ATLASCLOUD_API_KEY="sk-..."
brew install ffmpeg && pip install pillow
How to Use
Once installed, just describe a topic to your agent, e.g. "Make me a Vox-style collage video introducing Mexican street food — English, 16:9, 15 seconds." The flow runs beat-map approval → style selection → keyframes → motion → voice/music → assembly, writing the result to out/<project>/final.mp4.
Requirements
A coding agent (Claude Code/Codex, etc.); an Atlas Cloud API key; ffmpeg and ffprobe; Python 3 with Pillow.
Related Skills