{
  "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": {
    "downloadMode": "redirect",
    "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",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "assets/data/charts.csv",
      "assets/data/colors.csv",
      "assets/data/icons.csv",
      "assets/data/landing.csv",
      "assets/data/products.csv"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/ui-ux-pro-max",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "1) Triage",
        "body": "Ask only what you must to avoid wrong work:\n\nTarget platform: web / iOS / Android / desktop\nStack (if code changes): React/Next/Vue/Svelte, CSS/Tailwind, component library\nGoal and constraints: conversion, speed, brand vibe, accessibility level (WCAG AA?)\nWhat you have: screenshot, Figma, repo, URL, user journey\n\nIf the user says \"全部都要\" (design + UX + code + design system), treat it as four deliverables and ship in that order."
      },
      {
        "title": "2) Produce Deliverables (pick what fits)",
        "body": "Always be concrete: name components, states, spacing, typography, and interactions.\n\nUI concept + layout: Provide a clear visual direction, grid, typography, color system, key screens/sections.\nUX flow: Map the user journey, critical paths, error/empty/loading states, edge cases.\nDesign system: Tokens (color/typography/spacing/radius/shadow), component rules, accessibility notes.\nImplementation plan: Exact file-level edits, component breakdown, and acceptance criteria."
      },
      {
        "title": "3) Use Bundled Assets",
        "body": "This skill bundles data you can cite for inspiration/standards.\n\nDesign intelligence data: Read from skills/ui-ux-pro-max/assets/data/ when you need palettes, patterns, or UI/UX heuristics.\nUpstream reference: If you need more phrasing/examples, consult skills/ui-ux-pro-max/references/upstream-skill-content.md."
      },
      {
        "title": "4) Optional Script (Design System Generator)",
        "body": "If you need to quickly generate tokens and page-specific overrides, use the bundled script:\n\npython3 skills/ui-ux-pro-max/scripts/design_system.py --help\n\nPrefer running it when the user wants a structured token output (ASCII-friendly)."
      },
      {
        "title": "Output Standards",
        "body": "Default to ASCII-only tokens/variables unless the project already uses Unicode.\nInclude: spacing scale, type scale, 2-3 font pair options, color tokens, component states.\nAlways cover: empty/loading/error, keyboard navigation, focus states, contrast."
      }
    ],
    "body": "Follow these steps to deliver high-quality UI/UX output with minimal back-and-forth.\n\n1) Triage\n\nAsk only what you must to avoid wrong work:\n\nTarget platform: web / iOS / Android / desktop\nStack (if code changes): React/Next/Vue/Svelte, CSS/Tailwind, component library\nGoal and constraints: conversion, speed, brand vibe, accessibility level (WCAG AA?)\nWhat you have: screenshot, Figma, repo, URL, user journey\n\nIf the user says \"全部都要\" (design + UX + code + design system), treat it as four deliverables and ship in that order.\n\n2) Produce Deliverables (pick what fits)\n\nAlways be concrete: name components, states, spacing, typography, and interactions.\n\nUI concept + layout: Provide a clear visual direction, grid, typography, color system, key screens/sections.\nUX flow: Map the user journey, critical paths, error/empty/loading states, edge cases.\nDesign system: Tokens (color/typography/spacing/radius/shadow), component rules, accessibility notes.\nImplementation plan: Exact file-level edits, component breakdown, and acceptance criteria.\n3) Use Bundled Assets\n\nThis skill bundles data you can cite for inspiration/standards.\n\nDesign intelligence data: Read from skills/ui-ux-pro-max/assets/data/ when you need palettes, patterns, or UI/UX heuristics.\nUpstream reference: If you need more phrasing/examples, consult skills/ui-ux-pro-max/references/upstream-skill-content.md.\n4) Optional Script (Design System Generator)\n\nIf you need to quickly generate tokens and page-specific overrides, use the bundled script:\n\npython3 skills/ui-ux-pro-max/scripts/design_system.py --help\n\n\nPrefer running it when the user wants a structured token output (ASCII-friendly).\n\nOutput Standards\nDefault to ASCII-only tokens/variables unless the project already uses Unicode.\nInclude: spacing scale, type scale, 2-3 font pair options, color tokens, component states.\nAlways cover: empty/loading/error, keyboard navigation, focus states, contrast."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/xobi667/ui-ux-pro-max",
    "publisherUrl": "https://clawhub.ai/xobi667/ui-ux-pro-max",
    "owner": "xobi667",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}