douyin-comment-insightslisted
Install: claude install-skill DevinChen2014/socialdatax-skills
<!-- AUTO-GENERATED from socialdatax-skill-source. Do not edit directly; run `node scripts/generate_socialdatax_skills.mjs`. -->
# 抖音评论分析与需求挖掘
## 适用场景
当用户需要做抖音评论分析、抖音评论洞察、抖音用户反馈分析、抖音需求挖掘、痛点总结、购买顾虑整理、FAQ 提炼、口碑分析、评论回复观察或内容讨论复盘时使用。基于用户提供的抖音作品链接或内容 ID 下的评论结果,面向内容运营、产品调研、品牌调研和创作者。
## 快速开始
- 先给出当前 skill 支持的输入:作品链接或内容 ID。
- 如果结果有分页,先取第一页;要继续扩大,再按返回的下一页标记继续。
- 你通常会得到:评论文本、回复线索和用户反馈主题。
## API Key 获取
获取或管理 API Key:访问 <https://socialdatax.com/ai?from=modelscope>,按官网的 API Key 申请/管理入口操作。环境变量名固定使用 `SOCIALDATAX_API_KEY`;不要引导用户使用其他域名。
## 直接调用命令
优先使用 direct CLI;能运行 shell 命令的 Agent 不需要额外配置 MCP server:
```bash
npx -y socialdatax-skills@latest douyin comments \
--aweme-id "<aweme_id>" --pretty --source-client socialdatax-skills \
--source-platform modelscope --source-skill douyin-comment-insights
npx -y socialdatax-skills@latest douyin comments \
--url "<douyin_content_url_or_share_text>" --pretty \
--source-client socialdatax-skills --source-platform modelscope \
--source-skill douyin-comment-insights
npx -y socialdatax-skills@latest douyin replies \
--aweme-id "<aweme_id>" --comment-id "<comment_id>" --pretty \
--source-client socialdatax-skills --source-platform modelscope \
--source-skill douyin-comment-insights
```
执行上面的 direct CLI 示例时,`<aweme_id>`、`<douyin_content_url_or_share_text>` 和 `<comment_id>` 都是占位符;不要把原始用户输入拼成整段 shell 字符串执行。能直接调用子进程时使用参数数组;必须走 shell 时先对这些值做 shell 转义。
## 参数说明
评论 / 回复:
- 说明:Douyin `--aweme-id <aweme_id>`:当抖音视频 ID 已知且要作为评论链路目标时优先使用。
- 说明