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.md
source 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

参数说明

参数类型必填说明
--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输出路径

输出格式

{
  "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_film30-120s情感驱动,品牌价值观输出Armani × 胡歌
product_tvc15-30s产品功能展示,卖点驱动Oppo Reno TVC
viral15-60s社交裂变,反转/创意驱动工商银行病毒视频
emotional30-90s情感共鸣,故事驱动飞鹤 × 林更新 回家的冻梨
manifesto60-180s品牌宣言,价值观驱动百度AI云十周年

事件发布

生成完成后发布

storyboard.generated
事件。