Story Handdrawn Video
Description
把一段 中文/英文 故事文本变成 9:16 竖屏(720×1280)手绘蜡笔风短视频。Remotion 技术的视频 Skill。基于 Agnes Video V2.0(纯文生视频,当前 $0/秒)+ edge-tts(免费旁白)的全免费视频制作方案。
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
story-handdrawn-video
把一段 中文/英文 故事文本变成 9:16 竖屏(720×1280)手绘蜡笔风短视频。Remotion 技术的视频 Skill。基于 Agnes Video V2.0(纯文生视频,当前 $0/秒)+ edge-tts(免费旁白)的全免费视频制作方案。
核心方法论:**先 TTS 定时长,再纯文生视频——每场直接是一个 Agnes 文生视频片段,画面自己会动;不用静帧、不用擦除、不用翻页。字幕永远由 Remotion 确定性渲染(MaShanZheng 毛笔字),禁止让视频模型画文字。**
工具链
- 视频:Agnes Video V2.0(
agnes-video-v2.0,当前 $0/秒,纯文生视频,无参考图、无图生视频、无 character_reference) - 字幕:MaShanZheng 毛笔字,Remotion 确定性渲染(prompt 里 negative 强制排除画面文字,禁止让视频模型画中文)
- 音频:edge-tts(默认
zh-CN-XiaoyiNeural,免费,无需 API key;英文en-US-JennyNeural) - 时序:ffprobe 量每段旁白真实时长 → 按 24fps、
8n+1规则算 num_frames(上限 441 ≈ 18.3s) - 渲染:Remotion 4.x(组装视频片段 + 字幕 + 音轨)
快速开始
安装
在workbuddy,codex, claude code,直接命令要求安装skill:https://github.com/liangdabiao/story-handdrawn-video
安装后,技能会在 workbuddy,Claude Code 、codex 中按学科关键词自动激活,也可手动调用。
例如: 利用 story-handdrawn-video skill 帮忙制作一个视频: 王安石变法的故事
❯ story-handdrawn-video :英文教学制作: deepmind的故事
Demo视频演示

英文: https://www.bilibili.com/video/BV1PDuj61EWs/?vd_source=86926e418c83af75f6850b5546388a79
后端 API 选择
本 skill 的视频后端固定为 Agnes Video V2.0(纯文生视频,当前 $0/秒),异步任务 + 轮询。免费 key 限流 **1 req/min**,脚本默认 `--concurrency 1` 串行,429 自动等 65s 重试。音频后端固定 edge-tts(免费、无需 API key)。
| 后端 | 类型 | 收费 | 适用 |
|---|---|---|---|
| Agnes Video V2.0(默认) | 文生视频 | 当前 $0/秒 | 默认全流程,每场一段 mp4 |
| edge-tts(默认) | 语音合成 | 免费 | 旁白,无需 API key |
Agnes key 免费申请地址: https://agnes-ai.com/
输入模式
| 模式 | 适合 | 入口脚本 |
|---|---|---|
| 故事文本(默认) | 中文童话 / 生活日记 / 英文课文 | gen_story_videos.py |
| 现成 mp3 + LRC | 自带专业录音和 LRC 的教学片(跳过 TTS) | slice_from_lrc.py 切片 + gen_story_videos.py --skip-tts --paragraph-beats |
视觉风格
--style crayon(默认):Q 版手绘蜡笔风(蜡笔色 + 记号笔轮廓),童话 / 生活 / 日记--style textbook:牛津教材叙事插画风,英语课文 / 听力 / 词汇 / 历史口播(详见下方「英文教学模式」)
每场 prompt 由脚本三段式拼接:固定风格头(`STYLE_HEADER`)+ 该场动作主体(`visual_plan` 或自动从原句提取)+ 固定运动尾(`MOTION_FOOTER`,locked camera / paper cutouts / no drift)。
英文教学模式(`--style textbook`,英语教学专用)
除了中文手绘蜡笔风,本 skill 还支持**英文教学模式**,用于英语课文 / 听力
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11