← 返回 Skills 市场
grcdevil-art

抖音自动回复助手

作者 grcdevil-art · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
480
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install douyin-auto-reply
功能描述
抖音自动回复助手 - 自动回复抖音评论、发送引荐码、引导私信。使用 DouyinBot API 实现评论监控、智能回复和私信引流。适用于抖音创作者、电商卖家、知识付费从业者。
使用说明 (SKILL.md)

抖音自动回复助手

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

功能

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

快速开始

配置

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 - 关键词回复规则(可选独立配置)

注意事项

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

API 参考

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

故障排查

详见 references/troubleshooting.md - 常见问题和解决方案

安全使用建议
This package is internally coherent for a Douyin auto-reply tool, but review and consider the following before installing or running: - Sensitive credential: the tool requires your Douyin session cookie (copied from your browser). Treat it like a password — do not share it, do not upload config.json to untrusted hosts, and store backups securely. - Incomplete implementation: the main script has TODOs for the actual API calls (get_comments, reply_comment, send_private_message). By default it will not perform network operations until those functions are implemented. Verify any added network code before running. - Run locally and inspect code: run in a controlled environment, read/understand the code that will call Douyin APIs, and confirm there are no hidden network endpoints or telemetry you don't expect. - Account risk: automated replies can trigger platform enforcement. Use conservative rate limits/delays and prefer testing on a secondary account first. - Dependencies: the package expects Python and the requests library; install only from trusted sources (pip install requests). If you want higher assurance, ask the developer for a version where the API calls are implemented and peer-reviewed, or request a signed/source-controlled release (e.g., GitHub repo) so you can verify changes over time.
功能分析
Type: OpenClaw Skill Name: douyin-auto-reply Version: 1.0.1 The skill 'douyin-auto-reply' is a Douyin auto-reply bot designed to automate comment responses and private messages. It requires a user-provided Douyin session cookie, which is stored in `config.json` and intended for authenticating with `douyin.com` for its core functionality. While the main script `scripts/douyin_bot.py` contains `TODO` comments for API calls, `references/api_docs.md` provides standard `requests` code for interacting with Douyin's API. There is no evidence of data exfiltration to unauthorized third parties, malicious command execution, persistence mechanisms, or deceptive prompt injection attempts in any of the files. The documentation consistently describes a legitimate automation tool, including explicit statements against malicious features and advice for safe usage.
能力评估
Purpose & Capability
Name, description, docs and included scripts align with an automated Douyin comment-reply/pm tool. However, the main script (scripts/douyin_bot.py) currently contains TODO placeholders for get_comments, reply_comment and send_private_message (no real network calls implemented). references/api_docs.md shows expected API endpoints and example requests, so the package documents the intended capabilities, but the shipped code is incomplete — it will not actually call Douyin until those TODOs are implemented.
Instruction Scope
SKILL.md and QUICKSTART instruct the user to copy a browser session cookie into config.json or via the config_manager tool. That is expected for cookie-based automation, but asking users to extract and paste session cookies is sensitive: the cookie grants account access and must be kept secret. The runtime instructions and scripts operate on local files (config.json, stats.json, douyin_bot.log) and do not reference other system credentials or external endpoints beyond the documented Douyin API.
Install Mechanism
No install spec; this is an instruction-and-script package that runs locally. requirements.txt lists only requests, which matches the documented API usage. Nothing is downloaded from external/personal URLs or written to system locations during install.
Credentials
The skill requires no environment variables or external credentials in metadata; it uses a douyin_cookie stored in a local config file, which is proportionate to the stated purpose. The number and type of required secrets (just a session cookie) are appropriate for a cookie-authenticated client. Note: session cookies are sensitive and can be abused if exposed.
Persistence & Privilege
The skill does not request persistent elevated privileges, does not set always:true, and does not modify other skills or system-wide agent settings. It is user-invocable and can be run locally on demand.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install douyin-auto-reply
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /douyin-auto-reply 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Initial release - 抖音评论/私信自动回复,支持引荐码自动发送
v1.0.0
Initial release - 抖音评论/私信自动回复,支持引荐码自动发送
元数据
Slug douyin-auto-reply
版本 1.0.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

抖音自动回复助手 是什么?

抖音自动回复助手 - 自动回复抖音评论、发送引荐码、引导私信。使用 DouyinBot API 实现评论监控、智能回复和私信引流。适用于抖音创作者、电商卖家、知识付费从业者。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 480 次。

如何安装 抖音自动回复助手?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install douyin-auto-reply」即可一键安装,无需额外配置。

抖音自动回复助手 是免费的吗?

是的,抖音自动回复助手 完全免费(开源免费),可自由下载、安装和使用。

抖音自动回复助手 支持哪些平台?

抖音自动回复助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 抖音自动回复助手?

由 grcdevil-art(@grcdevil-art)开发并维护,当前版本 v1.0.1。

💬 留言讨论