Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

ui-ux-craft-kitUI/UX 工艺套件

Agent Skill

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

总安装

13,317

周安装

544

GitHub Stars

公开资料未说明

下载量

4,308
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install ui-ux-craft-kit

简介

提供丰富的 UI/UX 设计资源库。

  • 包含 50+ 样式、161 调色板、57 字体配对等资源。
  • 覆盖网络、移动端的设计模式与图表类型。
  • 适合快速获取可落地的设计素材。ui-ux-craft-kit 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 可用于原型搭建和视觉规范制定。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
ui-ux-craft-kit
description
UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, and check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, and mobile app. Elements: button, modal, navbar, sidebar, card, table, form, and chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, and flat design. Topics: color systems, accessibility, animation, layout, typography, font pairing, spacing, interaction states, shadow, and gradient.

UI/UX CraftKit — Design Intelligence

Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations.

Open source on GitHub: github.com/hardikamal/ui-ux-craft-kit

Search Command

python3 <skill_dir>/scripts/search.py "<query>" --domain <domain> [-n <max_results>]

Replace <skill_dir> with the absolute path to this skill directory.

Domains:

  • product — Product type recommendations (SaaS, e-commerce, portfolio)
  • style — UI styles (glassmorphism, minimalism, brutalism) + AI prompts
  • typography — Font pairings with Google Fonts imports
  • color — Color palettes by product type
  • landing — Page structure and CTA strategies
  • chart — Chart types and library recommendations
  • ux — Best practices and anti-patterns
  • icons — Icon library recommendations
  • react — React/Next.js performance guidelines
  • web — Web accessibility and interface patterns
  • google-fonts — Google Fonts search

Stack-specific search:

python3 <skill_dir>/scripts/search.py "<query>" --stack react-native

Design system generation:

python3 <skill_dir>/scripts/search.py "<query>" --design-system [-p "Project Name"]

When to Apply

Use this skill when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control.

Must Use

  • Designing new pages (Landing Page, Dashboard, Admin, SaaS, Mobile App)
  • Creating or refactoring UI components (buttons, modals, forms, tables, charts)
  • Choosing color schemes, typography systems, spacing standards, or layout systems
  • Reviewing UI code for accessibility or visual consistency
  • Implementing navigation structures, animations, or responsive behavior
  • Making product-level design decisions (style, information hierarchy, brand)
  • Improving perceived quality, clarity, or usability of interfaces

Skip

  • Pure backend logic development
  • API or database design only
  • Performance optimization unrelated to the interface
  • Infrastructure or DevOps work

Rule: If the task changes how a feature looks, feels, moves, or is interacted with → use this skill.

How to Use (Step by Step)

Step 1: Identify the Task Domain

Run a search to get relevant design context before generating UI code:

# Get style recommendations for a product type
python3 <skill_dir>/scripts/search.py "SaaS dashboard" --domain product

# Get color palette
python3 <skill_dir>/scripts/search.py "fintech app" --domain color

# Get font pairing
python3 <skill_dir>/scripts/search.py "modern minimal" --domain typography

# Generate a full design system
python3 <skill_dir>/scripts/search.py "fitness tracking app" --design-system -p "FitTrack"

Step 2: Apply Results

Use the search results to inform your design decisions. The search returns prioritized, ranked results from the database.

Step 3: Quality Check Against Priority Rules

PriorityCategoryKey Checks
1AccessibilityContrast 4.5:1, Alt text, Keyboard nav, Aria-labels
2Touch & InteractionMin 44×44px targets, Loading feedback
3PerformanceWebP/AVIF, Lazy loading, CLS < 0.1
4Style SelectionMatch product type, Consistency, SVG icons
5Layout & ResponsiveMobile-first, No horizontal scroll
6Typography & ColorBase 16px, Line-height 1.5, Semantic tokens
7Animation150–300ms duration, transform/opacity only
8Forms & FeedbackVisible labels, Error near field
9NavigationPredictable back, Bottom nav ≤5 items
10Charts & DataLegends, Tooltips, Accessible colors

Quick Reference

Accessibility (CRITICAL)

  • Minimum 4.5:1 contrast ratio for normal text
  • Visible focus rings on all interactive elements
  • Descriptive alt text for meaningful images
  • aria-labels for icon-only buttons
  • Tab order matches visual order
  • Support prefers-reduced-motion

Touch & Interaction (CRITICAL)

  • Min 44×44pt (Apple) / 48×48dp (Material) touch targets
  • Minimum 8px gap between touch targets
  • Use click/tap for primary interactions, not hover-only
  • Disable button + show spinner during async operations
  • Add cursor-pointer to clickable elements

Performance (HIGH)

  • Use WebP/AVIF + responsive srcset
  • Declare width/height to prevent CLS
  • font-display: swap to avoid FOIT
  • Lazy load below-fold images
  • Virtualize lists with 50+ items

Style Selection (HIGH)

  • Match style to product type (run --domain product)
  • Use SVG icons (Heroicons, Lucide) — never emoji as icons
  • One icon set/visual language across the product
  • Each screen has only one primary CTA

Layout & Responsive (HIGH)

  • width=device-width, initial-scale=1 viewport meta
  • Design mobile-first: 375 → 768 → 1024 → 1440
  • No horizontal scroll on mobile
  • Use 4pt/8dp spacing scale
  • min-h-dvh instead of 100vh on mobile

Typography & Color (MEDIUM)

  • Minimum 16px body text (avoids iOS auto-zoom)
  • Line height 1.5–1.75 for body text
  • 65–75 chars per line on desktop
  • Use semantic color tokens, not raw hex in components
  • Bold headings (600–700), Regular body (400), Medium labels (500)

Animation (MEDIUM)

  • 150–300ms for micro-interactions
  • Use transform/opacity only — never animate width/height
  • Respect prefers-reduced-motion
  • Exit animations 60–70% of enter duration
  • Every animation must convey meaning, not just decoration

Forms & Feedback (MEDIUM)

  • Visible label per input (not placeholder-only)
  • Show error below the related field
  • Validate on blur, not keystroke
  • Confirm before destructive actions
  • Auto-dismiss toasts in 3–5s

Navigation (HIGH)

  • Bottom nav max 5 items with labels
  • Back navigation must be predictable
  • All key screens reachable via deep link
  • State preservation when navigating back

Charts & Data (LOW)

  • Match chart type to data type (trend → line, comparison → bar)
  • Always show legend near chart
  • Provide tooltips on hover/tap
  • Use accessible color palettes (not red/green only)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

89.47%
按下载量换算3,854

安全审计

VirusTotal

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills