← 返回
数据分析 Key

Content Analyzer

Analyze Xiaohongshu (小红书) notes and Douyin (抖音) videos. TRIGGER when message contains any URL matching xiaohongshu.com, xhslink.com, douyin.com, v.douyin.com...
Analyze Xiaohongshu (小红书) notes and Douyin (抖音) videos. TRIGGER when message contains any URL matching xiaohongshu.com, xhslink.com, douyin.com, v.douyin.com...
dizhu
数据分析 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 2
Stars
📥 963
下载
💾 297
安装
1
版本
#latest

概述

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-19 09:25 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 366 📥 139,963
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 162 📥 59,675

Full Page Translate

dizhu
将外链网页的完整文章翻译成自然、出版质量的简体中文 Markdown,保留原有格式与风格。
★ 0 📥 770