Generates hand-drawn whiteboard videos from images or scripts by connecting the Codex platform to a local rendering engine.
Codex Whiteboard Video Skill is an open-source adapter layer created by gnipbao. It enables the Codex platform to generate hand-drawn whiteboard style videos by calling a separate, locally-installed Python engine. This skill bridges the gap between Codex's command interface and the underlying whiteboard-video-engine, allowing users to convert images, SVGs, line art, or scripts into animated videos directly from their workflow.
whiteboard-video-engine into the Codex platform as a callable skill.A user installs the whiteboard-video-engine via pip, then clones this repository into their local Codex skills folder. From within Codex, they provide a prompt that references the skill and an input file. This triggers a Python wrapper script that calls the engine's command-line interface to render an MP4 video. The tool is open-source and requires separate installation and configuration of the core engine and its models.
Developers and technical users of the Codex platform who need to programmatically generate whiteboard explainer videos from static assets like images or SVGs.
This is not a standalone application but a lightweight wrapper. It requires separate installation of the whiteboard-video-engine and its associated machine learning models, which must be configured correctly to function.