One-click install
npx skills add https://github.com/samuelmukoti/myai-agent --skill manim-video-samuelmukoti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manim-video
Source: https://github.com/samuelmukoti/myai-agent/tree/main/skills/creative/manim-video
Command: npx skills add https://github.com/samuelmukoti/myai-agent --skill manim-video-samuelmukoti

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a ready-to-use production pipeline for creating polished Manim videos, reducing setup time and ensuring consistency across scenes.

Core Features & Use Cases

  • End-to-end pipeline: planning, coding, rendering, stitching, and optional audio.
  • Design-guided visuals: color consistency, typography, and pacing guidelines to produce cohesive explainer videos.
  • Use Case: create 3Blue1Brown-style explainer videos, algorithm visualizations, or data stories from prompts.

Quick Start

Run the setup script to verify prerequisites and begin rendering your first scene with Manim.

Frequently Asked Questions about manim-video

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Manim video production for educational explainers?

You can automate Manim video production by applying a structured pipeline that handles scene planning, Python script generation, rendering, and optional audio stitching to create cohesive educational explainers.

What do I need to render Manim animations locally?

To render Manim animations locally, you need a Python 3.10+ environment with Manim Community Edition, LaTeX, and ffmpeg installed to process the scene scripts and generate the video output.

Can I create 3Blue1Brown-style algorithm visualizations with Manim?

Yes, you can create 3Blue1Brown-style algorithm visualizations by using design-guided visual rules for color consistency and typography, planning scenes in a markdown file, and executing Python scripts per scene.

What is the best way to plan scenes for a data story video in Manim?

The best way to plan scenes for a Manim data story video is to use a per-project pipeline that starts with a plan.md file, followed by generating individual script.py files for each scene before rendering.

Does this Manim workflow support adding voiceover audio to animations?

Yes, the Manim workflow supports optional audio stitching, allowing you to combine rendered animation scenes with voiceover tracks to produce complete educational videos.

Why does rendering Manim scenes require LaTeX and ffmpeg?

Rendering Manim scenes requires LaTeX to compile mathematical text and equations into visuals, and ffmpeg to encode the individual animation frames into a final video file format.