Openclaw-ecommerce-ad-skills tvc-sound-design

TVC级广告音效设计。生成专业的音效方案、配乐方向和音频节奏规划,包括环境音、foley音效、音乐风格指导。

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-sound-design" ~/.claude/skills/lujiaheng-artpivot-openclaw-ecommerce-ad-skills-tvc-sound-design && 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-sound-design" ~/.openclaw/skills/lujiaheng-artpivot-openclaw-ecommerce-ad-skills-tvc-sound-design && rm -rf "$T"
manifest: skills/tvc-sound-design/SKILL.md
source content

TVC 音效设计 Skill

顶级TVC的50%感染力来自声音。本Skill生成品牌级音效方案和配乐方向。

音效设计规律

品类音乐风格音效重点节奏
奢侈品极简钢琴/弦乐材质触感音(丝绸、金属)慢节奏,留白多
美妆轻电子+有机音色水滴、轻触、气泡音中速,轻盈
科技合成器+脉冲音电子音效、数据流、启动声中快,节奏感强
食品原声乐器/口哨咀嚼、倒水、冰块、sizzle轻快活泼
汽车史诗管弦+引擎声引擎轰鸣、风声、轮胎由慢到快
运动鼓点驱动/嘻哈心跳、呼吸、脚步声高能量

使用方法

python3 scripts/generate_sound_design.py \
  --storyboard ./storyboard.json \
  --category "luxury_skincare" \
  --mood "cinematic_luxury" \
  --output ./sound_design.json

参数说明

参数类型必填说明
--storyboard
string分镜脚本 JSON
--category
string品类
--mood
string情绪调性
--has-voiceover
boolean是否需要旁白,默认false
--output
string输出路径

输出格式

{
  "music": {
    "style": "极简钢琴+环境弦乐",
    "bpm": 72,
    "key": "D minor",
    "structure": "intro(soft)→build→climax→resolve",
    "reference": "类似Nils Frahm风格,克制而有张力"
  },
  "foley": [
    {"scene": 1, "sounds": ["水滴落入肌肤的微弱声", "低频环境嗡鸣"]},
    {"scene": 2, "sounds": ["玻璃瓶触碰指尖", "液体流动声"]}
  ],
  "voiceover": {
    "needed": false,
    "style": "若需要:低沉女声,法式口音,不紧不慢"
  },
  "silence_points": [
    {"time": "0:14-0:15", "purpose": "高潮前的静默,制造张力"}
  ]
}

事件发布

生成完成后发布

sound_design.generated
事件。