# Send 抖音自动回复助手 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": "douyin-auto-reply",
    "name": "抖音自动回复助手",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/grcdevil-art/douyin-auto-reply",
    "canonicalUrl": "https://clawhub.ai/grcdevil-art/douyin-auto-reply",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/douyin-auto-reply",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=douyin-auto-reply",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CHECKLIST.md",
      "DEVELOPMENT_REPORT.md",
      "SKILL.md",
      "assets/QUICKSTART.md",
      "assets/config.example.json",
      "assets/marketplace_listing.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "douyin-auto-reply",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-13T01:26:46.031Z",
      "expiresAt": "2026-05-20T01:26:46.031Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=douyin-auto-reply",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=douyin-auto-reply",
        "contentDisposition": "attachment; filename=\"douyin-auto-reply-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "douyin-auto-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/douyin-auto-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/douyin-auto-reply",
    "downloadUrl": "https://openagent3.xyz/downloads/douyin-auto-reply",
    "agentUrl": "https://openagent3.xyz/skills/douyin-auto-reply/agent",
    "manifestUrl": "https://openagent3.xyz/skills/douyin-auto-reply/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/douyin-auto-reply/agent.md"
  }
}
```
## Documentation

### 抖音自动回复助手

自动化抖音评论管理和私信引流工具。

### 功能

自动回复评论 - 监控新评论并自动回复
发送引荐码 - 根据关键词自动发送引荐码/优惠码
引导私信 - 智能引导用户私信转化

### 配置

在 config.json 中设置你的抖音账号和 API 信息：

{
  "douyin_cookie": "your_session_cookie",
  "keywords": {
    "怎么买": "添加微信：xxx 领取优惠",
    "价格": "私信我获取专属优惠",
    "链接": "已私信发送链接"
  },
  "reply_delay": 30,
  "daily_limit": 100
}

### 启动

python scripts/douyin_bot.py start

### 查看状态

python scripts/douyin_bot.py status

### 使用场景

电商卖家自动回复商品咨询
知识付费自动发送课程信息
创作者自动引导粉丝私信
品牌方自动发送优惠活动

### 核心脚本

scripts/douyin_bot.py - 主程序，负责评论监控和自动回复
scripts/config_manager.py - 配置管理工具
scripts/analytics.py - 数据统计和分析

### 配置文件

config.json - 主配置文件
keywords.json - 关键词回复规则（可选独立配置）

### 注意事项

遵守抖音平台规则，避免频繁操作导致封号
设置合理的回复延迟（建议 30-60 秒）
设置每日回复上限（建议 100-200 条）
定期更新抖音 cookie 避免失效

### API 参考

详见 references/api_docs.md - 抖音开放平台 API 文档和调用示例

### 故障排查

详见 references/troubleshooting.md - 常见问题和解决方案
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: grcdevil-art
- 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-05-13T01:26:46.031Z
- Expires at: 2026-05-20T01:26:46.031Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/douyin-auto-reply)
- [Send to Agent page](https://openagent3.xyz/skills/douyin-auto-reply/agent)
- [JSON manifest](https://openagent3.xyz/skills/douyin-auto-reply/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/douyin-auto-reply/agent.md)
- [Download page](https://openagent3.xyz/downloads/douyin-auto-reply)