Source profileQuality 88/100

TashanGKD/tashan-research-skills/skills/manim-agent/SKILL.md

manim-agent

Use it for engineering tasks; the detail page covers purpose, installation, and practical steps.

Source repository stars
12
Declared platforms
1
Static risk flags
1
Last source update
2026-08-06
Source checked
2026-08-06

Decision brief

What it does—and where it fits

Use this skill to run the full Manim Agent production workflow, not a simplified one-off Manim snippet. Locate the local repository from MANIMAGENTHOME, the current workspace, or a user-provided path; if it is missing, clone https://github.com/gqy20/manim-agent.git before runnin…

Best for

  • Use when Codex needs to create, run, review, debug, or package Manim Agent workflows for mathematical or technical explainer videos: Manim animations, narrated teaching videos, formula or proof visualization, concept ex…

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexDeclaredSource recordInstall path and trigger
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/TashanGKD/tashan-research-skills --skill "skills/manim-agent"
Safe inspection promptEditorial

Inspect the Agent Skill "manim-agent" from https://github.com/TashanGKD/tashan-research-skills/blob/9a3001b329778e68faa045da2d8ec5abe90f2ae0/skills/manim-agent/SKILL.md at commit 9a3001b329778e68faa045da2d8ec5abe90f2ae0. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Operating Mode

    1. Clarify the requested output only when needed: topic, target duration, audience, voice/TTS need, quality level, and final file path. 2. Run scripts/checkmanimagentenv.py before the first real render in a session, or whenever a failure suggests missing dependencies. 3. Prefer…

    Clarify the requested output only when needed: topic, target duration, audience, voice/TTS need, quality level, and final file path.Run scripts/checkmanimagentenv.py before the first real render in a session, or whenever a failure suggests missing dependencies.Prefer the CLI path for direct video delivery. Use the Web path only when the user asks for task history, SSE progress, browser UI, or backend persistence.
  2. 02

    Required Interfaces

    A language-model interface is required for normal pipeline runs. Manim Agent uses Claude Agent SDK to plan scenes and write or fix Manim code; Manim and FFmpeg alone are not enough.

    A language-model interface is required for normal pipeline runs. Manim Agent uses Claude Agent SDK to plan scenes and write or fix Manim code; Manim and FFmpeg alone are not enough.A working local runtime is required before generation: Python 3.12+, uv, Manim, FFmpeg, claude-agent-sdk, and httpx. Run scripts/checkmanimagentenv.py instead of guessing.The LLM interface uses Aliyun DashScope / Bailian Model Studio through the Claude Code compatible route (https://dashscope.aliyuncs.com/apps/anthropic) and a supported model such as qwen3.7-plus. The OpenAI-compatible r…
  3. 03

    Reference Routing

    Read references/repo-runtime.md for installation, environment variables, CLI/Web commands, ports, and local paths.

    Read references/repo-runtime.md for installation, environment variables, CLI/Web commands, ports, and local paths.Read references/pipeline-workflow.md before running or explaining the end-to-end pipeline.Read references/production-quality.md before generating or reviewing teaching animation content.
  4. 04

    Default CLI Pattern

    From the local manim-agent repository:

    From the local manim-agent repository:Use --no-tts for the first smoke run unless the user explicitly wants narration and a supported TTS key is available. For production narration:Default runs do not enable independent AI frame review. Add --render-review only when the user asks for strict visual review, release QA, frame-by-frame inspection, or when a previous render showed overlap, cropping, un…
  5. 05

    Delivery Rules

    State whether the run used no-TTS, TTS, render review, intro/outro, full render, or segment render.

    State whether the run used no-TTS, TTS, render review, intro/outro, full render, or segment render.Never claim the video is ready until the MP4 path exists and is readable.If a dependency is missing, report the exact missing dependency and the next command to fix it.

Permission review

Static risk signals and limitations

Reads files

low · line 27

The documentation asks the agent to read local files, directories, or repositories.

Read `references/repo-runtime.md` for installation, environment variables, CLI/Web commands, ports, and local paths.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score88/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars12SourceRepository attention, not individual Skill quality
Compatibility1 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
TashanGKD/tashan-research-skills
Skill path
skills/manim-agent/SKILL.md
Commit
9a3001b329778e68faa045da2d8ec5abe90f2ae0
License
MIT
Collected
2026-08-06
Default branch
main
View the original SKILL.md

Manim Agent

Use this skill to run the full Manim Agent production workflow, not a simplified one-off Manim snippet. Locate the local repository from MANIM_AGENT_HOME, the current workspace, or a user-provided path; if it is missing, clone https://github.com/gqy20/manim-agent.git before running project commands.

Operating Mode

  1. Clarify the requested output only when needed: topic, target duration, audience, voice/TTS need, quality level, and final file path.
  2. Run scripts/check_manim_agent_env.py before the first real render in a session, or whenever a failure suggests missing dependencies.
  3. Prefer the CLI path for direct video delivery. Use the Web path only when the user asks for task history, SSE progress, browser UI, or backend persistence.
  4. Preserve the repository pipeline: planning, implementation, render resolution/review, narration, TTS, and mux. Do not replace it with a handmade scene.py unless the user explicitly asks for a raw Manim scene.
  5. Produce concrete artifacts: final MP4, generated scene/code location, logs or error summary, and the command used.

Required Interfaces

  • A language-model interface is required for normal pipeline runs. Manim Agent uses Claude Agent SDK to plan scenes and write or fix Manim code; Manim and FFmpeg alone are not enough.
  • A working local runtime is required before generation: Python 3.12+, uv, Manim, FFmpeg, claude-agent-sdk, and httpx. Run scripts/check_manim_agent_env.py instead of guessing.
  • The LLM interface uses Aliyun DashScope / Bailian Model Studio through the Claude Code compatible route (https://dashscope.aliyuncs.com/apps/anthropic) and a supported model such as qwen3.7-plus. The OpenAI-compatible route is not the right path for this repository's SDK flow.
  • These qwen models run in hybrid/extended-thinking mode by default on this route; there is no separate "-nothinking" model id. The repo keeps thinking enabled by default for release-quality generations. Use MANIM_AGENT_THINKING_MODE=disabled only for low-latency smoke tests or when diagnosing provider latency.
  • If Phase 1 fails before rendering, check the LLM provider first: expired plan, invalid model name, missing auth token, or incompatible structured-output behavior.
  • TTS is optional. Use --no-tts for smoke tests. For narrated output, configure DashScope CosyVoice with DASHSCOPE_API_KEY; do not expect the skill package to contain an API key. Apply for a DashScope/Bailian API key at https://help.aliyun.com/zh/model-studio/get-api-key.
  • The speech route is Aliyun DashScope CosyVoice. Default model: cosyvoice-v3-flash; default voice: longanyang. The adapter downloads the returned audio URL and measures real duration before muxing.
  • Database and R2 credentials are not required for direct CLI MP4 generation; they are only needed for the Web/backend persistence path.

Reference Routing

  • Read references/repo-runtime.md for installation, environment variables, CLI/Web commands, ports, and local paths.
  • Read references/pipeline-workflow.md before running or explaining the end-to-end pipeline.
  • Read references/production-quality.md before generating or reviewing teaching animation content.
  • Read references/recovery-and-review.md when a render, structured output, TTS, mux, or frontend/backend task fails.

Default CLI Pattern

From the local manim-agent repository:

uv run python -m manim_agent "解释傅里叶变换的核心直觉" --target-duration 30 --quality high --no-tts -o outputs/fourier.mp4

Use --no-tts for the first smoke run unless the user explicitly wants narration and a supported TTS key is available. For production narration:

uv run python -m manim_agent "证明勾股定理" --target-duration 30 --quality high --voice longanyang -o outputs/pythagorean.mp4

Default runs do not enable independent AI frame review. Add --render-review only when the user asks for strict visual review, release QA, frame-by-frame inspection, or when a previous render showed overlap, cropping, unreadable math, or other visual risk:

uv run python -m manim_agent "证明勾股定理" --target-duration 30 --quality high --voice longanyang --render-review -o outputs/pythagorean_reviewed.mp4

Delivery Rules

  • State whether the run used no-TTS, TTS, render review, intro/outro, full render, or segment render.
  • Never claim the video is ready until the MP4 path exists and is readable.
  • If a dependency is missing, report the exact missing dependency and the next command to fix it.
  • If a secret is provided in chat, use it only for the current run when necessary; do not write it into this skill, logs, examples, or user-visible output.
  • If the user asks for a packaged skill or reusable workflow, update this skill rather than scattering notes into the repository.
  • Do not expose API keys, database URLs, R2 credentials, or .env values in responses.

Local Repo Awareness

The upstream repo already contains a production plugin at plugins/manim-production/ with scene planning, scene building, layout safety, narration sync, render review, and intro/outro rules. Reuse those rules when working inside the repo. This Codex skill is the stable outer entrypoint: it decides when to invoke the repo, which path to run, what checks to perform, and what evidence to return.

Alternatives

Compare before choosing