技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v0.1.0
统计:⭐ 0 · 247 · 18 current installs · 18 all-time installs
⭐ 0
安装量(当前) 18
🛡 VirusTotal :可疑 · OpenClaw :良性
Package:15349185792/ui-ux-pro-max-0-1-0
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :良性
OpenClaw 评估
The skill's files, instructions, and bundled data are consistent with a UI/UX design helper; nothing requested is disproportionate — but the bundled Python scripts are executable code from an unknown source, so inspect or sandbox before running them.
目的
Name/description (UI/UX design + implementation) matches the included assets (colors, icons, patterns, design guidance) and the presence of helper scripts for generating design tokens. There are no unrelated credentials, binaries, or config paths requested.
说明范围
SKILL.md explicitly directs the agent to read bundled CSV/markdown reference files and optionally run skills/ui-ux-pro-max/scripts/design_system.py. That is within the stated purpose (generate tokens/output). However, running the bundled Python script will execute code from the skill bundle — the instructions do not mention any need to read system files or network resources, but the script itself could.
安装机制
No install spec — the skill is instruction-only. This minimizes installation risk. The only runtime action the skill recommends is invoking a local python3 script that is bundled with the skill.
证书
The skill requests no environment variables, no credentials, and no config paths. That is appropriate for a design/implementation guidance skill.
持久
always:false and no special privileges requested. The skill does not request permanent inclusion or modification of other skills or system-wide settings.
综合结论
This skill appears coherent for UI/UX work: it bundles design data and a Python script to generate tokens. The main risk is executing bundled code from an unknown source. Before running the script (python3 skills/ui-ux-pro-max/scripts/design_system.py): 1) Review the script's source for network access (requests/urllib/socket), subprocess/os calls, or filesystem access outside the skill folder. 2) If you can't review, run it in an isolated envi…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Ui Ux Pro Max 0.1.0」。简介:UI/UX design intelligence and implementation guidance for building polished int…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/15349185792/ui-ux-pro-max-0-1-0/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
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.
## 1) Triage
Ask only what you must to avoid wrong work:
- Target platform: web / iOS / Android / desktop
- Stack (if code changes): React/Next/Vue/Svelte, CSS/Tailwind, component library
- Goal and constraints: conversion, speed, brand vibe, accessibility level (WCAG AA?)
- What you have: screenshot, Figma, repo, URL, user journey
If the user says "全部都要" (design + UX + code + design system), treat it as four deliverables and ship in that order.
## 2) Produce Deliverables (pick what fits)
Always be concrete: name components, states, spacing, typography, and interactions.
- **UI concept + layout**: Provide a clear visual direction, grid, typography, color system, key screens/sections.
- **UX flow**: Map the user journey, critical paths, error/empty/loading states, edge cases.
- **Design system**: Tokens (color/typography/spacing/radius/shadow), component rules, accessibility notes.
- **Implementation plan**: Exact file-level edits, component breakdown, and acceptance criteria.
## 3) Use Bundled Assets
This skill bundles data you can cite for inspiration/standards.
- **Design intelligence data**: Read from `skills/ui-ux-pro-max/assets/data/` when you need palettes, patterns, or UI/UX heuristics.
- **Upstream reference**: If you need more phrasing/examples, consult `skills/ui-ux-pro-max/references/upstream-skill-content.md`.
## 4) Optional Script (Design System Generator)
If you need to quickly generate tokens and page-specific overrides, use the bundled script:
```bash
python3 skills/ui-ux-pro-max/scripts/design_system.py --help
```
Prefer running it when the user wants a structured token output (ASCII-friendly).
## Output Standards
- Default to ASCII-only tokens/variables unless the project already uses Unicode.
- Include: spacing scale, type scale, 2-3 font pair options, color tokens, component states.
- Always cover: empty/loading/error, keyboard navigation, focus states, contrast.