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.mdsource 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
参数说明
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| string | ✅ | 分镜脚本 JSON |
| string | ✅ | 品类 |
| string | 情绪调性 | |
| boolean | 是否需要旁白,默认false | |
| 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 事件。