anything2explainer is a loadable skill that turns a topic into a black-canvas motion-graphics explainer. The repo Vincentwei1021/anything2explainer is PolyForm Noncommercial 1.0.0, created 2026-09-08, language TypeScript. On 2026-09-12 GitHub listed 999 stars and 179 forks. Same author as video-shotcraft. It is not a CLI. The pack is the method: Remotion 4 template, primitives, TTS/storyboard/render/QC scripts, written style specs, a multi-agent protocol, and one reference film (RAG & Knowledge Bases, 5′02″ English / 4′54″ Chinese, 44 shots).
Compare video-shotcraft if you wanted product promos instead of explainers, Claude Code if you needed the host, or Generate Image if you only needed stills.
Key Features
- Nine-stage pipeline: scaffold, sourced research, narration and word-boundary TTS timeline, storyboard, overlays, 30-second pilot, parallel Remotion shot agents, full render, QC and fixes. Four human checkpoints (length/language, narration lock, voice, first 30 seconds).
- Output spec: 1280x720 @ 30fps H.264. Chinese or English. Star-field or dot-field backdrop. Subtitles, chapter progress bar, top HUD. Default voices: edge-tts
zh-CN-YunxiNeural, kokoro-82mam_liam. - Length table from README: 2-3 min ~1 h / ~2 GB / 4-6 agents; 3-5 min (reference) ~2 h / 8 agents; 5-8 min ~2-3 h / 10-14 agents.
- Deterministic frames: pure functions of frame number, seeded randomness, computed text fitting. Re-render matches.
Limitation: 999 stars is a heat signal, not an audit. Toolkit license is noncommercial; commercial use of the toolkit needs the author's authorization. Videos you make are yours. Remotion has its own company license. Windows is untested. No 9:16. One visual style on purpose. Parallel builds want ≥5 GB free. Narration lock hard-codes frame numbers.
Use Cases
- Claude Code / Codex sessions that should ship a sourced explainer instead of a talking-head clip.
- People comparing it with video-shotcraft who wanted diagrams and a progress bar, not a product promo with SFX.
- People who should use a generative video model instead if they wanted footage from a prompt, not code-drawn frames.
Pricing
| Piece | Price | Notes from first-party pages 2026-09-12 |
|---|---|---|
| Skill + Remotion template | $0 for noncommercial | PolyForm Noncommercial 1.0.0. About 999 stars. Commercial toolkit use needs prior authorization. |
| Host agent | Confirm that product | Claude Code or Codex. |
| TTS / compute | Your machine plus optional cloud TTS | English default is local kokoro-82m. Chinese default calls Microsoft edge-tts. |
Getting Started
- Clone github.com/Vincentwei1021/anything2explainer.
ln -s "$PWD/anything2explainer" ~/.claude/skills/anything2explainer(Claude Code) or~/.codex/skills/anything2explainer(Codex).- Install ffmpeg, pin
edge-tts==7.2.8, and for English install kokoro + espeak-ng. Node ≥18. - Ask: "Make me an explainer video about vector databases."
First-party resource: SKILL.md and the README.
Frequently Asked Questions
Does it need a GPU?
No. Remotion renders through headless Chromium on CPU.
Can I use my own voice?
Yes. Drop finished audio at public/assets/<slug>/audio.wav and fill timeline.ts / subs.ts.
Can I use it commercially?
The toolkit is PolyForm Noncommercial. Ask the author first. Finished videos belong to you.
Alternatives
- video-shotcraft: same author's product-promo skill (Apache-2.0).
- Claude Code: the host that loads
SKILL.md. - Manim / Remotion by hand: the canvas without the research-to-QC protocol.
Tips
- Lock narration before TTS. One word change re-times every shot.
- Judge look at the 30-second pilot. Style fixes after full render hit every group.
- Do not treat this as OSI-approved open source. Read LICENSE before a commercial pipeline.
Conclusion
anything2explainer is the skill to load when a coding agent should draw an explainer in Remotion instead of calling a video model. Start at the repo, then keep video-shotcraft if you wanted a launch promo instead.
Comments
No comments yet. Be the first to comment!
Related Tools
Related Insights
Seven AI Coding CLIs, Six Months: No Matter How Strong the Model, Work Needs Supervision
Claude Code, Codex, opencode, pi, omp and DeepSeek Harness all have personalities. After six months of deep use I run a division of labor: pi for the fastest cheapest reviews, omp for complex PRs, DeepSeek Harness on V4 Flash for high-frequency low-cost review, and Claude Code, Qoder and Cursor for writing. No matter how strong the model, work needs supervision — ideally from an independent third party.

Anthropic Subagent: The Multi-Agent Architecture Revolution
Deep dive into Anthropic multi-agent architecture design. Learn how Subagents break through context window limitations, achieve 90% performance improvements, and real-world applications in Claude Code.
Skills + Hooks + Plugins: How Anthropic Redefined AI Coding Tool Extensibility
An in-depth analysis of Claude Code's trinity architecture of Skills, Hooks, and Plugins. Explore why this design is more advanced than GitHub Copilot and Cursor, and how it redefines AI coding tool extensibility through open standards.