Install
openclaw skills install @paudyyin/ui-design-systemUI 视觉设计系统——配色主题(10预设+自定义生成)+ 美学变体(soft/minimalist/brutalist)+ 协同选择流程
openclaw skills install @paudyyin/ui-design-systemUI 视觉设计系统:配色(用什么颜色)→ 美学(用什么语言)→ 协同(怎么组合)。
来源:theme-factory v1.0.0(配色主题)+ ui-styles v1.0.0(美学变体)
| # | Theme | Vibe | Best For |
|---|---|---|---|
| 1 | Ocean Depths | Professional, calming maritime | Corporate, financial, consulting |
| 2 | Sunset Boulevard | Warm, vibrant energy | Creative pitches, marketing, events |
| 3 | Forest Canopy | Natural, grounded earth tones | Environmental, sustainability, wellness |
| 4 | Modern Minimalist | Clean, contemporary grayscale | Tech, architecture, design showcases |
| 5 | Golden Hour | Rich, warm autumnal | Hospitality, lifestyle, artisan brands |
| 6 | Arctic Frost | Cool, crisp precision | Healthcare, technology, clean tech |
| 7 | Desert Rose | Soft, sophisticated dusty tones | Fashion, beauty, interior design |
| 8 | Tech Innovation | Bold, high-contrast modern | Startups, software launches, AI/ML |
| 9 | Botanical Garden | Fresh, organic vibrancy | Food, garden, natural products |
| 10 | Midnight Galaxy | Dramatic, cosmic depth | Entertainment, gaming, luxury brands |
主题定义文件在 themes/ 目录,每个文件包含:Color Palette(4色)+ Typography(标题/正文字体)+ Best Used For。
当预设不匹配时,按此流程生成:
调色板和谐规则:
| 组合 | 最低比率 | WCAG 级别 |
|---|---|---|
| 正文文字 on 背景 | 4.5:1 | AA |
| 大文字(18px+) on 背景 | 3:1 | AA |
| UI组件 / 边框 | 3:1 | AA |
| 增强可读性 | 7:1 | AAA |
Slides/文档:
HTML / Landing Pages:
:root {
--theme-primary: #hex;
--theme-accent: #hex;
--theme-secondary: #hex;
--theme-bg: #hex;
--theme-font-heading: "Font", sans-serif;
--theme-font-body: "Font", sans-serif;
}
当视觉方向已确定时,加载对应变体。每个变体是完整的设计系统,含排版、配色、动效和组件规则。
| 用户说... | 加载变体 |
|---|---|
| "premium", "luxury", "calm", "expensive", "Apple-y", "soft" | soft.md |
| "minimalist", "clean", "Linear-style", "Notion-like", "editorial product" | minimalist.md |
| "brutalist", "industrial", "Swiss", "mechanical", "raw", "tactical" | brutalist.md |
references/soft.md / minimalist.md / brutalist.md用户需求 → 判断美学方向
├─ 方向明确 → 加载对应变体(Part 2)→ 在变体内选择/生成配色(Part 1)
└─ 方向模糊 → 先选配色主题(Part 1)→ 根据主题气质匹配变体(Part 2)
选择矩阵:
| 场景 | 推荐变体 | 推荐主题 |
|---|---|---|
| 企业官网/后台 | Minimalist | Modern Minimalist / Arctic Frost |
| 品牌营销页 | Soft | Golden Hour / Desert Rose |
| 技术产品发布 | Brutalist / Minimalist | Tech Innovation |
| 电商/消费品 | Soft | Sunset Boulevard / Botanical Garden |
| 娱乐/游戏 | Brutalist | Midnight Galaxy |
frontend-design 负责 Brief Inference、Three Dials、通用设计原则ui-design-system/
├── SKILL.md # 本文档
├── themes/ # 10套预设主题
│ ├── ocean-depths.md
│ ├── sunset-boulevard.md
│ ├── forest-canopy.md
│ ├── modern-minimalist.md
│ ├── golden-hour.md
│ ├── arctic-frost.md
│ ├── desert-rose.md
│ ├── tech-innovation.md
│ ├── botanical-garden.md
│ └── midnight-galaxy.md
└── references/ # 美学变体详细规范
├── soft.md
├── minimalist.md
└── brutalist.md
Version 1.0.0 — 合并自 theme-factory v1.0.0 + ui-styles v1.0.0