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.mdsource 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
参数说明
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| string | ✅ | 灯光方案名称 |
| string | 拍摄主体:product_closeup/face/full_body/scene/macro | |
| string | 情绪调性 | |
| string | 输出路径 |
输出格式
{ "style": "rembrandt", "setup": { "key_light": "45度侧光,柔光箱,3:1光比", "fill_light": "对侧反射板,低强度补光", "back_light": "轮廓光,发丝光效果", "accent": "产品底部微型LED补光" }, "prompt_keywords": "伦勃朗光,侧面45度柔光,面部三角光斑,戏剧性光影,暗调背景,质感光泽", "avoid": "平光,闪光灯直打,过曝,无阴影" }
事件发布
生成完成后发布
lighting.generated 事件。