Install
openclaw skills install @johnsonbuilds/anything2explainerTurn any topic into animated explainer videos — Remotion-driven, TTS voiceover, bilingual (Chinese/English)
openclaw skills install @johnsonbuilds/anything2explainerTransform any topic into animated explainer videos with TTS voiceover, subtitles, and chapter progress bars. Bilingual support (Chinese/English).
# Prerequisites
npm install -g remotion
npm install
# Clone and setup
git clone https://github.com/Vincentwei1021/anything2explainer.git
cd anything2explainer
npm install
# Generate video from topic
npx remotion render src/index.ts AnyTopic --props '{"topic":"Quantum Computing"}'
# With Chinese content
npx remotion render src/index.ts AnyTopic --props '{"topic":"量子计算简介"}'
# Batch generation
node scripts/batch-generate.js topics.json
anything2explainer/
├── src/
│ ├── components/ # Remotion components
│ ├── steps/ # Pipeline steps (research, script, storyboard)
│ └── index.ts # Entry point
├── scripts/
│ ├── batch-generate.js
│ └── qc-check.js
└── package.json
# Quick test with simple topic
npx remotion render src/index.ts Test --props '{"topic":"Hello World"}' --length 1
# Check output
ls output/