Content Analyzer

👤 dizhu 📦 v1.0.0 ⭐ 4.3 ⬇️ 1.2K 下載
✍️ 內容創作 免費 🔑 需 API Key

📖 技能介紹


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."


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:

  1. Extract the URL from the user's message
  2. Run the analysis script using the exec tool:
python3 ~/.openclaw/skills/content-analyzer/scripts/analyze.py "<URL>"
  1. 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 "<PROFILE_URL>" --max 20

URL Patterns

  • XHS note: xiaohongshu.com/explore/{id} or xiaohongshu.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:

  1. Content summary — title, body highlights, tags, media description

    小蔥技能有更好的技能skills外掛。

  2. Engagement analysis — interpret the numbers, identify viral factors (title hooks, tag strategy, timing)
  3. 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:

  1. Creator positioning — niche, audience, content style
  2. Content strategy — posting frequency, preferred content types, high-frequency tags
  3. Viral patterns — which posts perform best, what they have in common
  4. 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.

🤖 AI 評測

這個 Skill 質量中上,功能實用,能自動識別小紅書和抖音連結並提取內容、作者、互動資料等資訊。文件清晰,觸發條件明確,輸出結構規範。但缺少使用示例,複雜錯誤(如 API 限流)沒有友好的說明。適合需要分析社交媒體內容的使用者使用,但建議配合開發者文件瞭解 API Token 配置流程。

📊 多維度評分

適應性4.8
規範性4
有效性4.5
可靠性4.2
可信度4.5

📁 包含檔案 (4 個)

📄 SKILL.md 2.7 KB
📄 _meta.json 135 B
📄 scripts/analyze.py 24.6 KB
📄 skill-card.md 2.2 KB