This one pulls trending content from Reddit, Instagram, and TikTok in parallel, then generates a unified markdown report saved locally. It's adapted from an n8n workflow and works by searching for public trend data across all three platforms, extracting top 10s from each, then analyzing cross-platform patterns and platform-specific hotspots. You can scope it to specific verticals like tech or fashion, or just grab everything trending today. The real value is spotting what's blowing up across multiple platforms simultaneously, which is usually a signal worth paying attention to. Keep in mind it's scraping search results rather than hitting APIs directly, so Instagram and TikTok data will be spottier than Reddit's.
npx -y skills add yangliu2060/smith--skills --skill social-trend-monitor --agent claude-codeInstalls into .claude/skills of the current project.
跨平台监控 Reddit、Instagram、TikTok 的热门内容和趋势话题,生成综合趋势报告。
当用户说以下内容时启动此技能:
┌─────────────────────────────────────────────────────────┐
│ 并行监控三大平台 │
├─────────────────┬─────────────────┬─────────────────────┤
│ │ │ │
▼ ▼ ▼ │
┌───────────┐ ┌───────────┐ ┌───────────┐ │
│ Reddit │ │ Instagram │ │ TikTok │ │
│ 热帖搜索 │ │ 热门搜索 │ │ 热门搜索 │ │
└─────┬─────┘ └─────┬─────┘ └─────┬─────┘ │
│ │ │ │
▼ ▼ ▼ │
┌───────────┐ ┌───────────┐ ┌───────────┐ │
│ 提取 │ │ 提取 │ │ 提取 │ │
│ Top 10 │ │ Top 10 │ │ Top 10 │ │
└─────┬─────┘ └─────┬─────┘ └─────┬─────┘ │
│ │ │ │
└──────────────┼──────────────┘ │
│ │
▼ │
┌─────────────────────┐ │
│ 汇总跨平台趋势 │ │
│ 生成趋势报告 │ │
└──────────┬──────────┘ │
│ │
▼ │
┌─────────────────────┐ │
│ 保存报告到本地 │ │
└─────────────────────┘ │
└─────────────────────────────────────────────────────────┘
询问或从用户输入中识别:
搜索策略:
"Reddit trending today"
"Reddit popular posts {领域} site:reddit.com"
"r/popular top posts today"
"Reddit front page {日期}"
提取信息:
输出格式:
{
"platform": "Reddit",
"trends": [
{
"rank": 1,
"title": "帖子标题",
"subreddit": "r/technology",
"upvotes": "45.2k",
"comments": "3.2k",
"url": "https://reddit.com/...",
"posted": "8 hours ago"
}
]
}
搜索策略:
"Instagram trending hashtags today"
"Instagram viral posts {领域}"
"Instagram explore trending {日期}"
"most popular Instagram hashtags {领域}"
提取信息:
输出格式:
{
"platform": "Instagram",
"trends": [
{
"rank": 1,
"hashtag": "#trending_topic",
"posts_count": "2.5M posts",
"theme": "主题描述",
"sample_content": "典型内容描述"
}
]
}
搜索策略:
"TikTok trending sounds today"
"TikTok viral videos {领域}"
"TikTok trending hashtags {日期}"
"TikTok discover page trends"
提取信息:
输出格式:
{
"platform": "TikTok",
"trends": [
{
"rank": 1,
"type": "sound/hashtag/challenge",
"name": "趋势名称",
"views": "10M+",
"description": "趋势描述",
"duration": "trending for 3 days"
}
]
}
分析三个平台的数据,找出:
共同趋势:
平台特色:
趋势洞察:
输出完整的 Markdown 报告:
# 社交媒体趋势日报
**生成时间**: YYYY-MM-DD HH:MM
**监控平台**: Reddit, Instagram, TikTok
**关注领域**: [用户指定或"综合"]
---
## 📊 趋势概览
| 平台 | 最热话题 | 热度指标 |
|------|---------|---------|
| Reddit | #1话题 | 45.2k upvotes |
| Instagram | #1标签 | 2.5M posts |
| TikTok | #1声音 | 10M+ views |
---
## 🔴 Reddit 热门
### Top 1: [帖子标题]
- **板块**: r/subreddit
- **热度**: ⬆️ 45.2k | 💬 3.2k
- **链接**: [查看原帖](url)
- **看点**: 为什么火的简析
### Top 2: ...
---
## 📸 Instagram 热门
### Top 1: #hashtag
- **帖子量**: 2.5M posts
- **主题**: 主题描述
- **典型内容**: 内容形式描述
- **创作建议**: 如何跟进这个趋势
### Top 2: ...
---
## 🎵 TikTok 热门
### Top 1: [声音/挑战名称]
- **类型**: 声音 / 标签 / 挑战
- **播放量**: 10M+
- **持续时间**: 已火 3 天
- **玩法**: 如何参与
### Top 2: ...
---
## 🔥 跨平台共同趋势
1. **[话题A]** - 在 Reddit 和 TikTok 同时火爆
- Reddit 角度: ...
- TikTok 角度: ...
2. **[话题B]** - Instagram 和 TikTok 共同趋势
- ...
---
## 💡 洞察与建议
### 内容创作者
- 建议1: ...
- 建议2: ...
### 品牌营销
- 机会1: ...
- 机会2: ...
### 值得关注
- 新兴趋势: ...
- 预测下一个热点: ...
---
*报告由 Claude Code social-trend-monitor 技能自动生成*
用户: 今天社交媒体上什么最火?
Claude:
1. 并行搜索三大平台趋势
2. 提取各平台 Top 10
3. 分析跨平台共同趋势
4. 生成趋势日报
用户: 科技圈最近在 Reddit 和 TikTok 上讨论什么?
Claude:
1. 聚焦科技领域关键词
2. 搜索 Reddit r/technology, r/programming 等
3. 搜索 TikTok #tech #coding 趋势
4. 对比分析输出
用户: 我想做短视频,帮我看看 TikTok 上什么内容形式最火
Claude:
1. 深度搜索 TikTok 趋势
2. 分析热门视频的共同特点
3. 提供具体创作建议
趋势报告保存在:~/.claude/cache/social-trends/
文件命名:trends-{YYYY-MM-DD}.md
历史趋势可供对比分析。
site:reddit.com 限定搜索范围r/popular, r/all, r/technology"today", "this week"#trending, #viral 元标签#techtok, #fashiontoktrending sounds, viral challengessickn33/antigravity-awesome-skills
kubesphere/kubesphere
supercent-io/skills-template