coding-skill intermediate active

OpenClaw Skill: ManimCE Best Practices

Dein OpenClaw-Agent generiert falschen Manim-Code. LaTeX bricht ab. Szenen rendern in falscher Auflösung.

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.

openclaw manim skill — was es wirklich kann

01
Lehrt den Agenten korrekte Klassen-Vererbung für Scene und MovingCameraScene.
02
Setzt korrekte LaTeX-Maskierung in MathTex durch, um stille Fehler zu verhindern.
03
Setzt Animations-Timing mit self.wait() für vorhersehbares Rendering.
04
Dokumentiert Dateibenennungskonventionen für gerendertes ManimCE-Output.
05
Deckt häufige Strukturfehler ab, die beim Community-Review entdeckt wurden.

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

Fehlerbehebung openclaw manim skill

1
1. Not installing LaTeX — causes MathTex rendering to fail silently
2
2. Using deprecated Manim (3b1b) API instead of ManimCE — breaking changes
3
3. Generating scenes without specifying target resolution — defaults to low quality

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.

Ähnliche Einträge — mehr wie openclaw manim skill

Jedes defekte Manim-Rendering ist ein Neustart, den du in Zeit bezahlst.

Installiere den Skill vor deinem nächsten Animations-Batch.

Auf GitHub ansehen →