manim-video

manim-video is a skill for Claude Code, Codex from HybridAIOne/hybridclaw. It costs 58 tokens per session (4,496 once invoked), scanned B, original, MIT.

A Python workflow for creating educational videos with Manim Community Edition, a library that renders programmed animations.

In plain words
What is it for?
It helps plan, script, render, and combine animations such as equation explanations, algorithm walkthroughs, technical diagrams, and data or concept demonstrations.
Why use it?
It helps turn mathematical, algorithmic, or technical explanations into planned scenes with a repeatable rendering process.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 skills/skill-creator/scripts/quick_validate.py skills/manim-video.

Good fit It helps plan, script, render, and combine animations such as equation explanations, algorithm walkthroughs, technical diagrams, and data or concept demonstrations.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/HybridAIOne/hybridclaw
agentmods
npx agentmods add skills/hybridaione/hybridclaw/manim-video

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for manim-video

README.md
[![agentmods](https://agentmods.dev/badge/skills/hybridaione/hybridclaw/manim-video/github.svg)](https://agentmods.dev/skills/hybridaione/hybridclaw/manim-video)
Your own site
<a href="https://agentmods.dev/skills/hybridaione/hybridclaw/manim-video"><img src="https://agentmods.dev/badge/skills/hybridaione/hybridclaw/manim-video/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for manim-video

Your own site · 80×15
<a href="https://agentmods.dev/skills/hybridaione/hybridclaw/manim-video"><img src="https://agentmods.dev/badge/skills/hybridaione/hybridclaw/manim-video.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,496 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Privilege Escalation · line 212
    Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.
    Fix: Avoid sudo/root unless strictly required. Prefer least-privilege patterns. If elevation is needed, document the justification and scope.
  • medium Privilege Escalation · line 247
    Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.
    Fix: Avoid sudo/root unless strictly required. Prefer least-privilege patterns. If elevation is needed, document the justification and scope.
  • medium Privilege Escalation · line 248
    Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.
    Fix: Avoid sudo/root unless strictly required. Prefer least-privilege patterns. If elevation is needed, document the justification and scope.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00058 $0.04496
Opus 5 $0.00029 $0.02248
Sonnet 5 $0.00012 $0.00899
Haiku 4.5 $0.00006 $0.00450

Measured 12d ago against content hash 1fe01e23e8b0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade B, and why

manim-video scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check_setup.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- If `pdflatex` is unavailable, avoid `MathTex` and `Tex` until LaTeX is installed; use `Text` placeholders instead. Fast package hints: macOS `brew install --cask mactex-no-gui`, Debian/Ubuntu `sudo apt install texlive-
skills/manim-video/SKILL.md · 312 lines

How it starts

The opening of the file, as written. The whole thing — 312 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Manim Video

Use this skill for Python-based Manim projects that need a clean planning phase, strong visual direction, reusable scene structure, and a deterministic render pipeline.

The output contract is usually a workspace project directory containing plan.md, script.py, concat.txt, draft renders, and optionally a stitched final.mp4.

Creative Standard

This is educational cinema, not animated slides.

  • Make it beautiful and professional. The draft should feel intentional, polished, and presentation-ready, not like a rough internal diagram dump.
  • Before writing code, define the narrative arc: confusion -> visual hook -> mechanism -> payoff -> recap.
  • Geometry before algebra. Show the shape, motion, system flow, or data change before the formal equation.
  • Every scene teaches one dominant idea. If a scene has two unrelated claims, split it.
  • Direct attention with opacity layering: primary elements at 1.0, contextual elements around 0.35-0.45, and structural elements like axes or grids around 0.12-0.2.
  • Give reveals breathing room. Add self.wait() after every important animation and make the main aha moment the longest pause.
  • Keep one cohesive visual language across the whole project: shared palette, shared timing constants, shared font rules, and stable concept-color meaning.
  • Avoid repetitive scenes. Vary dominant color, layout, and entry animation across scenes while keeping the overall palette consistent.
  • First-render quality matters. If the layout is cluttered, the typography is inconsistent, or the pacing feels rushed, the scene is not done.

Modes

Mode Input Output Primary references
Concept explainer topic or feature intuitive multi-scene explainer scene-planning.md, visual-design.md
Equation derivation symbolic expression or proof goal stepwise animated derivation equations.md, python-patterns.md
Algorithm visualization algorithm or invariant stepwise state evolution graphs-and-data.md, python-patterns.md
Data story metrics, counters, or comparisons animated charts and deltas graphs-and-data.md, visual-design.md
Architecture diagram system or service flow progressive build with data flow scene-planning.md, python-patterns.md
Paper explainer paper, abstract, or finding hook -> method -> evidence explainer scene-planning.md, visual-design.md
Camera or 3D explainer spatial or geometric topic moving-camera or 3D scene set camera-and-3d.md, visual-design.md

Read the full file on GitHub · 312 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 312 lines · 58 tokens per session scan B 1fe01e23e8b0

Subscribe to this mod's changes

manim-video is a skill published in the GitHub repository HybridAIOne/hybridclaw (132 stars, last pushed yesterday), licensed MIT. It adds 58 tokens to every session and 4,496 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

mem0

Mem0 Platform SDK for adding persistent memory to AI applications. TRIGGER when: user mentions "mem0", "MemoryClient", "memory layer", "remember user preferences", "persistent context", "personalization", or needs to add long-term memory to chatbots, agents, or AI apps. Covers Python SDK (mem0ai), TypeScript SDK…

mem0ai/mem0 · 181 tokens

dev-browser

Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website"…

MemTensor/MemOS · 84 tokens

aws-sdk-java-v2-bedrock

Provides Amazon Bedrock patterns using AWS SDK for Java 2.x. Invokes foundation models (Claude, Llama, Titan), generates text and images, creates embeddings for RAG, streams real-time responses, and configures Spring Boot integration. Use when asking about Bedrock integration, Java SDK for AI models, AWS generative…

giuseppe-trisciuoglio/developer-kit · 92 tokens

langchain4j-ai-services-patterns

Provides patterns to build declarative AI Services with LangChain4j for LLM integration, chatbot development, AI agent implementation, and conversational AI in Java. Generates type-safe AI services using interface-based patterns, annotations, memory management, and tools integration. Use when creating AI-powered Java…

giuseppe-trisciuoglio/developer-kit · 85 tokens

azure-search-documents-ts

Build search applications using Azure AI Search SDK for JavaScript (@azure/search-documents). Use when creating/managing indexes, implementing vector/hybrid search, semantic ranking, or building ag...

benjaminasterA/antigravity-awesome-skills · 43 tokens

crate-structure

Map of the html-to-markdown workspace — the seven crates/ (core, cli, ffi, py, node, php, wasm) with the unsafecode forbid/override rule, the out-of-workspace language packages under packages/, and the primary convert() API with its ConversionResult shape, feature flags, and dual parser. Load when navigating…

xberg-io/html-to-markdown · 95 tokens