Skip to content

v0.3.0-rc.1 — video-explainer skill (release candidate)

Pre-release
Pre-release

Choose a tag to compare

@runesleo runesleo released this 23 Jul 08:09

v0.3.0-rc.1 — video-explainer skill (RC)

Who it's for: people who already write research / technical explainers in Claude Code or Cursor, and want a repeatable vertical video pipeline — not a one-click “AI shorts factory.”

What's new

  • Installable video-explainer Agent Skill
  • Pre-render review gate: independent review receipt bound to the exact script.json hash; fix / block / missing / stale → cannot render
  • npm run doctor + npm run demo: credential-free first success on macOS (demo voice = system say, labeled demo-quality)
  • Local checks: 15/15 at RC

Boundaries (honest)

  • Skill does not upload or publish
  • Demo voice is not production TTS; Fish Audio / Whisper remain optional for real projects
  • Review checklist is product-defined; pass/fail judgment is made by the reviewer agent/human — the tool enforces process, not truth
  • RC, not final v0.3.0

Install / first success

git clone https://github.com/runesleo/claude-video-kit.git
cd claude-video-kit
npm ci --prefix remotion
npx skills add runesleo/claude-video-kit --skill video-explainer
npm run doctor -- --output /tmp/video-explainer-first-success
npm run demo -- --output /tmp/video-explainer-first-success

Release page: https://github.com/runesleo/claude-video-kit/releases/tag/v0.3.0-rc.1

中文摘要

给已经在用 Claude Code / Cursor 写讲解内容的人:可安装的竖屏讲解片 Skill;渲染前必须有与脚本绑定的独立审稿回执;macOS 可无 key 跑 doctor/demo(demo 音质需标明)。不做上传发帖。这是 RC,不是正式 0.3.0。