Openclaw-ecommerce-ad-skills tvc-color-grading

品牌级色彩调性系统。基于行业顶级TVC广告的色彩规律,生成与品牌调性匹配的调色方案(LUT方向),确保品牌视觉一致性。

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

TVC 品牌调色 Skill

基于全球顶级TVC广告的色彩分析规律,生成品牌级调色方案。

行业调色规律

品类调色方向代表品牌关键词
奢侈品/高端护肤低饱和高对比,Teal+GoldArmani, Shiseido克制、质感、光影戏剧性
美妆/日化高明度暖调,Soft PinkSK-II, 花西子柔光、通透、光泽感
科技/数码冷色调,Tech Blue+SilverHUAWEI, Apple未来感、金属质感、暗调
食品/饮料高饱和暖色,Amber+Orange可口可乐, 元气森林食欲感、鲜活、温暖
汽车/出行电影级广色域,Teal+Orange奔驰, Honda宽广、力量、运动感
时尚/服饰对比色/单色系Miu Miu, Songmont高级感、态度、风格化
母婴/家居柔和自然色,Cream+Sage飞鹤安全、温馨、自然

使用方法

python3 scripts/generate_color_grade.py \
  --category "luxury_skincare" \
  --brand-colors '["#1a1a2e","#c9a96e"]' \
  --mood "cinematic_luxury" \
  --output ./color_scheme.json

参数说明

参数类型必填说明
--category
string品类:luxury_skincare/beauty/tech/food/automotive/fashion/baby
--brand-colors
JSON品牌主色(hex 数组)
--mood
string情绪调性
--reference
string参考品牌名(自动匹配风格)
--output
string输出路径

输出格式

{
  "category": "luxury_skincare",
  "palette": {
    "primary": "#1a1a2e",
    "secondary": "#c9a96e",
    "accent": "#f0e6d3",
    "shadow": "#0d0d1a",
    "highlight": "#fff5e6"
  },
  "grading_direction": {
    "shadows": "push_teal",
    "midtones": "neutral_warm",
    "highlights": "golden_lift",
    "contrast": "high",
    "saturation": "low_selective",
    "grain": "fine_35mm"
  },
  "prompt_keywords": "低饱和,高对比,暗角,金色高光,伦勃朗光,质感颗粒",
  "avoid": "过度饱和,荧光色,日系清新,卡通配色"
}

事件发布

生成完成后发布

color_grade.generated
事件。