auto-motion

Solid

在 kobe 仓库内跑 auto-motion——把 transcription.srt 拆成多段 MG 动画镜头并拼接成竖屏视频(storyboard 分镜 + theme.md 全片主题 + 逐镜头 claude -p 子进程 + ffmpeg 拼接)。本 skill 是薄 wrapper:解析 auto-motion 模板根,继承 kobe 品牌 theme,执行逻辑以 auto-motion 仓库的 canonical SKILL.md 为准。当用户说"跑 auto-motion"、"把这个字幕稿/口播稿做成视频"、"给 kobe 做一条 MG 宣传片"时使用。

AI & Automation 103 stars 7 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
67
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
70
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# auto-motion(kobe wrapper) > **kobe 自己的宣传片优先用 `brand-video` skill**(单一 Remotion 工程、theme 靠 import、支持真机 replay 镜头)。本 wrapper 只在需要 auto-motion 通用外部工作流(hyperframes 逐镜头子进程)时用。 canonical 执行逻辑在 auto-motion 仓库的 `.claude/skills/auto-motion/SKILL.md`——本文件不复制那份流程(避免漂移),只做两件事:定位模板根、注入 kobe 的上层 theme。 ## Step A — 解析模板根(AUTO_MOTION_ROOT) 按顺序取第一个命中的: 1. `../auto-motion`(workspace sibling,`/Users/jacksonc/i/auto-motion`)——本地开发副本,可能领先 fork。 2. `refs/auto-motion` —— 已存在则用。 3. 都没有:`git clone --depth 1 https://github.com/Sma1lboy/auto-motion.git refs/auto-motion`(我们的 fork,带 theme/引擎改动;refs/ 已 gitignore,40M 模板不进 kobe 仓库)。 然后**通读 `<AUTO_MOTION_ROOT>/.claude/skills/auto-motion/SKILL.md` 并按它执行**(storyboard → theme.md → 镜头目录 → 顺序执行监控 → 拼接交付)。单镜头模板是 `<AUTO_MOTION_ROOT>/exampleFolder/run-claude-ai.sh`;scene skills 本仓库 `.claude/skills/` 已 vendor 全套(hyperframes*、general-video、image-gen、motion-graphics),直接从这里复制,不必依赖模板根。 ## Step B — kobe 的上层 theme(canonical SKILL 里 Step 0.5 优先级 ② 的具体来源) 在 kobe 仓库里跑时,派生 `theme.md` 前先感知这些品牌源,继承而不是重新发明: - **品牌视觉/配色/字体**:`packages/branding`(Remotion 品牌管线,landing 片的既有视觉语言)。 - **logo 资产**:`docs/assets/brand/logos/`。 - **产品气质**:TUI 默认主题是 `claude`(`DEFAULT_THEME`,品牌身份,见 CLAUDE.md)——终端质感、暗底、Claude 橙系强调是默认调性。 - 用户在对话里给的视觉要求仍然是最高优先级(canonical 优先级 ①)。 ## 工作目录 不要把 scenes/、final.mp4 写进 kobe 源码树。在 scratchpad 或用户指定目录建运行工作区,只把 `transcription.srt`、storyboard、theme 和产物放那里;需要留档的成片再按用户指示移动。

Details

Author
Sma1lboy
Repository
Sma1lboy/rove
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

video-generation

把技术博客文章/主题生成为横屏 16:9 视频。三种模式:remotion(默认,数据可视化+真实素材)、courseware(课件,含 screencast 屏录感工具界面子模式)、graph(知识图谱)。edge-tts 配音 + Playwright/Remotion 渲染 + FFmpeg 合成,全本地零收费。含多平台发布(抖音/快手/小红书/视频号)。

0 Updated yesterday
xiaoshuai1024
Web & Frontend Listed

text-motion-skill

Turn a topic or an SRT subtitle file into a themed text-animation web video — an independent HTML5 player with RAF-driven audio-synced scenes. First-class deliverable is the web player itself; MP4 is an optional export via CDP-automated headless Chrome (default) or OBS/FFmpeg (fallback). Use when the user asks to 根据主题生成口播视频, 从文案到视频, 根据SRT制作视频, 字幕生成视频, SRT分镜, 文字动画视频, text-motion-video, 或 improve/rebuild an existing project generated by this workflow.

4 Updated 1 weeks ago
huige-opc
Code & Development Listed

interflow-ip-video

把中文文稿做成 Interflow Bold-Mono 竖屏口播视频——火山引擎声音复刻配音(你自己的克隆音,1.2x 紧凑口播)、RMS 响度包络驱动口型的常驻 IP 小人(��动/眨眼/点头/指向/抬手/欢迎)、暗底网格+辉光线稿的数据可视化(d3 平滑图表/迁移弧线/时间轴/象限等 10+ 种形式)、玻璃拟态词级字幕,渲染成 1080x1920 MP4。用户说「IP 小人视频 / 用我的声音出片 / interflow 风格文生视频 / bold-mono 出片」,或给一段中文文稿要做成带小人配音的竖屏视频时使用。

2 Updated 4 weeks ago
derek-zhuolin