Summary
中国社媒平台话题研究工具。从小红书、抖音、公众号三大平台搜索近30天真实讨论,跨平台对比分析舆情趋势。当用户需要研究中国社交媒体热点话题、分析舆情趋势、对比品牌口碑时使用。触发词:小红书热点、抖音趋势、公众号舆情、跨平台分析、社媒研究、话题分析、舆情监测。
redfox-data/redfox-community
中国社媒平台话题研究工?
npx skills add redfox-data/redfox-community --skill cn-last30days
中国社媒平台话题研究工具。从小红书、抖音、公众号三大平台搜索近30天真实讨论,跨平台对比分析舆情趋势。当用户需要研究中国社交媒体热点话题、分析舆情趋势、对比品牌口碑时使用。触发词:小红书热点、抖音趋势、公众号舆情、跨平台分析、社媒研究、话题分析、舆情监测。
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Research what people actually say about any topic in the last 30 days. Pulls posts and engageme…
38.8K installsResearch a topic from the last 30 days on Reddit + X + Web, become an expert, and write copy-pa…
1.5K installsChinese-platform last-30-days research skill covering Weibo, Xiaohongshu, Bilibili, Zhihu, Douy…
972 installsResearch any topic across Reddit, X, and web from the last 30 days. Get current trends, real co…
448 installsResearch what people actually say about any topic in the last 30 days. Pulls posts and engageme…
6 installsOther skills from redfox-data/redfox-community · top by installs.
npx skills add redfox-data/redfox-community
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Parsed from SKILL.md frontmatter.
Bash, Read, Write, AskUserQuestion, WebSearchFiles included with this skill beyond the listing page.
SKILL.md
6,333 B
SUMMARY.md
401 B
Last 30 Days—CN版 是中国社交媒体话题研究工具,从小红书、抖音、公众号三大平台搜索近30天真实讨论数据,通过跨平台对比分析舆情趋势。支持通用话题研究和实体对比两种模式,输出结构化研究报告和可视化 HTML。
| 功能模块 | 能力描述 | 核心价值 |
|---|---|---|
| 三平台数据源 | 小红书、抖音、公众号真实数据 | 多维度舆情视角 |
| 关键词研究 | 支持多词组合查询(英文逗号分隔) | 灵活话题覆盖 |
| 跨平台对比 | 自动综合三平台数据生成洞察 | 发现差异化趋势 |
| 对比 | A vs B 结构化对比分析 | 辅助决策判断 |
| HTML 报告 | 交互式可视化报告生成 | 便于分享传播 |
| 历史回溯 | 支持近30天任意日期数据 | 追踪趋势演变 |
脚本需配置 API Key 使用。从 红狐数据 获取个人 Key 并配置环境变量:
export REDFOX_API_KEY=ak_你的密钥
优先级:命令行 --api-key > REDFOXAPIKEY / XAPIKEY 环境变量 > 配置文件。
| 参数 | 说明 | 默认值 |
|---|---|---|
keyword |
搜索关键词(必填,多词用英文逗号分隔) | - |
--platforms |
平台列表(不建议缩减) | xhs,dy,gzh |
--count |
每平台条数 | 50 |
--days |
时间范围,看近期趋势可设7 | 30 |
--output-format |
json / html / both |
json |
--output-dir |
输出目录 | ~/Documents/CnLast30Days |
平台信号解读:
| 平台 | 内容特征 | 关键指标 |
|---|---|---|
| 小红书 (xhs) | 种草体验、教程攻略、用户反馈 | 收藏/点赞比高=种草信号 |
| 抖音 (dy) | 热点追评、知识碎片、情绪传播 | 分享数=传播力 |
| 公众号 (gzh) | 行业深度分析、观点输出、数据报告 | 阅读量=关注度,分享=认同 |
运行前需确保已配置 API Key(环境变量 REDFOXAPIKEY 或 --api-key 参数)。如未配置,提示用户:
请配置 API Key:
export REDFOXAPIKEY=ak_你的密钥,注册地址 https://www.redfox.hk/login
运行引擎前检查话题是否过于模糊(如"工具"、"方法"),若是则请用户具体化。
调用引擎前,并行运行 2-3 个 WebSearch 提取热词和背景:
小红书 {TOPIC} 热门讨论 → 提取小红书热词抖音 {TOPIC} 热门话题 → 提取抖音标签{TOPIC} 最新动态 → 补充时效背景根据预研究决定查询策略:
"产品经理,AI产品经理")python3 scripts/cn_last30days.py "{TOPIC},{SUBTOPIC}" \
--platforms xhs,dy,gzh \
--count 50 \
--days 30 \
--output-format json \
--output-dir="${CN_LAST30DAYS_MEMORY_DIR:-$HOME/Documents/CnLast30Days}"
前台运行,5分钟超时,不要后台。 读取完整输出,包含三平台的标题、作者、互动数据和链接。
引擎完成后补充 1-2 个 WebSearch,覆盖知乎、B站、36氪等引擎未覆盖的来源。排除 xiaohongshu.com / douyin.com / mp.weixin.qq.com(已被引擎覆盖)。
按 [输出规则](references/output-rules.md) 生成研究报告。核心原则:
- 和正文综合报告完成后,自动执行以下步骤生成 HTML 报告(无需询问用户):
# 直接从 JSON 生成 HTML(不调 API,不写入 Markdown)
python3 scripts/cn_last30days.py --from-json "JSON文件路径" \
--output-dir="${CN_LAST30DAYS_MEMORY_DIR:-$HOME/Documents/CnLast30Days}"
# 自动打开 HTML 报告
open "HTML文件路径"
脚本会输出 HTML 文件路径,自动打开后将路径告知用户即可。