Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计提醒

ui-craft-pro用户界面工艺专业版

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

4,423

周安装

190

GitHub Stars

公开资料未说明

下载量

1,550
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ui-craft-pro(用户界面工艺专业版)
来源仓库:https://github.com/airaeliteagent/ui-craft-pro
安装命令:
openclaw skills install ui-craft-pro
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ui-craft-pro

简介

基于本地设计知识库优化界面布局、配色与交互体验。

  • 适用于网站、仪表板或移动应用的视觉规范制定。ui-craft-pro 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 结合品牌指南生成组件方案,确保跨平台一致性。
  • 改动前应通过浏览器预览检查文本溢出与响应式表现。
  • 不替代专业设计师,侧重可行性验证与快速原型输出。

SKILL.md

name
ui-craft-pro
description
Design, refine, and implement better UI for websites, dashboards, apps, landing pages, and components by using a local design knowledge base plus a code-first implementation workflow. Use when the goal is not just to get style ideas, but to turn a chosen visual direction into real interface code that looks more polished, more intentional, and less like generic AI UI. Especially useful for choosing styles, colors, typography, layout patterns, UX guidelines, chart types, generating a project-specific design system, and then coding the UI to match that system.

UI Craft Pro

Use this skill to make UI output look sharper and feel more deliberate.

This skill is not just for searching design references. Its real job is:

  1. choose a design direction that fits the product
  2. turn that direction into a usable design system
  3. implement code that actually follows that system
  4. review the output so the final UI still matches the intended vibe

What this skill contains

  • data/ — local design knowledge base: styles, colors, typography, charts, landing patterns, UX guidelines, product mappings, reasoning rules
  • scripts/search.py — search + design-system entry point
  • scripts/core.py — local BM25 search engine over the CSV data
  • scripts/design_system.py — design-system generator that combines product type, style direction, color, typography, and anti-pattern guidance
  • scripts/style_signature.py — compact style-cloning brief generator for "X-like but mine" work
  • references/implementation-patterns.md — how to translate a chosen design system into real code
  • references/review-checklist.md — post-build review checklist to catch drift and weak output
  • references/product-archetypes.md — how to correct mismatched first-pass results for product types that need calmer or more specific taste

Core rule

Do not stop at “the search result says X”. Use the result to drive the actual implementation.

When using this skill for real UI work, the expected path is:

  • understand the product
  • generate or infer the design system
  • map that system into code
  • check whether the final UI still matches the system
  • then ship or refine

Workflow

1) Understand the product first

Before touching visuals, identify:

  • what the product is
  • who it is for
  • what mood it should give off
  • whether the stack is fixed already

If the user already gave a strong direction, do not overcomplicate it. Use that direction and sharpen it.

2) Generate a design system early

For new pages, dashboards, flows, or landing pages, start here:

python3 skills/ui-craft-pro/scripts/search.py "<product + style keywords>" --design-system -p "<project name>"

Examples:

python3 skills/ui-craft-pro/scripts/search.py "gaming landing page bold neon competitive" --design-system -p "Neon Rift"
python3 skills/ui-craft-pro/scripts/search.py "AI dashboard modern premium dark" --design-system -p "Aira Ops"
python3 skills/ui-craft-pro/scripts/search.py "fintech mobile app minimal trustworthy" --design-system -p "Wallet App"

Use the result to lock in:

  • layout pattern
  • style direction
  • color palette
  • typography pairing
  • interaction feel
  • anti-patterns to avoid

3) Correct bad first-pass matches when needed

Sometimes the first generated result is technically plausible but emotionally wrong. That is a correction problem, not a reason to abandon the workflow.

When this happens:

  1. identify the real product archetype
  2. run narrower domain searches
  3. lock a corrected direction
  4. then continue into implementation

Read references/product-archetypes.md when the first result drifts toward generic app-store, generic SaaS, or any style that does not fit the product’s real emotional center.

4) Lock implementation decisions before coding

After choosing the direction, define the implementation layer clearly. At minimum, lock:

  • color tokens
  • typography roles
  • spacing rhythm
  • radius and shadow system
  • section structure
  • component treatment
  • motion intensity

