소스 정보
- 저장소
- HarleyCoops/KimiK3Manim
- 최근 소스 활동
- 2026년 7월 20일 02:08
- 감지된 SKILL.md 언어
- 영어
- 스타
- 142
- 포크
- 20
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
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.