File contents 科普视频制作流水线(导航壳)
本 Skill 是路由层:内容 SSOT 在 apps/negentropy-influence/pipeline/skills/01–09.md,工具 SSOT 在
apps/negentropy-influence/pipeline/scripts/,不在此复制任何正文(防第二事实源)。
九阶段速查
Stage
做什么
规格链接
工具/命令(编排入口 pipeline.py)
通过门
① 信源精读取证
A 型论文 :并行子代理逐章 + 官方站点补充;B 型文档/代码/课程站点 :固定提交取证 + 证据三级
01
A 型 paper_extract.py(map/text/captions/find/render);B 型 source_ledger.py(fetch/list/verify/sync/audit——sync/audit 消费系列级 source-map )
全部断言可回溯;RISKY=0
② 策划
受众/结构/视觉契约(色彩语义)
02
—
planning.md 六节齐
③ 逐字稿
narration.md ★单一事实源
03
pipeline.py build
build_narration.py 通过
④⑤ 双重校验 + 分镜
真实性回溯 + 易懂性;beat 覆盖性
04 / 05
pipeline.py check(+--check-scenes)
RISKY=0;覆盖率无缺句
⑥ TTS 配音
本人音色克隆(IndexTTS-2.5)
07
pipeline.py tts --plan
refs 指纹门 + 试听 + ETA
⑦ Remotion 场景
代码动画实现(动效走 src/motion/ 运动模型,分镜动效列 @动词 标注)
06
tsc --noEmit + node --test scripts/motion.test.ts
七条渲染红线 + 运动层铁律
⑧ 草渲 + 抽帧 QA
半分辨率快速迭代(--beat-heads 入场瞬态补盲;重制回归 --compare)
08
pipeline.py render + qa
自动体检零 FAIL
⑨ 终渲 + 交付
1080p30 + srt/vtt
09
render --final + captions
实测时长在预算窗
关键不变量
逐字稿只改 narration.md;narration.json/manifest.json 是派生物。
口播永不出现他集标题与集数序号 ——顺序只在视觉层与 series.json (校验:check_series.py)。
多系列(顶层 seriesList[])语义:反串线规则跨系列全局 ,顺序类规则按系列内 判定。
证据分级 :B 型信源里「他人对闭源产品源码的分析」属三级证据,口播必须带归属句,
不得表述为产品既成事实;活数据(行数、总量、star 数)不进口播。
每集 pipeline.toml 是可执行参数的唯一来源;README 不复制命令行参数。
时序常数只在 video/src/timing.json(timing.ts 与 Python 共读);运动语汇(时长/缓动/弹簧/错峰)只在 video/src/motion/(frozen,改 = 模板 + 8 集同步)。
声音样本是生物特征:不入库(voices/refs.toml 只存指纹),试听后即删。
新集脚手架与复用边界(Python 集中 SSOT / Remotion 复制不共享)见 pipeline/README.md 。
1 --- 2 name: science-video-pipeline 3 description: 科普视频制作流水线(导航壳) 4 --- 5 6 # 科普视频制作流水线(导航壳) 7 8 本 Skill 是路由层:内容 SSOT 在 `apps/negentropy-influence/pipeline/skills/01–09.md`,工具 SSOT 在 9 `apps/negentropy-influence/pipeline/scripts/`,不在此复制任何正文(防第二事实源)。 10 11 ## 九阶段速查 12 13 | Stage | 做什么 | 规格链接 | 工具/命令(编排入口 `pipeline.py`) | 通过门 | 14 |---|---|---|---|---| 15 | ① 信源精读取证 | **A 型论文**:并行子代理逐章 + 官方站点补充;**B 型文档/代码/课程站点**:固定提交取证 + 证据三级 | [01](../../../apps/negentropy-influence/pipeline/skills/01-source-extraction.md) | A 型 `paper_extract.py`(map/text/captions/find/render);B 型 `source_ledger.py`(fetch/list/verify/sync/audit——sync/audit 消费系列级 [source-map](../../../apps/negentropy-influence/source-map/claude-code-explained.md)) | 全部断言可回溯;RISKY=0 | 16 | ② 策划 | 受众/结构/视觉契约(色彩语义) | [02](../../../apps/negentropy-influence/pipeline/skills/02-planning.md) | — | planning.md 六节齐 | 17 | ③ 逐字稿 | narration.md ★单一事实源 | [03](../../../apps/negentropy-influence/pipeline/skills/03-narration.md) | `pipeline.py build` | `build_narration.py` 通过 | 18 | ④⑤ 双重校验 + 分镜 | 真实性回溯 + 易懂性;beat 覆盖性 | [04](../../../apps/negentropy-influence/pipeline/skills/04-verification.md) / [05](../../../apps/negentropy-influence/pipeline/skills/05-storyboard.md) | `pipeline.py check`(+`--check-scenes`) | RISKY=0;覆盖率无缺句 | 19 | ⑥ TTS 配音 | 本人音色克隆(IndexTTS-2.5) | [07](../../../apps/negentropy-influence/pipeline/skills/07-tts-voice.md) | `pipeline.py tts --plan` | refs 指纹门 + 试听 + ETA | 20 | ⑦ Remotion 场景 | 代码动画实现(动效走 `src/motion/` 运动模型,分镜动效列 `@动词` 标注) | [06](../../../apps/negentropy-influence/pipeline/skills/06-remotion-implementation.md) | `tsc --noEmit` + `node --test scripts/motion.test.ts` | 七条渲染红线 + 运动层铁律 | 21 | ⑧ 草渲 + 抽帧 QA | 半分辨率快速迭代(`--beat-heads` 入场瞬态补盲;重制回归 `--compare`) | [08](../../../apps/negentropy-influence/pipeline/skills/08-render-qa.md) | `pipeline.py render` + `qa` | 自动体检零 FAIL | 22 | ⑨ 终渲 + 交付 | 1080p30 + srt/vtt | [09](../../../apps/negentropy-influence/pipeline/skills/09-final-render.md) | `render --final` + `captions` | 实测时长在预算窗 | 23 24 ## 关键不变量 25 26 - 逐字稿只改 `narration.md`;`narration.json`/`manifest.json` 是派生物。 27 - **口播永不出现他集标题与集数序号**——顺序只在视觉层与 [series.json](../../../apps/negentropy-influence/series.json)(校验:`check_series.py`)。 28 多系列(顶层 `seriesList[]`)语义:反串线规则**跨系列全局**,顺序类规则**按系列内**判定。 29 - **证据分级**:B 型信源里「他人对闭源产品源码的分析」属三级证据,口播必须带归属句, 30 不得表述为产品既成事实;活数据(行数、总量、star 数)不进口播。 31 - 每集 `pipeline.toml` 是可执行参数的唯一来源;README 不复制命令行参数。 32 - 时序常数只在 `video/src/timing.json`(timing.ts 与 Python 共读);运动语汇(时长/缓动/弹簧/错峰)只在 `video/src/motion/`(frozen,改 = 模板 + 8 集同步)。 33 - 声音样本是生物特征:不入库(`voices/refs.toml` 只存指纹),试听后即删。 34 - 新集脚手架与复用边界(Python 集中 SSOT / Remotion 复制不共享)见 [pipeline/README.md](../../../apps/negentropy-influence/pipeline/README.md)。
ThreeFish-AI/negentropy/tree/main/.agent/skills/science-video-pipeline commit b26e7cbaca
Frequently asked questions How do I install the Science Video Pipeline skill? Run npx skillmds@latest add threefish-ai/science-video-pipeline in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Science Video Pipeline skill do? 科普视频制作流水线(导航壳) It is listed under DevOps & Infra on SkillMD.
Is Science Video Pipeline safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Science Video Pipeline? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Science Video Pipeline free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Science Video Pipeline? ThreeFish-AI (@threefish-ai) published this skill. Their other Agent Skills are listed on their SkillMD profile.