douyin-account-analysis-reportlisted
Install: claude install-skill DevinChen2014/socialdatax-skills
<!-- AUTO-GENERATED from socialdatax-skill-source. Do not edit directly; run `node scripts/generate_socialdatax_skills.mjs`. -->
# 抖音账号诊断
## 适用场景
当用户需要做抖音账号诊断、抖音账号分析、抖音账号复盘、账号体检、播放低或不推流排查、近期作品表现整理和内容优化方向判断时使用。基于用户提供的抖音主页链接、分享文案或 sec_user_id,整理账号资料和近 30 天作品结果,输出可执行的账号分析报告。
## 快速开始
- 先给出当前 skill 支持的输入:账号主页、账号分享文本或平台账号 ID。
- 推荐先取账号资料,再取近 30 天最多 50 条作品;如果用户只想试跑,可以把 `--max-items` 降低到 10。
- 你通常会得到:账号基础信息、近期作品样本、互动指标、内容栏目、更新节奏、问题判断和 30 天测试计划。
## 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 user-info \
--profile-url "<profile_url_or_share_text>" --pretty \
--source-client socialdatax-skills --source-platform modelscope \
--source-skill douyin-account-analysis-report
npx -y socialdatax-skills@latest douyin user-posts \
--profile-url "<profile_url_or_share_text>" --since-days 30 --max-items 50 --pretty \
--source-client socialdatax-skills --source-platform modelscope \
--source-skill douyin-account-analysis-report
```
更多 direct CLI 入口:
```bash
npx -y socialdatax-skills@latest douyin user-info \
--sec-user-id "<sec_user_id>" --pretty --source-client socialdatax-skills \
--source-platform modelscope --source-skill douyin-account-analysis-report
npx -y socialdatax-skills@latest douyin user-posts \
--sec-user-id "<sec_user_id>" --since-days 30 --max-i