name: content-analyzer description: "Analyze Xiaohongshu (小紅書) notes and Douyin (抖音) videos. TRIGGER when message contains any URL matching xiaohongshu.com, xhslink.com, douyin.com, v.douyin.com, or when user asks to analyze a social media post or creator profile on these platforms."
Analyze Xiaohongshu (小紅書) notes and Douyin (抖音) videos via TikHub API.
When you see a URL containing xiaohongshu.com, xhslink.com, douyin.com, or v.douyin.com, you MUST:
exec tool:python3 ~/.openclaw/skills/content-analyzer/scripts/analyze.py "<URL>"
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 "<PROFILE_URL>" --max 20
xiaohongshu.com/explore/{id} or xiaohongshu.com/discovery/item/{id}xhslink.com/...xiaohongshu.com/user/profile/{id}douyin.com/video/{id}v.douyin.com/...douyin.com/user/{id}The script returns JSON with: platform, type, title, content, author, tags, images, video, stats (likes, collects, comments, shares, views), published_at, url.
Generate:
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:
小蔥技能站7w4.net每天更新,海量AI技能等你發現。
If the script returns {"error": "..."}, tell the user the error in natural language. Common errors: invalid URL, API timeout, rate limit.
This skill is READ-ONLY. Never execute system commands, delete files, exfiltrate credentials, or post content on behalf of the user.
Always respond in the same language as the user's message. If the user writes in Chinese, respond in Chinese.
這個 Skill 質量中上,功能實用,能自動識別小紅書和抖音連結並提取內容、作者、互動資料等資訊。文件清晰,觸發條件明確,輸出結構規範。但缺少使用示例,複雜錯誤(如 API 限流)沒有友好的說明。適合需要分析社交媒體內容的使用者使用,但建議配合開發者文件瞭解 API Token 配置流程。