{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ui-design-system",
    "name": "Ui Design System",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/alirezarezvani/ui-design-system",
    "canonicalUrl": "https://clawhub.ai/alirezarezvani/ui-design-system",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ui-design-system",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ui-design-system",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/component-architecture.md",
      "references/developer-handoff.md",
      "references/responsive-calculations.md",
      "references/token-generation.md",
      "scripts/design_token_generator.py"
    ],
    "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",
      "slug": "ui-design-system",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-10T09:20:22.329Z",
      "expiresAt": "2026-05-17T09:20:22.329Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ui-design-system",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ui-design-system",
        "contentDisposition": "attachment; filename=\"ui-design-system-2.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ui-design-system"
      },
      "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-design-system"
    },
    "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-design-system",
    "agentPageUrl": "https://openagent3.xyz/skills/ui-design-system/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ui-design-system/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ui-design-system/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": "UI Design System",
        "body": "Generate design tokens, create color palettes, calculate typography scales, build component systems, and prepare developer handoff documentation."
      },
      {
        "title": "Table of Contents",
        "body": "Trigger Terms\nWorkflows\n\nWorkflow 1: Generate Design Tokens\nWorkflow 2: Create Component System\nWorkflow 3: Responsive Design\nWorkflow 4: Developer Handoff\n\n\nTool Reference\nQuick Reference Tables\nKnowledge Base"
      },
      {
        "title": "Trigger Terms",
        "body": "Use this skill when you need to:\n\n\"generate design tokens\"\n\"create color palette\"\n\"build typography scale\"\n\"calculate spacing system\"\n\"create design system\"\n\"generate CSS variables\"\n\"export SCSS tokens\"\n\"set up component architecture\"\n\"document component library\"\n\"calculate responsive breakpoints\"\n\"prepare developer handoff\"\n\"convert brand color to palette\"\n\"check WCAG contrast\"\n\"build 8pt grid system\""
      },
      {
        "title": "Workflow 1: Generate Design Tokens",
        "body": "Situation: You have a brand color and need a complete design token system.\n\nSteps:\n\nIdentify brand color and style\n\nBrand primary color (hex format)\nStyle preference: modern | classic | playful\n\n\n\nGenerate tokens using script\npython scripts/design_token_generator.py \"#0066CC\" modern json\n\n\n\nReview generated categories\n\nColors: primary, secondary, neutral, semantic, surface\nTypography: fontFamily, fontSize, fontWeight, lineHeight\nSpacing: 8pt grid-based scale (0-64)\nBorders: radius, width\nShadows: none through 2xl\nAnimation: duration, easing\nBreakpoints: xs through 2xl\n\n\n\nExport in target format\n# CSS custom properties\npython scripts/design_token_generator.py \"#0066CC\" modern css > design-tokens.css\n\n# SCSS variables\npython scripts/design_token_generator.py \"#0066CC\" modern scss > _design-tokens.scss\n\n# JSON for Figma/tooling\npython scripts/design_token_generator.py \"#0066CC\" modern json > design-tokens.json\n\n\n\nValidate accessibility\n\nCheck color contrast meets WCAG AA (4.5:1 normal, 3:1 large text)\nVerify semantic colors have contrast colors defined"
      },
      {
        "title": "Workflow 2: Create Component System",
        "body": "Situation: You need to structure a component library using design tokens.\n\nSteps:\n\nDefine component hierarchy\n\nAtoms: Button, Input, Icon, Label, Badge\nMolecules: FormField, SearchBar, Card, ListItem\nOrganisms: Header, Footer, DataTable, Modal\nTemplates: DashboardLayout, AuthLayout\n\n\n\nMap tokens to components\nComponentTokens UsedButtoncolors, sizing, borders, shadows, typographyInputcolors, sizing, borders, spacingCardcolors, borders, shadows, spacingModalcolors, shadows, spacing, z-index, animation\n\n\nDefine variant patterns\nSize variants:\nsm: height 32px, paddingX 12px, fontSize 14px\nmd: height 40px, paddingX 16px, fontSize 16px\nlg: height 48px, paddingX 20px, fontSize 18px\n\nColor variants:\nprimary: background primary-500, text white\nsecondary: background neutral-100, text neutral-900\nghost: background transparent, text neutral-700\n\n\n\nDocument component API\n\nProps interface with types\nVariant options\nState handling (hover, active, focus, disabled)\nAccessibility requirements\n\n\n\nReference: See references/component-architecture.md"
      },
      {
        "title": "Workflow 3: Responsive Design",
        "body": "Situation: You need breakpoints, fluid typography, or responsive spacing.\n\nSteps:\n\nDefine breakpoints\nNameWidthTargetxs0Small phonessm480pxLarge phonesmd640pxTabletslg768pxSmall laptopsxl1024pxDesktops2xl1280pxLarge screens\n\n\nCalculate fluid typography\nFormula: clamp(min, preferred, max)\n/* 16px to 24px between 320px and 1200px viewport */\nfont-size: clamp(1rem, 0.5rem + 2vw, 1.5rem);\n\nPre-calculated scales:\n--fluid-h1: clamp(2rem, 1rem + 3.6vw, 4rem);\n--fluid-h2: clamp(1.75rem, 1rem + 2.3vw, 3rem);\n--fluid-h3: clamp(1.5rem, 1rem + 1.4vw, 2.25rem);\n--fluid-body: clamp(1rem, 0.95rem + 0.2vw, 1.125rem);\n\n\n\nSet up responsive spacing\nTokenMobileTabletDesktop--space-md12px16px16px--space-lg16px24px32px--space-xl24px32px48px--space-section48px80px120px\n\n\nReference: See references/responsive-calculations.md"
      },
      {
        "title": "Workflow 4: Developer Handoff",
        "body": "Situation: You need to hand off design tokens to development team.\n\nSteps:\n\nExport tokens in required formats\n# For CSS projects\npython scripts/design_token_generator.py \"#0066CC\" modern css\n\n# For SCSS projects\npython scripts/design_token_generator.py \"#0066CC\" modern scss\n\n# For JavaScript/TypeScript\npython scripts/design_token_generator.py \"#0066CC\" modern json\n\n\n\nPrepare framework integration\nReact + CSS Variables:\nimport './design-tokens.css';\n\n<button className=\"btn btn-primary\">Click</button>\n\nTailwind Config:\nconst tokens = require('./design-tokens.json');\n\nmodule.exports = {\n  theme: {\n    colors: tokens.colors,\n    fontFamily: tokens.typography.fontFamily\n  }\n};\n\nstyled-components:\nimport tokens from './design-tokens.json';\n\nconst Button = styled.button`\n  background: ${tokens.colors.primary['500']};\n  padding: ${tokens.spacing['2']} ${tokens.spacing['4']};\n`;\n\n\n\nSync with Figma\n\nInstall Tokens Studio plugin\nImport design-tokens.json\nTokens sync automatically with Figma styles\n\n\n\nHandoff checklist\n\n Token files added to project\n Build pipeline configured\n Theme/CSS variables imported\n Component library aligned\n Documentation generated\n\n\n\nReference: See references/developer-handoff.md"
      },
      {
        "title": "design_token_generator.py",
        "body": "Generates complete design token system from brand color.\n\nArgumentValuesDefaultDescriptionbrand_colorHex color#0066CCPrimary brand colorstylemodern, classic, playfulmodernDesign style presetformatjson, css, scss, summaryjsonOutput format\n\nExamples:\n\n# Generate JSON tokens (default)\npython scripts/design_token_generator.py \"#0066CC\"\n\n# Classic style with CSS output\npython scripts/design_token_generator.py \"#8B4513\" classic css\n\n# Playful style summary view\npython scripts/design_token_generator.py \"#FF6B6B\" playful summary\n\nOutput Categories:\n\nCategoryDescriptionKey ValuescolorsColor palettesprimary, secondary, neutral, semantic, surfacetypographyFont systemfontFamily, fontSize, fontWeight, lineHeightspacing8pt grid0-64 scale, semantic (xs-3xl)sizingComponent sizescontainer, button, input, iconbordersBorder valuesradius (per style), widthshadowsShadow stylesnone through 2xl, inneranimationMotion tokensduration, easing, keyframesbreakpointsResponsivexs, sm, md, lg, xl, 2xlz-indexLayer systembase through notification"
      },
      {
        "title": "Color Scale Generation",
        "body": "StepBrightnessSaturationUse Case5095% fixed30%Subtle backgrounds10095% fixed38%Light backgrounds20095% fixed46%Hover states30095% fixed54%Borders40095% fixed62%Disabled states500Original70%Base/default color600Original × 0.878%Hover (dark)700Original × 0.686%Active states800Original × 0.494%Text900Original × 0.2100%Headings"
      },
      {
        "title": "Typography Scale (1.25x Ratio)",
        "body": "SizeValueCalculationxs10px16 ÷ 1.25²sm13px16 ÷ 1.25¹base16pxBaselg20px16 × 1.25¹xl25px16 × 1.25²2xl31px16 × 1.25³3xl39px16 × 1.25⁴4xl49px16 × 1.25⁵5xl61px16 × 1.25⁶"
      },
      {
        "title": "WCAG Contrast Requirements",
        "body": "LevelNormal TextLarge TextAA4.5:13:1AAA7:14.5:1\n\nLarge text: ≥18pt regular or ≥14pt bold"
      },
      {
        "title": "Style Presets",
        "body": "AspectModernClassicPlayfulFont SansInterHelveticaPoppinsFont MonoFira CodeCourierSource Code ProRadius Default8px4px16pxShadowsLayered, subtleSingle layerSoft, pronounced"
      },
      {
        "title": "Knowledge Base",
        "body": "Detailed reference guides in references/:\n\nFileContenttoken-generation.mdColor algorithms, HSV space, WCAG contrast, type scalescomponent-architecture.mdAtomic design, naming conventions, props patternsresponsive-calculations.mdBreakpoints, fluid typography, grid systemsdeveloper-handoff.mdExport formats, framework setup, Figma sync"
      },
      {
        "title": "Token Generation",
        "body": "Brand color provided in hex format\n Style matches project requirements\n All token categories generated\n Semantic colors include contrast values"
      },
      {
        "title": "Component System",
        "body": "All sizes implemented (sm, md, lg)\n All variants implemented (primary, secondary, ghost)\n All states working (hover, active, focus, disabled)\n Uses only design tokens (no hardcoded values)"
      },
      {
        "title": "Accessibility",
        "body": "Color contrast meets WCAG AA\n Focus indicators visible\n Touch targets ≥ 44×44px\n Semantic HTML elements used"
      },
      {
        "title": "Developer Handoff",
        "body": "Tokens exported in required format\n Framework integration documented\n Design tool synced\n Component documentation complete"
      }
    ],
    "body": "UI Design System\n\nGenerate design tokens, create color palettes, calculate typography scales, build component systems, and prepare developer handoff documentation.\n\nTable of Contents\nTrigger Terms\nWorkflows\nWorkflow 1: Generate Design Tokens\nWorkflow 2: Create Component System\nWorkflow 3: Responsive Design\nWorkflow 4: Developer Handoff\nTool Reference\nQuick Reference Tables\nKnowledge Base\nTrigger Terms\n\nUse this skill when you need to:\n\n\"generate design tokens\"\n\"create color palette\"\n\"build typography scale\"\n\"calculate spacing system\"\n\"create design system\"\n\"generate CSS variables\"\n\"export SCSS tokens\"\n\"set up component architecture\"\n\"document component library\"\n\"calculate responsive breakpoints\"\n\"prepare developer handoff\"\n\"convert brand color to palette\"\n\"check WCAG contrast\"\n\"build 8pt grid system\"\nWorkflows\nWorkflow 1: Generate Design Tokens\n\nSituation: You have a brand color and need a complete design token system.\n\nSteps:\n\nIdentify brand color and style\n\nBrand primary color (hex format)\nStyle preference: modern | classic | playful\n\nGenerate tokens using script\n\npython scripts/design_token_generator.py \"#0066CC\" modern json\n\n\nReview generated categories\n\nColors: primary, secondary, neutral, semantic, surface\nTypography: fontFamily, fontSize, fontWeight, lineHeight\nSpacing: 8pt grid-based scale (0-64)\nBorders: radius, width\nShadows: none through 2xl\nAnimation: duration, easing\nBreakpoints: xs through 2xl\n\nExport in target format\n\n# CSS custom properties\npython scripts/design_token_generator.py \"#0066CC\" modern css > design-tokens.css\n\n# SCSS variables\npython scripts/design_token_generator.py \"#0066CC\" modern scss > _design-tokens.scss\n\n# JSON for Figma/tooling\npython scripts/design_token_generator.py \"#0066CC\" modern json > design-tokens.json\n\n\nValidate accessibility\n\nCheck color contrast meets WCAG AA (4.5:1 normal, 3:1 large text)\nVerify semantic colors have contrast colors defined\nWorkflow 2: Create Component System\n\nSituation: You need to structure a component library using design tokens.\n\nSteps:\n\nDefine component hierarchy\n\nAtoms: Button, Input, Icon, Label, Badge\nMolecules: FormField, SearchBar, Card, ListItem\nOrganisms: Header, Footer, DataTable, Modal\nTemplates: DashboardLayout, AuthLayout\n\nMap tokens to components\n\nComponent\tTokens Used\nButton\tcolors, sizing, borders, shadows, typography\nInput\tcolors, sizing, borders, spacing\nCard\tcolors, borders, shadows, spacing\nModal\tcolors, shadows, spacing, z-index, animation\n\nDefine variant patterns\n\nSize variants:\n\nsm: height 32px, paddingX 12px, fontSize 14px\nmd: height 40px, paddingX 16px, fontSize 16px\nlg: height 48px, paddingX 20px, fontSize 18px\n\n\nColor variants:\n\nprimary: background primary-500, text white\nsecondary: background neutral-100, text neutral-900\nghost: background transparent, text neutral-700\n\n\nDocument component API\n\nProps interface with types\nVariant options\nState handling (hover, active, focus, disabled)\nAccessibility requirements\n\nReference: See references/component-architecture.md\n\nWorkflow 3: Responsive Design\n\nSituation: You need breakpoints, fluid typography, or responsive spacing.\n\nSteps:\n\nDefine breakpoints\n\nName\tWidth\tTarget\nxs\t0\tSmall phones\nsm\t480px\tLarge phones\nmd\t640px\tTablets\nlg\t768px\tSmall laptops\nxl\t1024px\tDesktops\n2xl\t1280px\tLarge screens\n\nCalculate fluid typography\n\nFormula: clamp(min, preferred, max)\n\n/* 16px to 24px between 320px and 1200px viewport */\nfont-size: clamp(1rem, 0.5rem + 2vw, 1.5rem);\n\n\nPre-calculated scales:\n\n--fluid-h1: clamp(2rem, 1rem + 3.6vw, 4rem);\n--fluid-h2: clamp(1.75rem, 1rem + 2.3vw, 3rem);\n--fluid-h3: clamp(1.5rem, 1rem + 1.4vw, 2.25rem);\n--fluid-body: clamp(1rem, 0.95rem + 0.2vw, 1.125rem);\n\n\nSet up responsive spacing\n\nToken\tMobile\tTablet\tDesktop\n--space-md\t12px\t16px\t16px\n--space-lg\t16px\t24px\t32px\n--space-xl\t24px\t32px\t48px\n--space-section\t48px\t80px\t120px\n\nReference: See references/responsive-calculations.md\n\nWorkflow 4: Developer Handoff\n\nSituation: You need to hand off design tokens to development team.\n\nSteps:\n\nExport tokens in required formats\n\n# For CSS projects\npython scripts/design_token_generator.py \"#0066CC\" modern css\n\n# For SCSS projects\npython scripts/design_token_generator.py \"#0066CC\" modern scss\n\n# For JavaScript/TypeScript\npython scripts/design_token_generator.py \"#0066CC\" modern json\n\n\nPrepare framework integration\n\nReact + CSS Variables:\n\nimport './design-tokens.css';\n\n<button className=\"btn btn-primary\">Click</button>\n\n\nTailwind Config:\n\nconst tokens = require('./design-tokens.json');\n\nmodule.exports = {\n  theme: {\n    colors: tokens.colors,\n    fontFamily: tokens.typography.fontFamily\n  }\n};\n\n\nstyled-components:\n\nimport tokens from './design-tokens.json';\n\nconst Button = styled.button`\n  background: ${tokens.colors.primary['500']};\n  padding: ${tokens.spacing['2']} ${tokens.spacing['4']};\n`;\n\n\nSync with Figma\n\nInstall Tokens Studio plugin\nImport design-tokens.json\nTokens sync automatically with Figma styles\n\nHandoff checklist\n\n Token files added to project\n Build pipeline configured\n Theme/CSS variables imported\n Component library aligned\n Documentation generated\n\nReference: See references/developer-handoff.md\n\nTool Reference\ndesign_token_generator.py\n\nGenerates complete design token system from brand color.\n\nArgument\tValues\tDefault\tDescription\nbrand_color\tHex color\t#0066CC\tPrimary brand color\nstyle\tmodern, classic, playful\tmodern\tDesign style preset\nformat\tjson, css, scss, summary\tjson\tOutput format\n\nExamples:\n\n# Generate JSON tokens (default)\npython scripts/design_token_generator.py \"#0066CC\"\n\n# Classic style with CSS output\npython scripts/design_token_generator.py \"#8B4513\" classic css\n\n# Playful style summary view\npython scripts/design_token_generator.py \"#FF6B6B\" playful summary\n\n\nOutput Categories:\n\nCategory\tDescription\tKey Values\ncolors\tColor palettes\tprimary, secondary, neutral, semantic, surface\ntypography\tFont system\tfontFamily, fontSize, fontWeight, lineHeight\nspacing\t8pt grid\t0-64 scale, semantic (xs-3xl)\nsizing\tComponent sizes\tcontainer, button, input, icon\nborders\tBorder values\tradius (per style), width\nshadows\tShadow styles\tnone through 2xl, inner\nanimation\tMotion tokens\tduration, easing, keyframes\nbreakpoints\tResponsive\txs, sm, md, lg, xl, 2xl\nz-index\tLayer system\tbase through notification\nQuick Reference Tables\nColor Scale Generation\nStep\tBrightness\tSaturation\tUse Case\n50\t95% fixed\t30%\tSubtle backgrounds\n100\t95% fixed\t38%\tLight backgrounds\n200\t95% fixed\t46%\tHover states\n300\t95% fixed\t54%\tBorders\n400\t95% fixed\t62%\tDisabled states\n500\tOriginal\t70%\tBase/default color\n600\tOriginal × 0.8\t78%\tHover (dark)\n700\tOriginal × 0.6\t86%\tActive states\n800\tOriginal × 0.4\t94%\tText\n900\tOriginal × 0.2\t100%\tHeadings\nTypography Scale (1.25x Ratio)\nSize\tValue\tCalculation\nxs\t10px\t16 ÷ 1.25²\nsm\t13px\t16 ÷ 1.25¹\nbase\t16px\tBase\nlg\t20px\t16 × 1.25¹\nxl\t25px\t16 × 1.25²\n2xl\t31px\t16 × 1.25³\n3xl\t39px\t16 × 1.25⁴\n4xl\t49px\t16 × 1.25⁵\n5xl\t61px\t16 × 1.25⁶\nWCAG Contrast Requirements\nLevel\tNormal Text\tLarge Text\nAA\t4.5:1\t3:1\nAAA\t7:1\t4.5:1\n\nLarge text: ≥18pt regular or ≥14pt bold\n\nStyle Presets\nAspect\tModern\tClassic\tPlayful\nFont Sans\tInter\tHelvetica\tPoppins\nFont Mono\tFira Code\tCourier\tSource Code Pro\nRadius Default\t8px\t4px\t16px\nShadows\tLayered, subtle\tSingle layer\tSoft, pronounced\nKnowledge Base\n\nDetailed reference guides in references/:\n\nFile\tContent\ntoken-generation.md\tColor algorithms, HSV space, WCAG contrast, type scales\ncomponent-architecture.md\tAtomic design, naming conventions, props patterns\nresponsive-calculations.md\tBreakpoints, fluid typography, grid systems\ndeveloper-handoff.md\tExport formats, framework setup, Figma sync\nValidation Checklist\nToken Generation\n Brand color provided in hex format\n Style matches project requirements\n All token categories generated\n Semantic colors include contrast values\nComponent System\n All sizes implemented (sm, md, lg)\n All variants implemented (primary, secondary, ghost)\n All states working (hover, active, focus, disabled)\n Uses only design tokens (no hardcoded values)\nAccessibility\n Color contrast meets WCAG AA\n Focus indicators visible\n Touch targets ≥ 44×44px\n Semantic HTML elements used\nDeveloper Handoff\n Tokens exported in required format\n Framework integration documented\n Design tool synced\n Component documentation complete"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/alirezarezvani/ui-design-system",
    "publisherUrl": "https://clawhub.ai/alirezarezvani/ui-design-system",
    "owner": "alirezarezvani",
    "version": "2.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ui-design-system",
    "downloadUrl": "https://openagent3.xyz/downloads/ui-design-system",
    "agentUrl": "https://openagent3.xyz/skills/ui-design-system/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ui-design-system/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ui-design-system/agent.md"
  }
}