# Send Antd 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": "antd",
    "name": "Antd",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/batype/antd",
    "canonicalUrl": "https://clawhub.ai/batype/antd",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/antd",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=antd",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CLAWHUB.md",
      "COMPONENTS.en-US.md",
      "COMPONENTS.md",
      "EXAMPLES-ENTERPRISE.md",
      "EXAMPLES.md",
      "README.en-US.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "antd",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T00:42:20.178Z",
      "expiresAt": "2026-05-07T00:42:20.178Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=antd",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=antd",
        "contentDisposition": "attachment; filename=\"antd-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "antd"
      },
      "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/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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### 描述

为 AI 助手提供 Ant Design 组件库的使用能力。AI 可以在任何 React 项目中使用 Ant Design 的基础组件来构建 UI，包括按钮、表单、表格、模态框、布局等所有官方组件。

### 位置

~/.openclaw/workspace/skills/antd

### 功能

提供 Ant Design 所有基础组件的使用知识
支持在任意 React 项目中使用 Ant Design
提供组件属性、用法、最佳实践
支持 Ant Design 5.x 的所有特性
提供主题定制、国际化等高级用法

### 通用组件

Button, Icon, Typography, Layout, Space, Divider, etc.

### 导航组件

Menu, Tabs, Breadcrumb, Dropdown, Pagination, Steps, etc.

### 数据录入组件

Form, Input, Select, Radio, Checkbox, DatePicker, Upload, etc.

### 数据展示组件

Table, Card, List, Tree, Transfer, Timeline, Badge, etc.

### 反馈组件

Modal, Message, Notification, Result, Progress, Spin, etc.

### 布局组件

Grid, Layout, Space, Divider, etc.

### 在 OpenClaw 中使用

用 Ant Design 创建一个按钮
帮我做一个表单，包含输入框和选择器
用 Table 组件展示用户数据
添加一个 Modal 确认对话框

### 依赖

React 18+
Ant Design 5+
@ant-design/icons

### 作者

batype

### 版本

1.0.0
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: batype
- Version: 1.0.1
## 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-30T00:42:20.178Z
- Expires at: 2026-05-07T00:42:20.178Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/antd)
- [Send to Agent page](https://openagent3.xyz/skills/antd/agent)
- [JSON manifest](https://openagent3.xyz/skills/antd/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/antd/agent.md)
- [Download page](https://openagent3.xyz/downloads/antd)