Build reusable Manim explainers for technical concepts, graphs, system diagrams, and product walkthroughs, then hand off to the wider video stack if needed. Use when the user wants a clean animated explainer rather than a generic talking-head script.
68
85%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Use Manim for technical explainers where motion, structure, and clarity matter more than photorealism.
manim CLI for scene renderingffmpeg for post-processing if neededfragment-assembly for combining rendered video with TTS audiosiliconflow-tts for voiceover generationFor social-graph and network-optimization explainers:
# 冒烟测试(低质量,优先用此验证构图)
./skills/manim-explainer/scripts/render-manim.sh <scene_file>.py <ClassName> low ./output
# 中等质量预览
./skills/manim-explainer/scripts/render-manim.sh <scene_file>.py <ClassName> medium ./output
# 正式输出(高质量)
./skills/manim-explainer/scripts/render-manim.sh <scene_file>.py <ClassName> high ./output脚本自动完成:渲染 → 定位 MP4 → 导出第 2 秒封面帧,最后输出 JSON:
{"ok": true, "video": "./output/scene_Class_low.mp4", "thumbnail": "./output/scene_Class_thumbnail.png"}Use assets/network_graph_scene.py as a starting point for network-graph explainers.
Example smoke test:
./skills/manim-explainer/scripts/render-manim.sh assets/network_graph_scene.py NetworkGraphExplainer low ./outputReturn:
fragment-assembly for combining rendered video with TTS audiosiliconflow-tts for voiceover generationcontent-check for verifying output quality and durationbcef823
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.