social-trend-monitor

yangliu2060/smith--skills · updated May 15, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/yangliu2060/smith--skills --skill social-trend-monitor
0 commentsdiscussion
summary

Monitor trending content across Reddit, Instagram, and TikTok to generate cross-platform trend reports.

  • Monitors three major social platforms in parallel, extracting top 10 trending posts, hashtags, and sounds with engagement metrics
  • Identifies cross-platform trends and platform-specific hotspots, then synthesizes findings into a structured markdown report
  • Supports filtering by domain (tech, business, entertainment, lifestyle) and time range (today, this week, this month)
  • Saves hi
skill.md

社交媒体趋势监控

跨平台监控 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(板块)
  • 点赞数/评论数
  • 帖子链接
  • 发布时间

输出格式

{
  "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)
  • 标签使用量/帖子数
  • 代表性内容主题
  • 热门创作者(可选)

输出格式

{
  "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"

提取信息

  • 热门声音/音乐
  • 热门挑战/标签
  • 视频播放量级别
  • 趋势持续时间

输出格式

{
  "platform": "TikTok",
  "trends": [
    {
      "rank": 1,
      "type": "sound/hashtag/challenge",
      "name": "趋势名称",
      "views": "10M+",
      "description": "趋势描述",
      "duration": "trending for 3 days"
    }
  ]
}

步骤 5:跨平台趋势汇总

分析三个平台的数据,找出:

共同趋势

  • 多平台出现的相同话题
  • 跨平台传播的内容

平台特色

  • 每个平台独有的热点
  • 平台特定的内容形式

趋势洞察

  • 为什么这些内容火?
  • 内容创作者可以如何借鉴?
  • 品牌营销机会在哪里?

步骤 6:生成趋势报告

输出完整的 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 技能自动生成*

使用示例

示例 1:综合趋势查看

用户: 今天社交媒体上什么最火?

Claude:
1. 并行搜索三大平台趋势
2. 提取各平台 Top 10
3. 分析跨平台共同趋势
4. 生成趋势日报

示例 2:垂直领域趋势

用户: 科技圈最近在 Reddit 和 TikTok 上讨论什么?

Claude:
1. 聚焦科技领域关键词
2. 搜索 Reddit r/technology, r/programming 等
3. 搜索 TikTok #tech #coding 趋势
4. 对比分析输出

示例 3:创作灵感挖掘

用户: 我想做短视频,帮我看看 TikTok 上什么内容形式最火

Claude:
1. 深度搜索 TikTok 趋势
2. 分析热门视频的共同特点
3. 提供具体创作建议

数据存储

趋势报告保存在:~/.claude/cache/social-trends/

文件命名:trends-{YYYY-MM-DD}.md

历史趋势可供对比分析。

搜索优化技巧

Reddit

  • 使用 site:reddit.com 限定搜索范围
  • 搜索特定 subreddit:r/popular, r/all, r/technology
  • 时间限定:"today", "this week"

Instagram

  • 搜索 hashtag 报告网站获取统计数据
  • 关注 #trending,
how to use social-trend-monitor

How to use social-trend-monitor on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add social-trend-monitor
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/yangliu2060/smith--skills --skill social-trend-monitor

The skills CLI fetches social-trend-monitor from GitHub repository yangliu2060/smith--skills and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/social-trend-monitor

Reload or restart Cursor to activate social-trend-monitor. Access the skill through slash commands (e.g., /social-trend-monitor) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

User Story & Requirements Generation

Create detailed user stories, acceptance criteria, and feature specs

Example

Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios

Reduce spec writing time by 50%, ensure comprehensive coverage

Competitive Analysis

Research competitors, compare features, identify gaps

Example

Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities

Complete competitive research in 2 hours instead of 2 days

Roadmap Prioritization

Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs

Example

Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale

Make data-driven prioritization decisions faster

Stakeholder Communication

Draft PRDs, status updates, and stakeholder presentations

Example

Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement

Save 3-5 hours/week on communication overhead

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client
  • Access to product documentation and roadmap tools (Jira, Notion, etc.)
  • Understanding of product management frameworks (RICE, Jobs-to-be-Done, etc.)
  • Stakeholder contact information and communication channels

Time Estimate

30-60 minutes to see productivity improvements

Installation Steps

  1. 1.Install product management skill
  2. 2.Start with user story generation for known feature
  3. 3.Progress to competitive analysis: research 2-3 competitors
  4. 4.Use for roadmap prioritization: apply RICE/ICE scoring
  5. 5.Draft stakeholder communications and refine based on feedback
  6. 6.Build template library for recurring PM tasks
  7. 7.Share effective prompts with product team

Common Pitfalls

  • Not validating competitive research—verify facts before sharing
  • Accepting user stories without involving engineering team
  • Over-relying on frameworks without qualitative judgment
  • Not customizing outputs to company culture and communication style
  • Skipping stakeholder validation of generated requirements

Best Practices

✓ Do

  • +Validate research and competitive analysis with real data
  • +Collaborate with engineering when generating technical requirements
  • +Customize frameworks and templates to your company context
  • +Use skill for first drafts, refine with stakeholder input
  • +Document successful prompt patterns for PM tasks
  • +Combine AI efficiency with human judgment and intuition

✗ Don't

  • Don't publish competitive analysis without fact-checking
  • Don't finalize user stories without engineering review
  • Don't make prioritization decisions solely on AI scoring
  • Don't skip customer validation of generated requirements
  • Don't ignore company-specific context and culture

💡 Pro Tips

  • Provide context: company goals, constraints, customer feedback
  • Ask for alternatives: 'Show 3 ways to prioritize this roadmap'
  • Request stakeholder-specific formatting: 'Executive summary vs. engineering spec'
  • Use skill for 70% generation + 30% customization to company needs

When to Use This

✓ Use When

Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.

✗ Avoid When

Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.

Learning Path

  1. 1Basic: user stories, feature specs, status updates
  2. 2Intermediate: competitive analysis, prioritization frameworks, PRDs
  3. 3Advanced: product strategy, go-to-market planning, OKR setting
  4. 4Expert: product vision, market positioning, business model innovation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.565 reviews
  • Mia Lopez· Dec 28, 2024

    social-trend-monitor is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Ganesh Mohane· Dec 16, 2024

    Keeps context tight: social-trend-monitor is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Amina Rahman· Dec 12, 2024

    Keeps context tight: social-trend-monitor is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Amina Abbas· Dec 4, 2024

    social-trend-monitor reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Anika Gonzalez· Nov 23, 2024

    social-trend-monitor is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Nia Jain· Nov 19, 2024

    social-trend-monitor reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Rahul Santra· Nov 7, 2024

    Registry listing for social-trend-monitor matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Isabella Taylor· Nov 3, 2024

    Registry listing for social-trend-monitor matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Pratham Ware· Oct 26, 2024

    social-trend-monitor reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • James Rahman· Oct 22, 2024

    social-trend-monitor reduced setup friction for our internal harness; good balance of opinion and flexibility.

showing 1-10 of 65

1 / 7