manim
Installation
SKILL.md
Manim Animation Skill
Create precise, programmatic animations for technical blogs, educational content, and concept visualization using Manim Community Edition (ManimCE).
Test animations: https://docs.manim.community/en/stable/examples.html
Installation (v0.19+)
# Recommended: uv (no ffmpeg needed since v0.19!)
uv venv && source .venv/bin/activate
uv pip install manim
# Or pip (still works)
pip install manim
# Check installation
manim checkhealth