Leaderboard/Media/vox-director
Last commit on July 29, 2026·Created on July 10, 2026

Alisa0808/vox-director

Automates the production of narrated paper-collage explainer videos and motion ads.
Combined rank
#190
across all skills
In Media
#8
category rank
Stars
2k
+5.8% in last 7d
Forks
303
+4.5% in last 7d
Watchers
12
+9.1% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

Vox Director transforms a single topic, talking-head video, or product photo into a finished motion collage. It handles the end-to-end pipeline from scriptwriting and voice-over to generating collage keyframes, music, and captions.

Content creators can use this to produce scrapbook-style tributes or punchy promotional videos that mimic the torn-paper aesthetic of high-end editorial explainers.

WHO IT'S FOR
Content creators
produce narrated paper-collage explainer videos
Digital marketers
create punchy AI-generated collage ads
Motion graphics designers
automate living poster and collage animations
AI automation engineers
integrate Atlas Cloud and ffmpeg video pipelines
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Setup

Clone the repository for Claude Code

Installs: vox-director skill bundle · Claude Code

Before you start
  • A coding agent: Claude Code
  • An Atlas Cloud API key
  • ffmpeg and ffprobe; the documented macOS installation command is `brew install ffmpeg`
  • Python 3 with Pillow; the documented installation command is `pip install pillow`
  1. In a terminal, clone the repository into Claude Code's skill directory.

    git clone https://github.com/Alisa0808/vox-director.git ~/.claude/skills/vox-director
  2. In a terminal, set the Atlas Cloud API key, replacing the placeholder value with your key.

    export ATLASCLOUD_API_KEY="sk-..."
README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Create a short Vox-style collage explainer

Uses vox-director

  • Topic: Mexican street food (replace with your topic if desired)
  • Language: English
  • Aspect ratio: 16:9
  • Duration: 15 seconds
  • Configured Atlas Cloud API key
  • Local ffmpeg, ffprobe, Python 3, and Pillow
Use the vox-director skill to make a Vox-style collage video introducing Mexican street food in English, at 16:9, lasting 15 seconds. First draft the beat map and show it to me for approval before generating anything; then prepare a visual-style bake-off for me to choose from.
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026