Story Handdrawn Remotion
Description
视频SKILL: 把一段 中文/英文 故事文本变成 「手绘日记漫画风」竖屏视频。 核心方法论:**不是把一张漂亮图配文字朗读,而是把每句故事拆成「文字 → 黑白画稿 → 彩色插画」三阶段横向擦除揭示,让一句话被画出三次。
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-remotion
把一段 中文/英文 故事文本变成 「手绘日记漫画风」竖屏视频。Remotion技术的视频SKill. 基于 Agnes Image +edge-tts 全免费视频制作方案。
核心方法论:**不是把一张漂亮图配文字朗读,而是把每句故事拆成「文字 → 黑白画稿 → 彩色插画」三阶段横向擦除揭示,让一句话被画出三次。**
工具链
- 图片:agnes(Agnes Image 2.1 Flash,默认,当前免费) / apiz CLI(
fal-ai/nano-banana-2,付费可选) - 字幕:默认 font 模式(MaShanZheng 字体,Remotion TextWipe 实时画) / image2 模式(仅 apiz 支持图片模型在画板上画手写体)
- 音频:MiniMax T2A v2(默认
female-shaonv) / edge-tts(免费 fallback) - 切层:ffmpeg(master 切 text/bw/color 三层;font 模式下不切 text_image)
- 渲染:Remotion 4.x(React 控横向擦除 + 翻书转场)
快速开始
安装
在workbuddy,codex, claude code,直接命令要求安装skill:https://github.com/liangdabiao/story-handdrawn-remotion
安装后,技能会在 workbuddy,Claude Code 、codex 中按学科关键词自动激活,也可手动调用。
例如: 利用 story-handdrawn-remotion skill 帮忙制作一个视频: 王安石变法的故事
❯ story-handdrawn-remotion :英文教学制作: deepmind的故事
Demo视频演示

https://www.bilibili.com/video/BV1a23Z6jEkn/?vd_source=86926e418c83af75f6850b5546388a79
https://www.bilibili.com/video/BV1un3X6fEDk/?vd_source=86926e418c83af75f6850b5546388a79
英文: https://www.bilibili.com/video/BV1PoM26FErf/?vd_source=86926e418c83af75f6850b5546388a79
后端生图API选择
| 后端 | 收费 | 中文手写体字幕 | 适用 |
|---|---|---|---|
--backend agnes(默认) |
当前 $0/张 | 必须用 --text-mode font(agnes 不会画中文) |
默认免费全流程 |
--backend apiz |
付费 | 可用 --text-mode image2(apiz 在画板上画手写体) |
老样板复用 / 想要图片模型真迹字幕 |
不显式传 `--text-mode` 时脚本按后端自动选:agnes → font,apiz → image2。 agnes key免费申请地址: https://agnes-ai.com/
输入模式
| 模式 | 适合 | 入口脚本 |
|---|---|---|
| 故事文本(默认) | 中文故事、日记、绘本 | gen_story_images.py |
| 上传图片 | 已有手绘扫描件 | import_uploaded_pages.mjs |
转场
--transition cut(默认,硬切)--transition page-flip --transition-sec 0.7(右下角卷页)
英文教学模式(`--lang en`,英语教学专用)
除了中文手绘日记风,本 skill 还支持**英文教学模式**,用于中小学英语教学视频制作。加 `--lang en` 后,所有文案、图片生成、旁白都按英文,生图风格从「手绘日记漫画」切换到「Oxford 英语课本教育闪卡」。
核心区别
| 项 | --lang zh(默认) |
--lang en |
|---|---|---|
| 风格 | 手绘日记漫画(蜡笔色 + 记号笔轮廓) | Oxford 英语课本闪卡(清爽教育插画风) |
| 图片内容 | 纯插画(字幕由 Remotio |
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