{
  "schemaVersion": "1.0",
  "item": {
    "slug": "antd",
    "name": "Antd",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/batype/antd",
    "canonicalUrl": "https://clawhub.ai/batype/antd",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/antd",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=antd",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "CLAWHUB.md",
      "COMPONENTS.en-US.md",
      "COMPONENTS.md",
      "EXAMPLES-ENTERPRISE.md",
      "EXAMPLES.md",
      "README.en-US.md"
    ],
    "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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/antd"
    },
    "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/antd",
    "agentPageUrl": "https://openagent3.xyz/skills/antd/agent",
    "manifestUrl": "https://openagent3.xyz/skills/antd/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/antd/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": "描述",
        "body": "为 AI 助手提供 Ant Design 组件库的使用能力。AI 可以在任何 React 项目中使用 Ant Design 的基础组件来构建 UI，包括按钮、表单、表格、模态框、布局等所有官方组件。"
      },
      {
        "title": "位置",
        "body": "~/.openclaw/workspace/skills/antd"
      },
      {
        "title": "功能",
        "body": "提供 Ant Design 所有基础组件的使用知识\n支持在任意 React 项目中使用 Ant Design\n提供组件属性、用法、最佳实践\n支持 Ant Design 5.x 的所有特性\n提供主题定制、国际化等高级用法"
      },
      {
        "title": "通用组件",
        "body": "Button, Icon, Typography, Layout, Space, Divider, etc."
      },
      {
        "title": "导航组件",
        "body": "Menu, Tabs, Breadcrumb, Dropdown, Pagination, Steps, etc."
      },
      {
        "title": "数据录入组件",
        "body": "Form, Input, Select, Radio, Checkbox, DatePicker, Upload, etc."
      },
      {
        "title": "数据展示组件",
        "body": "Table, Card, List, Tree, Transfer, Timeline, Badge, etc."
      },
      {
        "title": "反馈组件",
        "body": "Modal, Message, Notification, Result, Progress, Spin, etc."
      },
      {
        "title": "布局组件",
        "body": "Grid, Layout, Space, Divider, etc."
      },
      {
        "title": "在 OpenClaw 中使用",
        "body": "用 Ant Design 创建一个按钮\n帮我做一个表单，包含输入框和选择器\n用 Table 组件展示用户数据\n添加一个 Modal 确认对话框"
      },
      {
        "title": "依赖",
        "body": "React 18+\nAnt Design 5+\n@ant-design/icons"
      },
      {
        "title": "作者",
        "body": "batype"
      },
      {
        "title": "版本",
        "body": "1.0.0"
      }
    ],
    "body": "Ant Design 组件库 (antd)\n描述\n\n为 AI 助手提供 Ant Design 组件库的使用能力。AI 可以在任何 React 项目中使用 Ant Design 的基础组件来构建 UI，包括按钮、表单、表格、模态框、布局等所有官方组件。\n\n位置\n\n~/.openclaw/workspace/skills/antd\n\n功能\n提供 Ant Design 所有基础组件的使用知识\n支持在任意 React 项目中使用 Ant Design\n提供组件属性、用法、最佳实践\n支持 Ant Design 5.x 的所有特性\n提供主题定制、国际化等高级用法\n核心组件\n通用组件\n\nButton, Icon, Typography, Layout, Space, Divider, etc.\n\n导航组件\n\nMenu, Tabs, Breadcrumb, Dropdown, Pagination, Steps, etc.\n\n数据录入组件\n\nForm, Input, Select, Radio, Checkbox, DatePicker, Upload, etc.\n\n数据展示组件\n\nTable, Card, List, Tree, Transfer, Timeline, Badge, etc.\n\n反馈组件\n\nModal, Message, Notification, Result, Progress, Spin, etc.\n\n布局组件\n\nGrid, Layout, Space, Divider, etc.\n\n使用方法\n在 OpenClaw 中使用\n用 Ant Design 创建一个按钮\n帮我做一个表单，包含输入框和选择器\n用 Table 组件展示用户数据\n添加一个 Modal 确认对话框\n\n依赖\nReact 18+\nAnt Design 5+\n@ant-design/icons\n作者\n\nbatype\n\n版本\n\n1.0.0"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/batype/antd",
    "publisherUrl": "https://clawhub.ai/batype/antd",
    "owner": "batype",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/antd",
    "downloadUrl": "https://openagent3.xyz/downloads/antd",
    "agentUrl": "https://openagent3.xyz/skills/antd/agent",
    "manifestUrl": "https://openagent3.xyz/skills/antd/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/antd/agent.md"
  }
}