# Send UI/UX Pro Max to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ui-ux-pro-max",
    "name": "UI/UX Pro Max",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/xobi667/ui-ux-pro-max",
    "canonicalUrl": "https://clawhub.ai/xobi667/ui-ux-pro-max",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ui-ux-pro-max",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ui-ux-pro-max",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "assets/data/charts.csv",
      "assets/data/colors.csv",
      "assets/data/icons.csv",
      "assets/data/landing.csv",
      "assets/data/products.csv"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "ui-ux-pro-max",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T22:08:27.670Z",
      "expiresAt": "2026-05-07T22:08:27.670Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ui-ux-pro-max",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ui-ux-pro-max",
        "contentDisposition": "attachment; filename=\"ui-ux-pro-max-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ui-ux-pro-max"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ui-ux-pro-max"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ui-ux-pro-max",
    "downloadUrl": "https://openagent3.xyz/downloads/ui-ux-pro-max",
    "agentUrl": "https://openagent3.xyz/skills/ui-ux-pro-max/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ui-ux-pro-max/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ui-ux-pro-max/agent.md"
  }
}
```
## Documentation

### 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:

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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: xobi667
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T22:08:27.670Z
- Expires at: 2026-05-07T22:08:27.670Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ui-ux-pro-max)
- [Send to Agent page](https://openagent3.xyz/skills/ui-ux-pro-max/agent)
- [JSON manifest](https://openagent3.xyz/skills/ui-ux-pro-max/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ui-ux-pro-max/agent.md)
- [Download page](https://openagent3.xyz/downloads/ui-ux-pro-max)