ToseaAI/awesome-html-slide-skills 第一次筛选怎么不跑偏:看链接状态、输出目标和失败信号(skill首测版)
2026-08-11
2026-08-16 0
UI UX Pro Max 是专为 AI 代理设计的综合设计智能技能,旨在弥合抽象设计概念与生产级代码之间的差距。它为现代框架(如 React、Next.js 和 Svelte)的视觉风格方向、信息架构和组件规范提供结构化指导。通过在 Openclaw Skills 生态系统中使用此技能,开发人员可以确保其应用程序在遵循专业设计令牌和交互模式的同时,保持高标准的可访问性。
该技能擅长将高层级需求转化为具体的交付成果,涵盖从视觉概念和布局网格到文件级代码编辑的各个方面。它通过遵循严格的分类和实施工作流,专注于以最少的往返沟通交付高质量的 UI/UX 输出。
下载入口:https://github.com/openclaw/skills/tree/main/skills/xobi667/ui-ux-pro-max
从源直接安装技能的最快方式。
npx clawhub@latest install ui-ux-pro-max
将技能文件夹复制到以下位置之一
全局模式~/.openclaw/skills/
工作区
/skills/
优先级:工作区 > 本地 > 内置
将此提示词复制到 OpenClaw 即可自动安装。
请帮我使用 Clawhub 安装 ui-ux-pro-max。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。
要使用此技能,请确保项目中正确映射了目录结构。您可以通过 CLI 访问内置的设计系统生成器:
python3 skills/ui-ux-pro-max/scripts/design_system.py --help
设计智能和参考材料存储在 assets 和 references 目录中,供代理在生成过程中引用。
该技能通过 Openclaw Skills 框架内的结构化文件系统组织其智能和参考:
| 目录/文件 | 描述 |
|---|---|
assets/data/ |
包含设计智能数据,包括调色板、模式和启发式方法。 |
references/upstream-skill-content.md |
用语、示例和上游标准的主要参考。 |
scripts/design_system.py |
用于生成 ASCII 友好型设计令牌和覆盖项的实用脚本。 |
name: ui-ux-pro-max
description: UI/UX design intelligence and implementation guidance for building polished interfaces. Use when the user asks for UI design, UX flows, information architecture, visual style direction, design systems/tokens, component specs, copy/microcopy, accessibility, or to generate/critique/refine frontend UI (HTML/CSS/JS, React, Next.js, Vue, Svelte, Tailwind). Includes workflows for (1) generating new UI layouts and styling, (2) improving existing UI/UX, (3) producing design-system tokens and component guidelines, and (4) turning UX recommendations into concrete code changes.
Follow these steps to deliver high-quality UI/UX output with minimal back-and-forth.
Ask only what you must to avoid wrong work:
If the user says "全部都要" (design + UX + code + design system), treat it as four deliverables and ship in that order.
Always be concrete: name components, states, spacing, typography, and interactions.
This skill bundles data you can cite for inspiration/standards.
skills/ui-ux-pro-max/assets/data/ when you need palettes, patterns, or UI/UX heuristics.skills/ui-ux-pro-max/references/upstream-skill-content.md.If you need to quickly generate tokens and page-specific overrides, use the bundled script:
python3 skills/ui-ux-pro-max/scripts/design_system.py --help
Prefer running it when the user wants a structured token output (ASCII-friendly).