wechat-channels-account-analysislisted
Install: claude install-skill DevinChen2014/socialdatax-skills
<!-- AUTO-GENERATED from socialdatax-skill-source. Do not edit directly; run `node scripts/generate_socialdatax_skills.mjs`. -->
# 视频号账号分析
## 适用场景
当用户提供视频号作品链接、分享文本或已知 user_id,需要做视频号账号分析、账号复盘、近期内容表现整理、内容栏目归纳或运营方向判断时使用。整理公开账号资料和近 30 天视频结果,来自 SocialDataX 社媒数据助手。
## 快速开始
- 先给出当前 skill 支持的输入:视频号视频链接、分享文本或已知 user_id。
- 支持输入:该账号的视频链接、分享文本或已知 user_id;默认看近 30 天最多 50 条视频。
- 你通常会得到:账号资料、近期视频样本、内容栏目、更新节奏、表现信号、问题判断和下一轮测试建议。
## 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 wechat user-info \
--user-id "<v2_finder_user_id>" --pretty --source-client socialdatax-skills \
--source-platform modelscope --source-skill wechat-channels-account-analysis
npx -y socialdatax-skills@latest wechat user-info \
--url "<wechat_work_url_or_share_text>" --pretty --source-client socialdatax-skills \
--source-platform modelscope --source-skill wechat-channels-account-analysis
npx -y socialdatax-skills@latest wechat user-posts \
--url "<wechat_work_url_or_share_text>" --since-days 30 --max-items 50 --pretty \
--source-client socialdatax-skills --source-platform modelscope \
--source-skill wechat-channels-account-analysis
```
更多 direct CLI 入口:
```bash
npx -y socialdatax-skills@latest wechat user-posts \
--user-id "<v2_finder_user_id>" --since-days 30 --max-items 50 --pretty \
--sou