manim-video
Installation
SKILL.md
Manim Video
Purpose
- Use this skill to create precise, code-driven animations for mathematics, computer science, algorithms, and data visualization.
- Prefer Manim when the content is structural, symbolic, or instructional rather than cinematic live-action editing.
- Manim is especially strong for equations, graphs, geometric constructions, and animated explanations of abstract systems.
Install
pip install manim
- On some systems you may also need FFmpeg and LaTeX-related dependencies for full math rendering support.
- Verify the installation with
manim --version.