
Social Trend Monitor
Spot what is trending on Reddit, Instagram, and TikTok in one pass so you can pitch products, hooks, and posts before competitors do.
Install
npx skills add https://github.com/yangliu2060/smith--skills --skill social-trend-monitorWhat is this skill?
- Parallel workflow across Reddit hot posts, Instagram trending search, and TikTok trending search.
- Extracts top-10 signals per platform before merging into one cross-platform report.
- Trigger phrases include 查看社交趋势, trending topics, and platform-specific what is hot queries.
- Designed for content inspiration and market opportunity spotting, not single-network analytics depth.
- Outputs a consolidated trend summary rather than raw scrapes only.
Adoption & trust: 662 installs on skills.sh; 28 GitHub stars; 2/3 security scanners passed (skills.sh audits).
Recommended Skills
Seo Auditcoreyhaines31/marketingskills
Copywritingcoreyhaines31/marketingskills
Twitter Automationqu-skills/skills
Marketing Psychologycoreyhaines31/marketingskills
Content Strategycoreyhaines31/marketingskills
Programmatic Seocoreyhaines31/marketingskills
Journey fit
Primary fit
Trend discovery belongs earliest in the journey when you are still choosing problems and angles, even though the same report feeds later content work. The workflow is explicitly parallel hot-topic discovery across three platforms, not landing-page builds or paid ad setup.
Common Questions / FAQ
Is Social Trend Monitor safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Social Trend Monitor
# 社交媒体趋势监控 跨平台监控 Reddit、Instagram、TikTok 的热门内容和趋势话题,生成综合趋势报告。 ## 触发条件 当用户说以下内容时启动此技能: - "查看社交趋势" - "今天什么火" - "热门话题" - "trending topics" - "社交媒体趋势" - "Reddit/TikTok/Instagram 上什么火" ## 工作流程 ``` ┌─────────────────────────────────────────────────────────┐ │ 并行监控三大平台 │ ├─────────────────┬─────────────────┬─────────────────────┤ │ │ │ │ ▼ ▼ ▼ │ ┌───────────┐ ┌───────────┐ ┌───────────┐ │ │ Reddit │ │ Instagram │ │ TikTok │ │ │ 热帖搜索 │ │ 热门搜索 │ │ 热门搜索 │ │ └─────┬─────┘ └─────┬─────┘ └─────┬─────┘ │ │ │ │ │ ▼ ▼ ▼ │ ┌───────────┐ ┌───────────┐ ┌───────────┐ │ │ 提取 │ │ 提取 │ │ 提取 │ │ │ Top 10 │ │ Top 10 │ │ Top 10 │ │ └─────┬─────┘ └─────┬─────┘ └─────┬─────┘ │ │ │ │ │ └──────────────┼──────────────┘ │ │ │ ▼ │ ┌─────────────────────┐ │ │ 汇总跨平台趋势 │ │ │ 生成趋势报告 │ │ └──────────┬──────────┘ │ │ │ ▼ │ ┌─────────────────────┐ │ │ 保存报告到本地 │ │ └─────────────────────┘ │ └─────────────────────────────────────────────────────────┘ ``` ## 执行步骤 ### 步骤 1:确定监控范围 询问或从用户输入中识别: - **目标平台**: Reddit / Instagram / TikTok(默认全部) - **关注领域**: 科技、商业、娱乐、生活方式等(可选) - **时间范围**: 今日、本周、本月(默认今日) ### 步骤 2:Reddit 趋势监控 **搜索策略**: ``` "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" } ] } ``` ### 步骤 3:Instagram 趋势监控 **搜索策略**: ``` "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": "典型内容描述" } ] } ``` ### 步骤 4:TikTok 趋势监控 **搜索策略**: ``` "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" } ] } ``` ### 步骤 5:跨平台趋势汇总 分析三个平台的数据,找出: **共同趋势**: - 多平台出现的相同话题 - 跨平台传播的内容 **平台特色**: - 每个平台独有的热点 - 平台特定的内容形式 **趋势洞察**: - 为什么这些内容火? - 内容创作者可以如何借鉴? - 品牌营销机会在哪里? ### 步骤 6:生成趋势报告 输出完整的 Markdown 报告: ```markdown # 社交媒体趋势日报 **生成时间**: YYYY-MM-DD HH:MM **监控平台**: Reddit, Instagram, TikTok **关注领域**: [用户指定或"综合"] --- ## 📊 趋势概览 | 平台 | 最热话题 | 热度指标 | |------|---------|---------| | Reddit | #1话题 | 45.2k upvotes | | Instagram |