Was fehlt ohne openclaw manim skill
Fehlerhafte LaTeX-Maskierung. Falsche Klassen-Vererbung. Defektes Rendering.
→
Idiomatische ManimCE-Animationen × Best-Practice-Regeln ÷ 10-Minuten-Installation ÷ kein defektes Rendering = saubere Mathe-Videos.
Sicherheitscheck — openclaw manim skill
Datenschutz-Score: 7/10 — greift nur auf verbundene Plattform-APIs zu.
Absichern: OAuth-Berechtigungen vor der Installation prüfen, OpenClaw ≥1.0; ManimCE ≥0.18; Python 3.10+; LaTeX (TeX Live or MikTeX)-Kompatibilität bestätigen.
Schnellstart — openclaw manim skill in 10–20 minutes
Einrichtungszeit: 10–20 minutes
!
Du brauchst:
- OpenClaw core
- Python 3.10+
- ManimCE installed
- LaTeX (for math rendering)
Paket installieren:
# Add skill to openclaw.config.js
# Skill file: skills/inclinedadarsh/manimce-best-practices/SKILL.md
pip install manim --break-system-packages
1
Install ManimCE in your Python environment
2
Copy the SKILL.md into your OpenClaw skills folder
3
Reference the skill in openclaw.config.js
4
Ask your agent to generate a Manim scene
5
Run the output with manim -pql scene.py SceneName
6
Iterate with agent for adjustments
Kompatibilität & Status
Kompatibel mit: OpenClaw ≥1.0; ManimCE ≥0.18; Python 3.10+; LaTeX (TeX Live or MikTeX)
intermediate
Zuletzt aktualisiert: Aug. 2025
MIT
Offizielle Dokumentation →
Auf GitHub ansehen →
FAQ — openclaw manim skill
Does this work with the original 3b1b Manim or only ManimCE?
ManimCE only. The API diverged significantly.
Can the agent render the animation automatically?
With a shell execution skill, yes. Otherwise the agent produces Python code you run locally.
Is LaTeX strictly required?
Only for MathTex objects. Plain text animations work without it.