Openclaw-ecommerce-ad-skills tvc-cinematic-lighting

TVC级电影灯光设计。根据品牌调性和产品品类,生成专业灯光方案描述,模拟Rembrandt/高调/低调/轮廓光等电影级灯光效果。

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

TVC 电影灯光设计 Skill

品牌级TVC广告中,灯光决定了"高端感"的生死。本Skill基于顶级广告灯光规律,生成精准的灯光方案描述词。

灯光方案库

方案特点适用场景代表案例
rembrandt侧光45°,面部三角光斑奢侈品人像、质感特写Armani × 胡歌
high_key均匀柔光,高明度低对比美妆、护肤、母婴Shiseido × 刘亦菲
low_key大面积暗调,选择性高光科技、悬疑、高端酒类HUAWEI 鸿蒙世界
rim_light轮廓光/背光,剪影效果运动、汽车、力量感广汽Honda P7
butterfly正面顶光,面部蝴蝶形阴影高端人像、时尚Miu Miu 短片
natural_soft自然窗光,柔和扩散家居、食品、生活方式飞鹤品牌片
dramatic_split强烈明暗对比,一半亮一半暗对比叙事、品牌宣言百度AI云十周年
product_hero多角度聚光+反射补光产品特写、材质展示MOOKLOOK 眼霜

使用方法

python3 scripts/generate_lighting.py \
  --lighting-style "rembrandt" \
  --subject "product_closeup" \
  --mood "luxury_mysterious" \
  --output ./lighting_scheme.json

参数说明

参数类型必填说明
--lighting-style
string灯光方案名称
--subject
string拍摄主体:product_closeup/face/full_body/scene/macro
--mood
string情绪调性
--output
string输出路径

输出格式

{
  "style": "rembrandt",
  "setup": {
    "key_light": "45度侧光,柔光箱,3:1光比",
    "fill_light": "对侧反射板,低强度补光",
    "back_light": "轮廓光,发丝光效果",
    "accent": "产品底部微型LED补光"
  },
  "prompt_keywords": "伦勃朗光,侧面45度柔光,面部三角光斑,戏剧性光影,暗调背景,质感光泽",
  "avoid": "平光,闪光灯直打,过曝,无阴影"
}

事件发布

生成完成后发布

lighting.generated
事件。