Leaderboard/Media/vox-ai-motion-graphics-generator
Last commit on August 3, 2026·Created on November 7, 2023

Anil-matcha/vox-ai-motion-graphics-generator

Automates the production of paper-collage explainer videos from a single topic or image.
Combined rank
#696
across all skills
In Media
#45
category rank
Stars
213
+10.9% in last 7d
Forks
40
+8.1% in last 7d
Watchers
2
0.0% 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

MuAPI Director transforms topics, talking-head videos, or photos into narrated explainer videos using a paper-collage aesthetic. It orchestrates the transition from initial script drafting to final assembly, handling keyframe generation, voice-over synthesis, and motion graphics.

Content creators can use the tool to generate bold, punchy visual narratives by leveraging MuAPI for asset creation and local ffmpeg for video rendering.

WHO IT'S FOR
Content creators
automate vox-style explainer video production
AI automation builders
integrate automated video generation workflows
Digital marketers
generate punchy collage-style video ads
Video editors
rapidly prototype motion graphics and B-roll
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.

See the repository for installation instructions.

Open repository instructions ↗

Give it something to do.

Suggested first task

Draft a topic-based beat map

Uses muapi-director

  • Replace `<project>` with a local project name.
  • Replace `<topic>` with the explainer topic.
  • Replace `<language>` with the desired language.
  • Set `OPENAI_API_KEY` for story planning.
  • Set `MUAPI_API_KEY` and ensure ffmpeg, ffprobe, Python 3, and Pillow are available before later media-generation steps.

Check the repository for this skill’s setup.

Using the muapi-director skill, draft only the initial `out/<project>/beats.json` beat map for a 15-second Vox-style paper-collage explainer about <topic> in <language>. Show me the proposed story beats for approval; do not generate media yet.
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Create beats from a talking-head recording

Uses muapi-director

  • Replace `<source.mp4>` with the path to a presenter talking-head video.
  • Replace `<project>` with a local project name.
  • Set `OPENAI_API_KEY` for ASR.
  • Set `MUAPI_API_KEY` and ensure ffmpeg, ffprobe, Python 3, and Pillow are available.

Check the repository for this skill’s setup.

Using the muapi-director skill in A-roll mode, analyze `<source.mp4>` with ASR and create the segmented beat map under `out/<project>`. Stop after the beat map so I can review the transcript segmentation before any collage clips are generated.
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Generate photo-anchored collage keyframes

Uses muapi-director

  • Replace `<project>` with a local project name.
  • Replace `<photo.png>` with the path to one selfie or product photo.
  • Replace `<portrait-or-product>` with either `portrait` or `product`.
  • Provide an existing beat map in `out/<project>/beats.json`.
  • Set `MUAPI_API_KEY` and ensure ffmpeg, ffprobe, Python 3, and Pillow are available.

Check the repository for this skill’s setup.

Using the muapi-director skill in C-roll mode, configure `out/<project>/beats.json` for `<photo.png>` as a `<portrait-or-product>` subject and generate the anchored collage keyframes for review. Keep the photographed subject unedited, and stop before animating clips, generating audio, or assembling a video.
SKILL.md · Checked Sep 18, 2026