# Tvc Storyboard

> Tvc Storyboard

- Skill: `lujiaheng-artpivot/tvc-storyboard` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add lujiaheng-artpivot/tvc-storyboard`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lujiaheng-artpivot/tvc-storyboard/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: lujiaheng-artpivot (https://skillmd.com/u/lujiaheng-artpivot)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lujiaheng-artpivot/tvc-storyboard

---


# TVC 分镜脚本生成 Skill

基于国际 TVC 广告创意方法论，自动生成品牌级广告分镜脚本。

## 理论基础

本 Skill 融合以下专业广告创意理论：

| 理论 | 应用 |
|------|------|
| USP（独特销售主张） | 提炼产品独一无二的卖点作为核心创意锚点 |
| ROI（关联性·原创性·震撼力） | 确保每个镜头具备关联性、原创性和视觉震撼 |
| Brand Image（品牌形象论） | 通过视觉叙事塑造长期品牌资产 |
| Resonance（共鸣论） | 用情感共鸣取代功能罗列 |
| Hero's Journey | 以客户为主角的叙事弧线结构 |

## 使用方法

```bash
python3 scripts/generate_storyboard.py \
  --product-info '{"name":"保湿精华","brand":"花颜","usp":"3秒浸透科技"}' \
  --ad-type "brand_film" \
  --duration 30 \
  --narrative "hero_journey" \
  --mood "cinematic_luxury" \
  --output ./storyboard.json
```

## 参数说明

| 参数 | 类型 | 必填 | 说明 |
|------|------|------|------|
| `--product-info` | JSON | ✅ | 商品信息（含 USP） |
| `--ad-type` | string | ✅ | 广告类型：brand_film/product_tvc/viral/emotional/manifesto |
| `--duration` | number |  | 目标时长（秒），默认30 |
| `--narrative` | string |  | 叙事结构：hero_journey/in_medias_res/mountain/parallel/non_linear |
| `--mood` | string |  | 情绪调性：cinematic_luxury/warm_healing/energetic/mysterious/epic |
| `--scenes` | number |  | 分镜数量，默认6 |
| `--hook-style` | string |  | 开场 hook 类型：visual_shock/question/mystery/emotion/action |
| `--output` | string |  | 输出路径 |

## 输出格式

```json
{
  "title": "花颜·浸透时刻",
  "type": "brand_film",
  "duration": 30,
  "narrative": "hero_journey",
  "usp_anchor": "3秒浸透科技",
  "scenes": [
    {
      "scene_id": 1,
      "time_range": "0:00-0:03",
      "shot_type": "extreme_close_up",
      "camera_movement": "slow_push_in",
      "description": "水滴落入丝绒般的肌肤表面，形成涟漪",
      "lighting": "rembrandt_side",
      "mood": "mysterious_anticipation",
      "audio": "低频水滴音效，渐入弦乐",
      "text_overlay": null,
      "purpose": "hook—视觉冲击，抓住前3秒注意力"
    }
  ],
  "color_palette": ["#1a1a2e", "#e8d5b7", "#f0e6d3"],
  "music_direction": "从极简弦乐到情感高潮的渐进式编曲"
}
```

## 广告类型说明

| 类型 | 时长 | 特点 | 代表案例 |
|------|------|------|----------|
| brand_film | 30-120s | 情感驱动，品牌价值观输出 | Armani × 胡歌 |
| product_tvc | 15-30s | 产品功能展示，卖点驱动 | Oppo Reno TVC |
| viral | 15-60s | 社交裂变，反转/创意驱动 | 工商银行病毒视频 |
| emotional | 30-90s | 情感共鸣，故事驱动 | 飞鹤 × 林更新 回家的冻梨 |
| manifesto | 60-180s | 品牌宣言，价值观驱动 | 百度AI云十周年 |

## 事件发布

生成完成后发布 `storyboard.generated` 事件。

