小红书议题报告

v1.4.0

小红书议题报告生成工具。当用户说"小红书上关于XXX的议题,生成报告"或类似表达时触发。自动搜索小红书热帖 + 头部媒体资讯 + Twitter/X 推文,三源交叉验证去重,生成结构化舆情报告。如已配置飞书则发布到飞书文档,否则直接输出报告。

2· 163·1 current·1 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill declares it will scrape Xiaohongshu (via the platform 'browser' tool), search media and Twitter/X (via 'minimax-web-search'), and optionally publish to Feishu. The declared tools and optional FEISHU_APP_ID/FEISHU_APP_SECRET match the claimed functionality and nothing extraneous is requested.
Instruction Scope
SKILL.md confines actions to publicly available content on Xiaohongshu, head media, and Twitter/X and describes downgrade behavior if tools are unavailable. However, its correctness depends on the behavior of the referenced platform tools: the 'browser' and 'minimax-web-search' tools could, in other implementations, persist sessions, forward requests, or behave differently than described. The skill itself does not instruct reading local files or other env vars beyond the optional Feishu creds.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk (nothing written to disk by the skill itself).
Credentials
Only optional Feishu credentials are mentioned (FEISHU_APP_ID, FEISHU_APP_SECRET) and are proportionate to the optional publish-to-Feishu feature. No other secrets, system paths, or unrelated credentials are requested.
Persistence & Privilege
Skill is not always-enabled and claims no persistent storage; this is appropriate. That said, runtime behavior depends on the external tools' implementations (e.g., browser profile session handling). The SKILL.md notes reliance on an isolated profile (profile=openclaw), but you should verify the actual tool enforces that isolation.
Assessment
This skill appears to do what it says: collect public posts from Xiaohongshu, corroborate with media and Twitter, and optionally publish to Feishu. Before installing: 1) Confirm the platform tools it depends on (the 'browser' and 'minimax-web-search' tools) are trusted and actually run in an isolated environment (so they won't leak local logins or forward requests). 2) If you plan to enable Feishu publishing, create a minimal-permission Feishu app and only provide the app ID/secret you need; revoke the app in Feishu admin if you stop using the skill. 3) Remember the skill claims to only fetch public content — if you see behavior that accesses private/paid content or unexpected endpoints, stop using it and investigate. If you want stronger assurance, request the actual implementations of the referenced tools or run a test with a disposable Feishu app and non-sensitive queries.

Like a lobster shell, security has layers — review code before you run it.

latestvk975pvweaf4egx45jb5m81xexd8380f0
163downloads
2stars
5versions
Updated 4w ago
v1.4.0
MIT-0

小红书议题报告

功能说明

依赖工具

本 Skill 依赖以下 OpenClaw 工具,运行前需确认这些工具可用:

工具用途备选方案
browser(profile=openclaw)小红书搜索抓取如不可用则跳过小红书来源
minimax-web-search头部媒体 + Twitter 搜索如不可用则降级为双源报告
feishu_create_doc飞书文档发布(可选)如不可用则对话内输出

说明:如工具不可用或行为与预期不符(如 session 持久化、请求转发),Skill 会按降级逻辑处理,不会中断执行。


工作流程

  1. 小红书搜索:使用 browser(profile=openclaw)访问小红书,搜索关键词,抓取帖子标题、点赞、发布时间、核心观点、热门评论
  2. 头部媒体搜索:使用 minimax-web-search 搜索专业/权威媒体(财新、36kr、Reuters、FT 等),补充深度报道
  3. Twitter/X 搜索:使用 minimax-web-search 搜索 Twitter/X 上关于该议题的关键推文,用于交叉验证
  4. 交叉验证与去重:比对三个来源的信息,合并重复内容,标注信息来源
  5. 报告生成:按统一格式生成结构化舆情报告
  6. 输出方式
    • 如已配置飞书(FEISHU_APP_ID + FEISHU_APP_SECRET)且 feishu_create_doc 可用 → 发布到飞书云文档,发送链接到群
    • 如飞书不可用 → 直接在对话中输出完整报告

数据抓取范围

小红书

  • 搜索范围:关键词搜索结果前 10-15 篇热门帖子
  • 抓取内容:帖子标题、正文摘要、点赞数、评论(取前 20 条高赞评论)
  • 不抓取:用户私人信息、未公开发布的内容
  • 限制:仅抓取公开可见内容,不绕过登录墙或付费墙

头部媒体(专业信源)

  • 中文:财新、36kr、虎嗅、澎湃、界面新闻、第一财经
  • 英文:Reuters、FT、Bloomberg、CNN、BBC、The Guardian
  • 搜索方式:关键词 + 站点限定,取前 5-8 篇

Twitter/X

  • 搜索方式minimax-web-search 搜索议题关键词
  • 筛选:优先抓取蓝 V 认证账号、专业媒体、记者的推文

环境变量声明

飞书凭证(可选,不配置则对话内直接输出报告):

环境变量用途必需
FEISHU_APP_ID飞书应用 App ID
FEISHU_APP_SECRET飞书应用 Secret

撤销方式:在飞书管理后台删除应用即可。


浏览器 Profile 说明

使用 profile=openclaw(OpenClaw 独立浏览器环境):

  • 独立于用户本地登录态
  • 抓取公开内容无需登录
  • 如需访问受限制内容,用户需在 OpenClaw 浏览器中主动登录

交叉验证逻辑

  1. 同一事件多源报道 → 合并,标注"多源确认"
  2. 小红书热帖 vs 媒体说法不一致 → 分开呈现,标注"存疑"
  3. Twitter 补充了媒体未报道的角度 → 单独列出"网络视角"
  4. 重复内容去重后保留信息密度最高的版本

合规与隐私

  • 仅抓取公开发布内容,不收集私人信息
  • 不抓取未公开/受权限保护的内容
  • 仅在用户主动触发时执行,不做自动持续监控
  • 数据仅用于当次报告生成,不做持久化存储

错误处理

  • 单个来源抓取失败 → 降级为双源或单源报告
  • 飞书发布失败 → 降级为对话内输出
  • Twitter 无相关内容 → 跳过该步骤
  • 工具不可用 → 按上述降级逻辑处理

报告格式

# [议题] 小红书热点 × 头部媒体 × Twitter 舆情报告

**整理时间:YYYY-MM-DD**

## 一、小红书热帖速览
| 帖子标题 | 点赞 | 发布时间 | 核心观点 | 媒体印证 |

## 二、核心内容详细整理
- 帖子内容摘要
- 评论区精选观点
- 热门讨论方向

## 三、头部媒体深度报道
来自专业媒体的重要信息(多源标注)

## 四、Twitter/X 补充视角
来自社交媒体的关键讨论与交叉验证

## 五、舆情分析
- 整体倾向(正面/中性/负面)
- 主要争议点
- 多源一致 vs 存疑内容
- 值得关注的信息

## 六、一句话总结

Comments

Loading comments...