Openclaw-ecommerce-ad-skills tvc-material-reveal

TVC级产品材质展示。生成专业的产品微距拍摄方案,突出材质质感(液体、金属、织物、玻璃),让产品看起来"贵"。

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

TVC 产品材质展示 Skill

顶级TVC广告的共同特征:材质镜头让你"想摸到屏幕里"。本Skill生成产品材质展示方案。

材质展示规律

材质类型拍摄方式光效运镜代表
液体/精华超微距,慢动作滴落背光透射+边缘高光极慢推进MOOKLOOK眼霜
金属/科技反射面特写硬光+环境反射缓慢旋转HONOR AI手机
织物/服装触碰+飘动侧光纹理跟随动线Songmont品牌片
玻璃/瓶身光线折射特写多点光源+焦散推拉切换香氛TVC
食物蒸汽+切面+浇淋大面积柔光+局部硬光特写推进可口可乐
粉末/颗粒爆炸式散开慢放逆光剪影高速摄影美妆散粉

使用方法

python3 scripts/generate_material_reveal.py \
  --product-type "liquid_serum" \
  --product-image ./product.png \
  --output ./material_plan.json

参数说明

参数类型必填说明
--product-type
string材质类型:liquid_serum/metal_tech/fabric/glass_bottle/food/powder
--product-image
string产品图片路径
--hero-moment
string核心展示时刻:drop/pour/touch/rotate/explode/steam
--output
string输出路径

输出格式

{
  "material": "liquid_serum",
  "hero_shots": [
    {
      "name": "滴落时刻",
      "shot_type": "extreme_macro",
      "fps": 240,
      "lighting": "背光透射,液滴呈琥珀色透明",
      "camera": "超微距镜头,极慢推进",
      "prompt": "超微距拍摄精华液滴落,慢动作240fps,背光透射呈现琥珀色通透质感,每一滴都能看到液体的丝绸般粘稠度,空气中悬浮的微小光点"
    },
    {
      "name": "涂抹瞬间",
      "shot_type": "close_up",
      "fps": 120,
      "lighting": "侧光+柔光反射",
      "camera": "跟随指尖运动轨迹",
      "prompt": "特写手指将精华液涂抹在肌肤上,慢动作120fps,可以看到液体的丝滑延展性,肌肤表面的光泽变化,侧光勾勒出指尖的质感"
    }
  ],
  "texture_keywords": "透明粘稠、琥珀光泽、丝绸延展、微观气泡",
  "avoid": "塑料感、粗糙颗粒、过暗无光泽"
}

事件发布

生成完成后发布

material_reveal.generated
事件。