Install
openclaw skills install @mebusw/awesome-design-of-great-product-companyQuery a brand's DESIGN.md (a plain-text design-system format) and present the spec — color palette, typography, components, layout principles, do's and don'ts — back to the user or to another AI agent. Use when the user asks about a product's design style, colors, fonts, or UI conventions, wants a page built in a specific brand's look (e.g. "build a login page in Vercel style", "show me Spotify's colors", "use Apple's typography"), or references DESIGN.md directly. Triggers on brand names like apple, spotify, claude, vercel, linear, stripe, notion, and the rest of the 58 curated brands — even when the user doesn't say "design system" explicitly.
openclaw skills install @mebusw/awesome-design-of-great-product-company从 docs/ 目录读取指定公司 COMPANY_NAME 的 DESIGN.md,并以结构化方式呈现设计系统给用户或提供给 AI agent 使用。
docs/<slug>/
├── DESIGN.md ← 主设计系统文档(必读)
├── README.md ← 简短说明
├── preview.html ← 亮色预览页
└── preview-dark.html ← 暗色预览页
AI & 机器学习:claude, cohere, elevenlabs, minimax, mistral.ai, ollama, opencode.ai, replicate, runwayml, together.ai, x.ai
开发者工具:cursor, expo, linear.app, lovable, mintlify, posthog, raycast, resend, sentry, supabase, superhuman, vercel, warp, zapier
基础设施 & 云:clickhouse, composio, hashicorp, mongodb, sanity, stripe
设计 & 生产力:airtable, cal, clay, figma, framer, intercom, miro, notion, pinterest, webflow
金融科技 & 加密:coinbase, kraken, revolut, wise
企业 & 消费品:airbnb, apple, ibm, nvidia, spacex, spotify, uber
汽车品牌:bmw, ferrari, lamborghini, renault, tesla
咨询服务:scrum-alliance, uperform
| 用户可能输入 | 对应目录 slug |
|---|---|
| mistral / mistral ai | mistral.ai |
| together / together ai | together.ai |
| opencode | opencode.ai |
| linear | linear.app |
| xai / grok | x.ai |
| cal / cal.com | cal |
| lambo / lamborghini | lamborghini |
| anthropic | claude |
| runway | runwayml |
| 其他品牌 | 直接小写,去空格 |
cat docs/<slug>/DESIGN.md
若 slug 不存在,先模糊搜索:
ls docs/ | grep -i "<keyword>"
若仍无结果,列出完整品牌列表并推荐最相似的选项。
读取后,按以下顺序整理输出:
展示完毕后主动询问:
The directory slug is not always a simple lowercase of the brand name. Five brands have a dot-suffix in their folder name:
| User may say | Directory slug |
|---|---|
| mistral / mistral ai | mistral.ai |
| together / together ai | together.ai |
| opencode | opencode.ai |
| linear | linear.app |
| xai / grok | x.ai |
For everything else, lowercase the brand name and strip spaces. If the slug doesn't exist, ls docs/ | grep -i "<keyword>" will catch typos before reporting failure to the user.
| Situation | Handling |
|---|---|
| Slug does not exist | Fuzzy match + show the full brand list |
DESIGN.md missing inside the slug folder | List existing files in that folder |
用户:查一下 Spotify 的设计
→ cat docs/spotify/DESIGN.md → 展示鲜绿 #1DB954、暗色背景、Circular 字体等规范,和preview文件
用户:帮我用 Vercel 风格做个登录页
→ 先读 docs/vercel/DESIGN.md → 提取设计 → 生成符合黑白精准美学的登录页
用户:给我看看 Mistral 的颜色
→ slug 映射为 mistral.ai → cat docs/mistral.ai/DESIGN.md → 展示紫色调色板