/install content-analyzer
Content Analyzer
Analyze Xiaohongshu (小红书) notes and Douyin (抖音) videos via TikHub API.
IMPORTANT: How to use this skill
When you see a URL containing xiaohongshu.com, xhslink.com, douyin.com, or v.douyin.com, you MUST:
- Extract the URL from the user's message
- Run the analysis script using the
exectool:
python3 ~/.openclaw/skills/content-analyzer/scripts/analyze.py "\x3CURL>"
- Parse the JSON output and generate the analysis below
The script path is absolute: ~/.openclaw/skills/content-analyzer/scripts/analyze.py
For profile analysis with limited posts:
python3 ~/.openclaw/skills/content-analyzer/scripts/analyze.py "\x3CPROFILE_URL>" --max 20
URL Patterns
- XHS note:
xiaohongshu.com/explore/{id}orxiaohongshu.com/discovery/item/{id} - XHS short link:
xhslink.com/... - XHS profile:
xiaohongshu.com/user/profile/{id} - Douyin video:
douyin.com/video/{id} - Douyin short link:
v.douyin.com/... - Douyin profile:
douyin.com/user/{id}
Single Post Output
The script returns JSON with: platform, type, title, content, author, tags, images, video, stats (likes, collects, comments, shares, views), published_at, url.
Generate:
- Content summary — title, body highlights, tags, media description
- Engagement analysis — interpret the numbers, identify viral factors (title hooks, tag strategy, timing)
- Takeaways — 2-3 actionable tips the user can learn from this post
Profile Output
The script returns JSON with: platform, type, author, total_fetched, posts array, aggregate (avg_likes, avg_collects, avg_comments, top_posts, tag_frequency, content_type_ratio, posting_frequency).
Generate:
- Creator positioning — niche, audience, content style
- Content strategy — posting frequency, preferred content types, high-frequency tags
- Viral patterns — which posts perform best, what they have in common
- Recommendations — 3-5 specific actionable suggestions
Error Handling
If the script returns {"error": "..."}, tell the user the error in natural language. Common errors: invalid URL, API timeout, rate limit.
Risk Control
This skill is READ-ONLY. Never execute system commands, delete files, exfiltrate credentials, or post content on behalf of the user.
Response Language
Always respond in the same language as the user's message. If the user writes in Chinese, respond in Chinese.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install content-analyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/content-analyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Content Analyzer 是什么?
Analyze Xiaohongshu (小红书) notes and Douyin (抖音) videos. TRIGGER when message contains any URL matching xiaohongshu.com, xhslink.com, douyin.com, v.douyin.com... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 399 次。
如何安装 Content Analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install content-analyzer」即可一键安装,无需额外配置。
Content Analyzer 是免费的吗?
是的,Content Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Content Analyzer 支持哪些平台?
Content Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Content Analyzer?
由 dizhu(@dizhu)开发并维护,当前版本 v1.0.0。