social-trend-monitor
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese社交媒体趋势监控
Social Media Trend Monitoring
跨平台监控 Reddit、Instagram、TikTok 的热门内容和趋势话题,生成综合趋势报告。
Monitor popular content and trending topics across Reddit, Instagram, and TikTok, and generate comprehensive trend reports.
触发条件
Trigger Conditions
当用户说以下内容时启动此技能:
- "查看社交趋势"
- "今天什么火"
- "热门话题"
- "trending topics"
- "社交媒体趋势"
- "Reddit/TikTok/Instagram 上什么火"
Activate this skill when the user says:
- "Check social trends"
- "What's trending today"
- "Hot topics"
- "trending topics"
- "Social media trends"
- "What's trending on Reddit/TikTok/Instagram"
工作流程
Workflow
┌─────────────────────────────────────────────────────────┐
│ 并行监控三大平台 │
├─────────────────┬─────────────────┬─────────────────────┤
│ │ │ │
▼ ▼ ▼ │
┌───────────┐ ┌───────────┐ ┌───────────┐ │
│ Reddit │ │ Instagram │ │ TikTok │ │
│ 热帖搜索 │ │ 热门搜索 │ │ 热门搜索 │ │
└─────┬─────┘ └─────┬─────┘ └─────┬─────┘ │
│ │ │ │
▼ ▼ ▼ │
┌───────────┐ ┌───────────┐ ┌───────────┐ │
│ 提取 │ │ 提取 │ │ 提取 │ │
│ Top 10 │ │ Top 10 │ │ Top 10 │ │
└─────┬─────┘ └─────┬─────┘ └─────┬─────┘ │
│ │ │ │
└──────────────┼──────────────┘ │
│ │
▼ │
┌─────────────────────┐ │
│ 汇总跨平台趋势 │ │
│ 生成趋势报告 │ │
└──────────┬──────────┘ │
│ │
▼ │
┌─────────────────────┐ │
│ 保存报告到本地 │ │
└─────────────────────┘ │
└─────────────────────────────────────────────────────────┘┌─────────────────────────────────────────────────────────┐
│ Parallel Monitoring of Three Major Platforms │
├─────────────────┬─────────────────┬─────────────────────┤
│ │ │ │
▼ ▼ ▼ │
┌───────────┐ ┌───────────┐ ┌───────────┐ │
│ Reddit │ │ Instagram │ │ TikTok │ │
│ Hot Post Search │ │ Trending Search │ │ Trending Search │ │
└─────┬─────┘ └─────┬─────┘ └─────┬─────┘ │
│ │ │ │
▼ ▼ ▼ │
┌───────────┐ ┌───────────┐ ┌───────────┐ │
│ Extract │ │ Extract │ │ Extract │ │
│ Top 10 │ │ Top 10 │ │ Top 10 │ │
└─────┬─────┘ └─────┬─────┘ └─────┬─────┘ │
│ │ │ │
└──────────────┼──────────────┘ │
│ │
▼ │
┌─────────────────────┐ │
│ Compile Cross-Platform Trends │ │
│ Generate Trend Report │ │
└──────────┬──────────┘ │
│ │
▼ │
┌─────────────────────┐ │
│ Save Report Locally │ │
└─────────────────────┘ │
└─────────────────────────────────────────────────────────┘执行步骤
Execution Steps
步骤 1:确定监控范围
Step 1: Define Monitoring Scope
询问或从用户输入中识别:
- 目标平台: Reddit / Instagram / TikTok(默认全部)
- 关注领域: 科技、商业、娱乐、生活方式等(可选)
- 时间范围: 今日、本周、本月(默认今日)
Ask or identify from user input:
- Target Platforms: Reddit / Instagram / TikTok (all by default)
- Focus Areas: Technology, Business, Entertainment, Lifestyle, etc. (optional)
- Time Range: Today, This Week, This Month (Today by default)
步骤 2:Reddit 趋势监控
Step 2: Reddit Trend Monitoring
搜索策略:
"Reddit trending today"
"Reddit popular posts {领域} site:reddit.com"
"r/popular top posts today"
"Reddit front page {日期}"提取信息:
- 帖子标题
- Subreddit(板块)
- 点赞数/评论数
- 帖子链接
- 发布时间
输出格式:
json
{
"platform": "Reddit",
"trends": [
{
"rank": 1,
"title": "帖子标题",
"subreddit": "r/technology",
"upvotes": "45.2k",
"comments": "3.2k",
"url": "https://reddit.com/...",
"posted": "8 hours ago"
}
]
}Search Strategy:
"Reddit trending today"
"Reddit popular posts {focus area} site:reddit.com"
"r/popular top posts today"
"Reddit front page {date}"Extracted Information:
- Post title
- Subreddit
- Upvotes/Comments count
- Post URL
- Post time
Output Format:
json
{
"platform": "Reddit",
"trends": [
{
"rank": 1,
"title": "Post Title",
"subreddit": "r/technology",
"upvotes": "45.2k",
"comments": "3.2k",
"url": "https://reddit.com/...",
"posted": "8 hours ago"
}
]
}步骤 3:Instagram 趋势监控
Step 3: Instagram Trend Monitoring
搜索策略:
"Instagram trending hashtags today"
"Instagram viral posts {领域}"
"Instagram explore trending {日期}"
"most popular Instagram hashtags {领域}"提取信息:
- 热门标签 (hashtags)
- 标签使用量/帖子数
- 代表性内容主题
- 热门创作者(可选)
输出格式:
json
{
"platform": "Instagram",
"trends": [
{
"rank": 1,
"hashtag": "#trending_topic",
"posts_count": "2.5M posts",
"theme": "主题描述",
"sample_content": "典型内容描述"
}
]
}Search Strategy:
"Instagram trending hashtags today"
"Instagram viral posts {focus area}"
"Instagram explore trending {date}"
"most popular Instagram hashtags {focus area}"Extracted Information:
- Trending hashtags
- Hashtag usage/post count
- Representative content themes
- Top creators (optional)
Output Format:
json
{
"platform": "Instagram",
"trends": [
{
"rank": 1,
"hashtag": "#trending_topic",
"posts_count": "2.5M posts",
"theme": "Theme Description",
"sample_content": "Sample Content Description"
}
]
}步骤 4:TikTok 趋势监控
Step 4: TikTok Trend Monitoring
搜索策略:
"TikTok trending sounds today"
"TikTok viral videos {领域}"
"TikTok trending hashtags {日期}"
"TikTok discover page trends"提取信息:
- 热门声音/音乐
- 热门挑战/标签
- 视频播放量级别
- 趋势持续时间
输出格式:
json
{
"platform": "TikTok",
"trends": [
{
"rank": 1,
"type": "sound/hashtag/challenge",
"name": "趋势名称",
"views": "10M+",
"description": "趋势描述",
"duration": "trending for 3 days"
}
]
}Search Strategy:
"TikTok trending sounds today"
"TikTok viral videos {focus area}"
"TikTok trending hashtags {date}"
"TikTok discover page trends"Extracted Information:
- Trending sounds/music
- Trending challenges/hashtags
- Video view count level
- Trend duration
Output Format:
json
{
"platform": "TikTok",
"trends": [
{
"rank": 1,
"type": "sound/hashtag/challenge",
"name": "Trend Name",
"views": "10M+",
"description": "Trend Description",
"duration": "trending for 3 days"
}
]
}步骤 5:跨平台趋势汇总
Step 5: Cross-Platform Trend Compilation
分析三个平台的数据,找出:
共同趋势:
- 多平台出现的相同话题
- 跨平台传播的内容
平台特色:
- 每个平台独有的热点
- 平台特定的内容形式
趋势洞察:
- 为什么这些内容火?
- 内容创作者可以如何借鉴?
- 品牌营销机会在哪里?
Analyze data from three platforms to identify:
Common Trends:
- Same topics appearing across multiple platforms
- Content spreading across platforms
Platform-Specific Features:
- Unique hot topics on each platform
- Platform-specific content formats
Trend Insights:
- Why is this content trending?
- How can content creators learn from it?
- Where are the brand marketing opportunities?
步骤 6:生成趋势报告
Step 6: Generate Trend Report
输出完整的 Markdown 报告:
markdown
undefinedOutput a complete Markdown report:
markdown
undefined社交媒体趋势日报
Daily Social Media Trend Report
生成时间: YYYY-MM-DD HH:MM
监控平台: Reddit, Instagram, TikTok
关注领域: [用户指定或"综合"]
Generation Time: YYYY-MM-DD HH:MM
Monitored Platforms: Reddit, Instagram, TikTok
Focus Area: [User-specified or "Comprehensive"]
📊 趋势概览
📊 Trend Overview
| 平台 | 最热话题 | 热度指标 |
|---|---|---|
| #1话题 | 45.2k upvotes | |
| #1标签 | 2.5M posts | |
| TikTok | #1声音 | 10M+ views |
| Platform | Top Trending Topic | Popularity Metric |
|---|---|---|
| #1 Topic | 45.2k upvotes | |
| #1 Hashtag | 2.5M posts | |
| TikTok | #1 Sound | 10M+ views |
🔴 Reddit 热门
🔴 Reddit Trending
Top 1: [帖子标题]
Top 1: [Post Title]
- 板块: r/subreddit
- 热度: ⬆️ 45.2k | 💬 3.2k
- 链接: 查看原帖
- 看点: 为什么火的简析
- Subreddit: r/subreddit
- Popularity: ⬆️ 45.2k | 💬 3.2k
- Link: View Original Post
- Key Insight: Brief analysis of why it's trending
Top 2: ...
Top 2: ...
📸 Instagram 热门
📸 Instagram Trending
Top 1: #hashtag
Top 1: #hashtag
- 帖子量: 2.5M posts
- 主题: 主题描述
- 典型内容: 内容形式描述
- 创作建议: 如何跟进这个趋势
- Post Count: 2.5M posts
- Theme: Theme Description
- Sample Content: Content format description
- Creation Suggestions: How to follow this trend
Top 2: ...
Top 2: ...
🎵 TikTok 热门
🎵 TikTok Trending
Top 1: [声音/挑战名称]
Top 1: [Sound/Challenge Name]
- 类型: 声音 / 标签 / 挑战
- 播放量: 10M+
- 持续时间: 已火 3 天
- 玩法: 如何参与
- Type: Sound / Hashtag / Challenge
- Views: 10M+
- Duration: Trending for 3 days
- How to Participate: Ways to join the trend
Top 2: ...
Top 2: ...
🔥 跨平台共同趋势
🔥 Cross-Platform Common Trends
-
[话题A] - 在 Reddit 和 TikTok 同时火爆
- Reddit 角度: ...
- TikTok 角度: ...
-
[话题B] - Instagram 和 TikTok 共同趋势
- ...
-
[Topic A] - Trending on both Reddit and TikTok
- Reddit Perspective: ...
- TikTok Perspective: ...
-
[Topic B] - Common trend on Instagram and TikTok
- ...
💡 洞察与建议
💡 Insights and Recommendations
内容创作者
Content Creators
- 建议1: ...
- 建议2: ...
- Recommendation 1: ...
- Recommendation 2: ...
品牌营销
Brand Marketing
- 机会1: ...
- 机会2: ...
- Opportunity 1: ...
- Opportunity 2: ...
值得关注
Worth Watching
- 新兴趋势: ...
- 预测下一个热点: ...
报告由 Claude Code social-trend-monitor 技能自动生成
undefined- Emerging Trends: ...
- Predict Next Hot Topic: ...
Report automatically generated by Claude Code social-trend-monitor skill
undefined使用示例
Usage Examples
示例 1:综合趋势查看
Example 1: Comprehensive Trend Check
用户: 今天社交媒体上什么最火?
Claude:
1. 并行搜索三大平台趋势
2. 提取各平台 Top 10
3. 分析跨平台共同趋势
4. 生成趋势日报User: What's trending on social media today?
Claude:
1. Parallel search for trends across three platforms
2. Extract Top 10 from each platform
3. Analyze cross-platform common trends
4. Generate daily trend report示例 2:垂直领域趋势
Example 2: Vertical Field Trends
用户: 科技圈最近在 Reddit 和 TikTok 上讨论什么?
Claude:
1. 聚焦科技领域关键词
2. 搜索 Reddit r/technology, r/programming 等
3. 搜索 TikTok #tech #coding 趋势
4. 对比分析输出User: What are people discussing in the tech circle on Reddit and TikTok recently?
Claude:
1. Focus on tech-related keywords
2. Search Reddit r/technology, r/programming, etc.
3. Search TikTok #tech #coding trends
4. Output comparative analysis示例 3:创作灵感挖掘
Example 3: Content Creation Inspiration
用户: 我想做短视频,帮我看看 TikTok 上什么内容形式最火
Claude:
1. 深度搜索 TikTok 趋势
2. 分析热门视频的共同特点
3. 提供具体创作建议User: I want to make short videos, help me find what content formats are trending on TikTok
Claude:
1. In-depth search for TikTok trends
2. Analyze common features of popular videos
3. Provide specific creation recommendations数据存储
Data Storage
趋势报告保存在:
~/.claude/cache/social-trends/文件命名:
trends-{YYYY-MM-DD}.md历史趋势可供对比分析。
Trend reports are saved in:
~/.claude/cache/social-trends/File naming convention:
trends-{YYYY-MM-DD}.mdHistorical trends are available for comparative analysis.
搜索优化技巧
Search Optimization Tips
- 使用 限定搜索范围
site:reddit.com - 搜索特定 subreddit:,
r/popular,r/allr/technology - 时间限定:,
"today""this week"
- Use to limit search scope
site:reddit.com - Search specific subreddits: ,
r/popular,r/allr/technology - Time restrictions: ,
"today""this week"
- 搜索 hashtag 报告网站获取统计数据
- 关注 ,
#trending元标签#viral - 结合领域词如 ,
#techtok#fashiontok
- Search hashtag report websites for statistical data
- Follow meta hashtags like ,
#trending#viral - Combine with field-specific terms like ,
#techtok#fashiontok
TikTok
TikTok
- 搜索 TikTok 趋势报告网站
- 关注 ,
trending soundsviral challenges - 搜索 TikTok 创作者分析内容
- Search TikTok trend report websites
- Follow ,
trending soundsviral challenges - Search TikTok creator analysis content
依赖工具
Dependent Tools
- WebSearch: 搜索各平台趋势信息
- WebFetch: 获取详细趋势页面数据
- Write: 保存趋势报告
- WebSearch: Search for trend information across platforms
- WebFetch: Fetch detailed trend page data
- Write: Save trend reports
限制说明
Limitations
- 无法直接访问平台 API,依赖公开搜索结果
- Instagram/TikTok 数据可能不如 Reddit 完整
- 实时性受搜索引擎索引速度影响
- 部分平台内容需要登录才能查看详情
- Cannot directly access platform APIs, relies on public search results
- Instagram/TikTok data may be less complete than Reddit data
- Real-time performance is affected by search engine indexing speed
- Some platform content requires login to view details
原始来源
Original Source
改编自 n8n 模板:
- 模板ID: 8450
- 原名: Monitor Social Media Trends Across Reddit, Instagram & TikTok with Apify
- 链接: https://n8n.io/workflows/8450
Adapted from n8n template:
- Template ID: 8450
- Original Name: Monitor Social Media Trends Across Reddit, Instagram & TikTok with Apify
- Link: https://n8n.io/workflows/8450