Openclaw-ecommerce-ad-skills tvc-storyboard
TVC级广告分镜脚本生成。基于品牌广告创意理论(USP/ROI/共鸣论),自动生成专业级别的广告分镜脚本,包含镜头语言、运镜设计、情绪节奏。
install
source · Clone the upstream repo
git clone https://github.com/lujiaheng-artpivot/openclaw-ecommerce-ad-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/lujiaheng-artpivot/openclaw-ecommerce-ad-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/tvc-storyboard" ~/.claude/skills/lujiaheng-artpivot-openclaw-ecommerce-ad-skills-tvc-storyboard && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/lujiaheng-artpivot/openclaw-ecommerce-ad-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/tvc-storyboard" ~/.openclaw/skills/lujiaheng-artpivot-openclaw-ecommerce-ad-skills-tvc-storyboard && rm -rf "$T"
manifest:
skills/tvc-storyboard/SKILL.mdsource content
TVC 分镜脚本生成 Skill
基于国际 TVC 广告创意方法论,自动生成品牌级广告分镜脚本。
理论基础
本 Skill 融合以下专业广告创意理论:
| 理论 | 应用 |
|---|---|
| USP(独特销售主张) | 提炼产品独一无二的卖点作为核心创意锚点 |
| ROI(关联性·原创性·震撼力) | 确保每个镜头具备关联性、原创性和视觉震撼 |
| Brand Image(品牌形象论) | 通过视觉叙事塑造长期品牌资产 |
| Resonance(共鸣论) | 用情感共鸣取代功能罗列 |
| Hero's Journey | 以客户为主角的叙事弧线结构 |
使用方法
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
参数说明
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| JSON | ✅ | 商品信息(含 USP) |
| string | ✅ | 广告类型:brand_film/product_tvc/viral/emotional/manifesto |
| number | 目标时长(秒),默认30 | |
| string | 叙事结构:hero_journey/in_medias_res/mountain/parallel/non_linear | |
| string | 情绪调性:cinematic_luxury/warm_healing/energetic/mysterious/epic | |
| number | 分镜数量,默认6 | |
| string | 开场 hook 类型:visual_shock/question/mystery/emotion/action | |
| string | 输出路径 |
输出格式
{ "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 事件。