Read references/implementation-patterns.md when moving from design direction into real UI code.

5) Drill into a single domain only when needed

If implementation needs more detail, search one domain directly:

python3 skills/ui-craft-pro/scripts/search.py "<query>" --domain style
python3 skills/ui-craft-pro/scripts/search.py "<query>" --domain color
python3 skills/ui-craft-pro/scripts/search.py "<query>" --domain typography
python3 skills/ui-craft-pro/scripts/search.py "<query>" --domain landing
python3 skills/ui-craft-pro/scripts/search.py "<query>" --domain ux
python3 skills/ui-craft-pro/scripts/search.py "<query>" --domain chart

Use this when you need:

  • a stronger visual direction
  • a better palette
  • a better font pairing
  • a better landing-page section flow
  • UX correction before or after coding
  • chart guidance for dashboards

6) Translate the design system into code

This is the important part.

After choosing a direction, map it into implementation decisions such as:

  • color tokens / CSS variables / Tailwind tokens
  • typography roles for headings, body, labels, metadata
  • spacing rhythm
  • corner radius / shadow depth / border treatment
  • section structure
  • component behavior
  • hover/focus/active states
  • motion intensity

Do not code a random pretty page after generating a design system. Code in a way that clearly reflects the chosen style.

7) Keep the implementation coherent

While coding:

  • keep one main visual language
  • do not mix unrelated styles randomly
  • keep type, spacing, contrast, and component treatment consistent
  • preserve usability while making it look better
  • avoid overdoing effects that hurt readability or feel gimmicky

8) Review the result before calling it done

Before shipping or reporting back, check:

  • does the final UI still match the chosen direction?
  • does it feel generic or intentional?
  • are the primary sections/components visually coherent?
  • are there obvious UX or readability issues?
  • did the implementation accidentally drift away from the design system?

Read references/review-checklist.md for the final pass. If the page still feels bland, refine hierarchy and consistency before adding flair.

Default behavior when using this skill

Prefer this order internally:

  1. understand the ask
  2. infer or generate direction
  3. correct drift if needed
  4. lock implementation choices
  5. implement the UI
  6. review the result
  7. present the result simply

Do not dump raw search results unless they are directly useful. Use them to improve judgment and implementation.

High-value domains

  • product → product type and expected design language
  • style → visual direction, mood, effects, compatibility, complexity
  • color → palettes aligned to product type and emotional tone
  • typography → font pairing and reading hierarchy
  • landing → section order, CTA placement, conversion structure
  • ux → best practices and anti-patterns
  • chart → chart choice for dashboard/data work
  • google-fonts → font discovery
  • icons → icon direction
  • react / web → implementation guidance when useful
  • design-systems → reference systems worth studying by product context
  • style-signatures → "X-like but mine" style DNA
  • patterns-shells → reusable page/app structural patterns
  • anti-generic-ui → common AI-generic smells and fixes

Notes

  • This skill improves taste, structure, and consistency; it does not replace product judgment.
  • For small UI tweaks, you may not need the full workflow. Use the guidance and ship.
  • For bigger UI tasks, run --design-system first so the result has a coherent visual language.
  • If the first result is wrong, correct it with narrower domain search instead of throwing the whole process away.
  • If the user asks whether a design direction is good, answer directly.
  • If the user asks to build the UI, use this skill to guide both design choices and code choices.

ult has a coherent visual language.

  • If the first result is wrong, correct it with narrower domain search instead of throwing the whole process away.
  • If the user asks whether a design direction is good, answer directly.
  • If the user asks to build the UI, use this skill to guide both design choices and code choices.

esult has a coherent visual language.

  • If the first result is wrong, correct it with narrower domain search instead of throwing the whole process away.
  • If the user asks whether a design direction is good, answer directly.
  • If the user asks to build the UI, use this skill to guide both design choices and code choices.

ult has a coherent visual language.

  • If the first result is wrong, correct it with narrower domain search instead of throwing the whole process away.
  • If the user asks whether a design direction is good, answer directly.
  • If the user asks to build the UI, use this skill to guide both design choices and code choices.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.65%
按下载量换算1,483

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills