# Send da-fu-da-gui 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": "email-reply",
    "name": "da-fu-da-gui",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/biaojian2008/email-reply",
    "canonicalUrl": "https://clawhub.ai/biaojian2008/email-reply",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/email-reply",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=email-reply",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "reply_template.txt",
      "SKILL.md",
      "trigger_keywords.txt"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "email-reply",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T22:32:49.281Z",
      "expiresAt": "2026-05-08T22:32:49.281Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=email-reply",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=email-reply",
        "contentDisposition": "attachment; filename=\"email-reply-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "email-reply"
      },
      "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/email-reply"
    },
    "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/email-reply",
    "downloadUrl": "https://openagent3.xyz/downloads/email-reply",
    "agentUrl": "https://openagent3.xyz/skills/email-reply/agent",
    "manifestUrl": "https://openagent3.xyz/skills/email-reply/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/email-reply/agent.md"
  }
}
```
## Documentation

### 技能简介

本技能可自动处理你的邮件收件箱，在新邮件到达时，根据邮件内容，自动生成并发送合适的回复。支持自定义回复模板，适合商务、客服、个人自动回复等多种场景。

### 主要功能

实时检测新邮件，并自动发送回复
支持自定义回复模板（基于发件人/主题关键词）
可与多种邮箱（如Gmail、Outlook）集成
自动记录已回复历史，防止重复发送

### 使用方法

在 ClawHub 中安装本技能。
进入技能设置，授权并绑定你的邮箱账号。
编辑或选择自动回复模板，也可以按关键字设置不同回复内容。
保存设置，技能即自动开始在后台工作。

### 实际用例

客户询盘自动回复：当客户发来邮件咨询时，自动回复：“您好，我们已经收到您的来信，会尽快有专人联系您。”
节假日自动告知：在节假日，自动回复说明公司放假时间，处理延迟说明等。

### 注意事项

建议定期检查自动回复逻辑，防止误回复。
回复模板支持变量：如插入发件人姓名、时间等信息。
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: biaojian2008
- Version: 1.0.0
## 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-01T22:32:49.281Z
- Expires at: 2026-05-08T22:32:49.281Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/email-reply)
- [Send to Agent page](https://openagent3.xyz/skills/email-reply/agent)
- [JSON manifest](https://openagent3.xyz/skills/email-reply/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/email-reply/agent.md)
- [Download page](https://openagent3.xyz/downloads/email-reply)