用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/lujiaheng-artpivot/openclaw-ecommerce-ad-skills --skill tvc-color-grading命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | tvc-color-grading |
| description | 品牌级色彩调性系统。基于行业顶级TVC广告的色彩规律,生成与品牌调性匹配的调色方案(LUT方向),确保品牌视觉一致性。 |
| metadata | {"openclaw":{"emoji":"🎨","requires":{"bins":"[Truncated]","env":"[Truncated]"},"primaryEnv":"ARK_API_KEY"}} |
基于全球顶级TVC广告的色彩分析规律,生成品牌级调色方案。
| 品类 | 调色方向 | 代表品牌 | 关键词 |
|---|---|---|---|
| 奢侈品/高端护肤 | 低饱和高对比,Teal+Gold | Armani, Shiseido | 克制、质感、光影戏剧性 |
| 美妆/日化 | 高明度暖调,Soft Pink | SK-II, 花西子 | 柔光、通透、光泽感 |
| 科技/数码 | 冷色调,Tech Blue+Silver | HUAWEI, 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"
生成完成后发布 color_grade.generated 事件。