whiteboard-video
Installation
SKILL.md
Whiteboard Video
Use this skill to create local-first whiteboard videos without Canva. This skill is an adapter for the separately installed whiteboard-video-engine Python package. Uploaded photos and dense illustrations are converted to line art locally; do not use image2 to generate line art. The preferred stack is:
Informative Drawingslocal model, preferablyanime_style.Anime2Sketchlocal model for illustration/anime-like sources.- Optional
vtracerSVG vectorization when installed.
There is no edge-detection fallback. If neither neural model is installed, extract-lineart and render-photo must fail instead of silently producing a weak outline.
Quick Start
Install the engine before using this skill:
python3 -m pip install "git+https://github.com/gnipbao/whiteboard-video-engine.git"
For local engine development: