← All skills
Tencent SkillHub · Developer Tools

抖音自动回复助手

抖音自动回复助手 - 自动回复抖音评论、发送引荐码、引导私信。使用 DouyinBot API 实现评论监控、智能回复和私信引流。适用于抖音创作者、电商卖家、知识付费从业者。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

抖音自动回复助手 - 自动回复抖音评论、发送引荐码、引导私信。使用 DouyinBot API 实现评论监控、智能回复和私信引流。适用于抖音创作者、电商卖家、知识付费从业者。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
CHECKLIST.md, DEVELOPMENT_REPORT.md, SKILL.md, assets/QUICKSTART.md, assets/config.example.json, assets/marketplace_listing.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

抖音自动回复助手

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

功能

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

配置

在 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 - 常见问题和解决方案

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs1 Config
  • SKILL.md Primary doc
  • assets/marketplace_listing.md Docs
  • assets/QUICKSTART.md Docs
  • CHECKLIST.md Docs
  • DEVELOPMENT_REPORT.md Docs
  • assets/config.example.json Config