用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/HarleyCoops/KimiK3Manim --skill kimi3manim命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | kimi3manim |
| description | Turn math and physics concepts into rendered Manim films |
| version | 1.0.0 |
| author | HarleyCoops |
| license | MIT |
| metadata | {"hermes":{"tags":["Education","Mathematics","Physics","Animation","Manim","Video"],"config":["[Truncated]"]}} |
| required_environment_variables | [{"name":"MOONSHOT_API_KEY","prompt":"Moonshot/Kimi platform API key (optional)","help":"Create one at https://platform.kimi.ai - OR skip and run 'uv run kimi login' for subscription auth","required_for":"api-key auth mode and the vision Render Critic stage"}] |
Drive the Kimi3Manim six-agent pipeline (Concept Scout, Mathematical Enricher, Visual Designer, Narrative Composer, Manim Coder, vision Render Critic under a deterministic supervisor) to turn any math or physics concept into a rendered 1080p Manim film.
| Task | Command (run in the repo directory) |
|---|---|
| Full pipeline, concept to mp4 | uv run python -m k3_agents.supervisor "<concept>" --quality qh |
| Resume failed run at Stage 5 | uv run python resume_pipeline.py [run_dir] |
| Re-render a scene, no model calls | uv run manim -qh <file.py> <SceneClass> |
| One-time subscription login | uv run kimi login |
| Install deps | uv sync |
Quality flags: ql 480p (smoke test), qm 720p, qh 1080p, qk 4K.
--max-repairs N bounds coder/critic repair rounds (default 3).
kimi3manim.repo, default ~/KimiK3Manim).
Missing? git clone https://github.com/HarleyCoops/KimiK3Manim.git,
then uv sync inside it. System deps: ffmpeg, texlive,
texlive-latex-extra, dvisvgm.uv run kimi login once (Kimi Code
OAuth subscription - the default), or MOONSHOT_API_KEY is set in
.env (also enables the vision critic stage).output/k3_runs/<slug>/: numbered JSON artifacts
(01 knowledge graph ... 06 critique), generated scenes in scenes/,
per-attempt render_attemptN.log, and the mp4 under media/.
Deliver the mp4. [[as_document]]export UV_LINK_MODE=copy silences the hardlink
warning.media/ and artifacts 01-05.render_attemptN.log in the run dir
BEFORE re-running; it contains the real traceback.ffmpeg -ss <t> -i <mp4> -frames:v 1 f.png) and
confirm equations are legible and scenes match the visual spec before
presenting the film as final.