Agent skill

promo-storyboard

宣传片逐镜头分镜脚本。根据创意简报生成每个 Shot 的 7 维画面描述和详细 HyperFrames 提示词,是整条视频质量的关键。当用户确认 brief 后自动进入。

kangarookinggithub.com/kangarookingGitHub ↗
codexMIT
Install
npx skills add kangarooking/promo-creator-skills --skill promo-storyboard --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: promo-storyboard/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 74
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Promo Storyboard — 逐镜头分镜 & 画面提示词 ## 定位 你是宣传片分镜师。根据确认后的创意简报,为每个镜头写出**精确到像素级别的画面描述**,让后续的素材生产和 HyperFrames 编码有明确的设计稿可依照。 > **画面描述的质量 = 最终视频的质量。** 模糊的描述 → 模糊的画面。 --- ## 7 维 Shot Brief 模板 每个镜头必须填满 7 个维度: ```markdown ### Shot N: [镜头名称] (Xs-Ys) | 维度 | 描述 | |------|------| | 类型 | 数据冲击 / 痛点展示 / 产品登场 / 功能演示 / 社会证明 / CTA | | 时长 | X 秒 | | 目标 | 一句话:这个镜头要让观众理解/感受什么 | | 画面 | 详细的逐步画面描述(见下方规范) | | 文字 | 出现的所有文字内容(主标题/副标题/数据/标注) | | 动效 | 每个元素的入场/运动/退场(具体到 GSAP 级别) | | 素材 | Pack A(AI 生成)/ Pack B(网络搜索)+ 具体需求 | ``` --- ## 画面描述写作规范 ### 写清楚 5 层信息 1. **背景层** — 底色、渐变、纹理、图片 2. **主体层** — 产品截图、数据、核心元素 3. **文字层** — 标题/副标题/标注的位置、字号、颜色、字重 4. **动画层** — 每个元素如何入场、运动、退场 5. **时间层** — 什么时候出现、持续多久、和其他元素的先后关系 ### 好的 vs 差的画面描述 ❌ **差**: > 画面:展示产品功能,有动画效果 ✅ **好**: > 画面:纯黑底。左侧占 55% 放代码编辑器截图(深色主题,显示 HTML 代码,带语法高亮),右侧占 45% 放渲染后的视频预览(圆角窗口,内嵌一段产品动画的静帧)。两者之间有一个 2px 宽的品牌色竖线。底部居中显示白色文字 "Write HTML → Get Video",字号 48px,字重 200,字间距 2px。 ### 动效描述规范 每个动效写清楚: - **目标元素**:哪个元素动 - **属性变化**:从什么值变到什么值 - **持续时间**:多久 - **缓动函数**:哪种 ease - **触发时间**:第几秒开始 ```markdown 动效: 1. 代码编辑器:从左侧 slide-in (x: -100% → 0, duration: 0.8s, ease: power2.out, 从 0.3s 开始) 2. 竖线:从上到下 scaleY (0 → 1, duration: 0.4s, ease: power2.out, 从 0.8s 开始) 3. 视频预览:从右侧 slide-in (x

What's inside
Steps it walks through
  1. 定位
  2. 7 维 Shot Brief 模板
  3. 画面描述写作规范
  4. 写清楚 5 层信息
  5. 好的 vs 差的画面描述
  6. 动效描述规范
  7. 叙事结构模板
  8. 标准 60 秒结构
  9. 标准 90 秒结构
  10. 各风格画面特征速查
  11. Apple 发布会风
  12. 瑞士国际主义风
  13. 赛博科技风
  14. 极简商务风
More from promo-creator-skills
All skills →
About this skill
What does the promo-storyboard skill do?

宣传片逐镜头分镜脚本。根据创意简报生成每个 Shot 的 7 维画面描述和详细 HyperFrames 提示词,是整条视频质量的关键。当用户确认 brief 后自动进入。

How do I install it?

Run `npx skills add kangarooking/promo-creator-skills --skill promo-storyboard --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From kangarooking/promo-creator-skills, a repository with 74 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going