# Send EPAI 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": "epaiskill",
    "name": "EPAI",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Iamlovingit/epaiskill",
    "canonicalUrl": "https://clawhub.ai/Iamlovingit/epaiskill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/epaiskill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=epaiskill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/epaiclt.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "epaiskill",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T19:39:16.199Z",
      "expiresAt": "2026-05-09T19:39:16.199Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=epaiskill",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=epaiskill",
        "contentDisposition": "attachment; filename=\"epaiskill-1.0.4.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "epaiskill"
      },
      "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/epaiskill"
    },
    "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/epaiskill",
    "downloadUrl": "https://openagent3.xyz/downloads/epaiskill",
    "agentUrl": "https://openagent3.xyz/skills/epaiskill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/epaiskill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/epaiskill/agent.md"
  }
}
```
## Documentation

### EPAI Skill

此 Skill 封装了 EPAI 平台的管理操作，所有接口都通过 scripts/epaiclt.py 调用。

### 列出所有知识库

python scripts/epaiclt.py --method kb_list

### 创建知识库（必须指定 catalog_id）

python scripts/epaiclt.py   --method kb_create   --name "知识库名称"   --description "知识库描述"   --catalog_id <目录ID>

### 删除知识库

python scripts/epaiclt.py   --method kb_delete   --kb_ids kb_id1 kb_id2 ...

### 上传文件到知识库

python scripts/epaiclt.py   --method document_upload   --kb_id <知识库ID>   --file ./file1.pdf ./file2.docx

### 获取目录列表

python scripts/epaiclt.py --method catalog_list

### 创建目录（必须指定 parent_id）

python scripts/epaiclt.py   --method catalog_create   --name "目录名称"   --parent_id <父目录ID>

### 删除目录

python scripts/epaiclt.py   --method catalog_delete   --catalog_id <目录ID>

### 获取知识库文档列表

python scripts/epaiclt.py   --method document_list   --kb_id <知识库ID>

### 批量删除知识库文档

python scripts/epaiclt.py   --method document_delete   --doc_ids doc_id1 doc_id2 ...
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Iamlovingit
- Version: 1.0.4
## 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-05-02T19:39:16.199Z
- Expires at: 2026-05-09T19:39:16.199Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/epaiskill)
- [Send to Agent page](https://openagent3.xyz/skills/epaiskill/agent)
- [JSON manifest](https://openagent3.xyz/skills/epaiskill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/epaiskill/agent.md)
- [Download page](https://openagent3.xyz/downloads/epaiskill)