Token导航 LogoToken导航TokenDH.com
运维操作浏览器clawhub未标认证来源可访问clear审计通过

douyin-comment-auto-reply抖音评论自动回复

Agent Skill

douyin-comment-auto-reply 用于辅助视频、动画、脚本化剪辑和多媒体生成流程,适合在 OpenClaw 中需要整理视频素材、生成脚本或维护合成项目时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,878

周安装

325

GitHub Stars

2

下载量

2,574
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:douyin-comment-auto-reply(抖音评论自动回复)
来源仓库:https://github.com/jinhuadeng/douyin-comment-auto-reply
安装命令:
openclaw skills install douyin-comment-auto-reply
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install douyin-comment-auto-reply

简介

协助管理个人抖音账号下的评论互动与回复流程。

  • 适用于希望收集、分类或半自动处理用户留言的场景。
  • 可结合 AI 起草回复内容,提升评论管理效率。
  • 安装命令:openclaw skills install douyin-comment-auto-reply,需授权账号访问权限。
  • 注意隐私与内容审核要求,避免不当回复引发风险。

SKILL.md

name
douyin-comment-auto-reply
description
Douyin comment operations workflow for your own account videos. Use when the user wants to collect, classify, draft, review, or semi-automate replies to comments under their own Douyin videos. Supports comment intent analysis, bilingual or Chinese-first reply drafting, objection handling, lead filtering, escalation rules, and reply SOP design. Also use when the user wants to build or improve a reusable Douyin comment reply process instead of answering comments one by one.

Douyin Comment Auto Reply / 抖音评论自动回复

Use this skill to turn messy Douyin comment handling into a repeatable operating workflow.

Recommended display name: Douyin Comment Auto Reply / 抖音评论自动回复.

Default goal:

  • reply faster
  • keep tone consistent
  • filter leads from noise
  • reduce manual repetition

Default scope:

  • your own Douyin account / your own video comments
  • not mass spam
  • not fake engagement

Core workflow

Follow this sequence unless the user asks for only one piece.

  1. Clarify the business context

Identify: - account type - content niche - offer or product - target audience - desired tone - whether replies are draft-only, review-first, or auto-send

  1. Choose the operating mode

- Draft mode: produce reply drafts only - Review mode: classify comments and draft priority replies - Semi-auto mode: generate replies plus execution checklist - Playbook mode: build reusable SOP, intent tags, reply library

  1. Classify comments before replying

Tag each comment into one primary bucket: - 咨询 / inquiry - 成交意向 / buying intent - 价格异议 / price objection - 质疑 / skepticism - 催更 / engagement - 售后 / support - 无效 / noise or troll

  1. Generate replies by bucket

Return short, natural, platform-native replies. Prefer one-line or two-line answers. Keep the reply feeling human, not robotic.

  1. Escalate when needed

Recommend manual handling when comments involve: - refunds or disputes - sensitive policy topics - legal risk - obvious harassment - high-value leads needing custom conversion

Reply rules

General style

  • sound like the creator or brand account, not customer support boilerplate
  • keep replies short
  • avoid over-explaining in public comment threads
  • move high-intent leads toward DM or next action when appropriate
  • do not argue with trolls unless the user explicitly wants a public stance

Good reply patterns

Use these patterns often:

  • 轻回应: acknowledge + short answer
  • 引导私信: answer briefly + move to DM
  • 社交放大: turn praise into momentum
  • 异议拆解: soften objection + give one concrete clarification
  • 筛选客户: invite only relevant users to continue

Avoid

  • long essay replies
  • emotionally defensive tone
  • promises you cannot fulfill
  • copy-paste repetition across every comment
  • suspiciously identical AI-style replies

Recommended output format

1. 账号与目标 / Account Context

  • Niche:
  • Offer:
  • Tone:
  • Reply mode:

2. 评论分类 / Comment Classification

For each comment:

  • Comment:
  • Intent tag:
  • Priority: high / medium / low
  • Suggested action:

3. 回复建议 / Reply Suggestions

  • Public reply:
  • Optional DM follow-up:
  • Why this works:

4. 规则与SOP / Rules and SOP

  • Safe to auto-reply:
  • Must review manually:
  • Keywords to escalate:
  • Conversion triggers:

Lead-handling guidance

When comments show buying intent, prefer this public flow:

  1. answer one key concern
  2. keep trust high
  3. invite next step privately or via clear CTA

For example:

  • 想了解具体方案可以私信我,我把适合你的版本发你。
  • If you want the detailed version, DM me and I’ll send the suitable option.

Use with batches

When the user provides many comments, do not answer blindly one by one first.

Instead:

  1. cluster similar comments
  2. produce reusable reply patterns
  3. then draft per-comment variants only where needed

Safety guardrails

  • do not facilitate harassment, brigading, or spam
  • do not impersonate a real human user outside the owner account voice
  • do not fake testimonials or fabricated customer experience
  • do not auto-reply to sensitive disputes without review
  • clearly separate public reply copy from DM conversion copy

Batch processing script

Use scripts/batch_comment_drafts.py when the user provides exported comments in CSV form.

Expected CSV columns:

  • comment
  • video_topic (optional)
  • intent_hint (optional)
  • priority_hint (optional)
  • notes (optional)

Run:

python3 scripts/batch_comment_drafts.py ./comments.csv
python3 scripts/batch_comment_drafts.py ./comments.csv ./comments.drafts.json

The script outputs one JSON item per comment with:

  • detected intent
  • priority
  • suggested action
  • public reply draft
  • optional DM follow-up draft

Browser execution script

Use scripts/browser_reply_runner.py when the user wants browser-based execution against the Douyin comment management page.

Recommended workflow:

  1. Generate draft JSON first.
  2. Open Douyin comment management page and identify stable selectors for the reply box and submit button.
  3. Run the browser execution script in --dry-run first.
  4. Only then run the real send flow.

Example:

python3 scripts/browser_reply_runner.py ./comments.drafts.json \
  --url "https://creator.douyin.com/creator-micro/content/manage" \
  --reply-box-selector "textarea" \
  --submit-selector "button[type=submit]" \
  --dry-run

Then real send:

python3 scripts/browser_reply_runner.py ./comments.drafts.json \
  --url "https://creator.douyin.com/creator-micro/content/manage" \
  --reply-box-selector "textarea" \
  --submit-selector "button[type=submit]"

This executor defaults to npx -y agent-browser, so it can work even if agent-browser is not installed globally yet.

References

Read references/playbook.md for comment buckets, reply templates, escalation rules, and automation design notes.

Read references/douyin-lead-gen-template.md when the user is using Douyin comments to convert AI services, training, deployment, consulting, or other lead-gen offers.

Read references/automation-roadmap.md when the user wants to move from draft generation into semi-automatic or controlled automatic execution.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

84.97%
按下载量换算2,187

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills