trend-spotter

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Trend Spotter

Trend Spotter

This skill helps you identify and capitalize on trends that matter to your audience. It monitors social conversations, emerging topics, viral content formats, and cultural moments to inform influencer campaign timing and content strategy.
该Skill可帮助您识别并利用对受众重要的趋势。它监控社交对话、新兴话题、病毒式内容形式以及文化时刻,为influencer营销活动的时间规划和内容策略提供依据。

Quick Start

快速开始

Shortest invocation:
What trends are relevant for [brand/industry] right now?
Common scenario — analyze one specific trend before committing:
Should [brand] participate in [trend/challenge]? Score the brand fit and give a go/skip call.
最简调用方式:
What trends are relevant for [brand/industry] right now?
常见场景——在投入前分析特定趋势:
Should [brand] participate in [trend/challenge]? Score the brand fit and give a go/skip call.

Skill Contract

Skill 合约

  • Reads: brand/industry, target platforms, audience, geographic focus, time horizon, content categories; prior audience and niche findings from
    memory/influencer/
    if present.
  • Writes: a trend report (ranked trends, brand-fit scores, format calls, cultural calendar, go/skip recommendations) to
    memory/influencer/trend-spotter/YYYY-MM-DD-<topic>.md
    .
  • Promotes: durable facts (top trends to act on now, trends to avoid, next review date) to
    memory/hot-cache.md
    .
  • Done when:
    1. Each candidate trend has a brand-fit score and a go / caution / skip call.
    2. The report names the top 3 trends to act on now plus a watch list and an avoid list.
    3. Action items carry a timing window and a content-format recommendation.
  • Primary next skill: influencer-discovery — find the creators who can execute the chosen trends.
  • 读取内容:品牌/行业、目标平台、受众、地域聚焦、时间范围、内容类别;若存在
    memory/influencer/
    中的历史受众和细分领域发现,也会读取。
  • 写入内容:将趋势报告(排名趋势、品牌契合度评分、趋势阶段判定、文化日历、参与/跳过建议)保存至
    memory/influencer/trend-spotter/YYYY-MM-DD-<topic>.md
  • 推广内容:将持久事实(当前需行动的顶级趋势、需避开的趋势、下次复查日期)推送至
    memory/hot-cache.md
  • 完成标志
    1. 每个候选趋势都有品牌契合度评分以及参与/谨慎/跳过的判定。
    2. 报告列出当前需行动的前3大趋势,以及观察列表和规避列表。
    3. 行动项包含时间窗口和内容形式建议。
  • 首要后续Skillinfluencer-discovery——寻找能执行所选趋势的创作者。

Handoff Summary

交接摘要

Emit the standard shape from skill-contract.md §Handoff Summary Format.
按照skill-contract.md §Handoff Summary Format输出标准格式。

Data Sources

数据源

This skill works with no live integrations (Tier 1): ask the user for the brand, platforms, audience, and time horizon, then reason from those inputs. Where a tool would sharpen the read, use a
~~
connector placeholder:
  • ~~social platform analytics
    — trending hashtags, sounds, and view counts per platform.
  • ~~trend database
    — emerging topics, challenge participation, and growth rates.
  • ~~social listening
    — cultural conversations and sentiment around a topic.
  • ~~competitor tracking
    — which trends rival brands have adopted and how they performed.
No connector is required to produce a useful report. See CONNECTORS.md for the free/keyless recipe per category.
For a keyless way to fill the trending tables with real signal, run the multi-source trend scout — Google Trends RSS + Hacker News + Reddit + YouTube-outlier, scored against the brand's verticals via the bundled stdlib
rss_monitor.py
(no new dependency): references/trend-scout-recipe.md. This is the Tier-1 recipe behind
~~trend database
(Google Trends RSS).
Keyless news pulse (Tavily):
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/connectors/tavily.py" search "<vertical or candidate trend>" --topic news --time-range w --limit 10
adds a recency-filtered news read with per-result relevance scores to the scout mix — a second keyless source to corroborate an RSS spike before calling it a rising trend. Keep single-source signals labeled Estimated; two independent sources agreeing upgrades the confidence note, not the label.
Keyless momentum sharpeners:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/connectors/pageviews.py" "<Topic_Article>" --granularity daily --days 30
shows whether a topic's Wikipedia attention is actually climbing — Measured evidence for the rising / peak / declining format call — and the Hacker News Algolia API (
https://hn.algolia.com/api/v1/search?query=<topic>
, keyless) upgrades the HN RSS read with points and comment counts usable as a heat score.
该Skill无需实时集成(Tier 1):向用户询问品牌、平台、受众和时间范围,然后基于这些输入进行推理。若工具能优化读取结果,使用
~~
连接器占位符:
  • ~~social platform analytics
    ——各平台的热门话题标签、音效和浏览量。
  • ~~trend database
    ——新兴话题、挑战参与度和增长率。
  • ~~social listening
    ——围绕某话题的文化对话和舆情。
  • ~~competitor tracking
    ——竞品品牌采用了哪些趋势以及表现如何。
无需连接器即可生成有用报告。每个连接器类别的免费/无密钥方案请参见CONNECTORS.md
如需无密钥方式为趋势表格填充真实信号,可运行多源趋势侦察工具——Google Trends RSS + Hacker News + Reddit + YouTube-outlier,通过捆绑的标准库
rss_monitor.py
(无需新依赖)根据品牌垂直领域评分:references/trend-scout-recipe.md。这是
~~trend database
(Google Trends RSS)背后的Tier-1方案。
无密钥新闻动态(Tavily)
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/connectors/tavily.py" search "<vertical or candidate trend>" --topic news --time-range w --limit 10
可在侦察组合中添加经过时效性过滤的新闻内容及每条结果的相关性评分——这是第二个无密钥来源,可在判定为上升趋势前验证RSS峰值。单一来源信号需标记为Estimated;两个独立来源达成一致可提升置信度说明,但不改变标签。
无密钥势头强化工具
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/connectors/pageviews.py" "<Topic_Article>" --granularity daily --days 30
可显示某话题在维基百科的关注度是否实际上升——为上升/峰值/下降的趋势阶段判定提供实测证据;Hacker News Algolia API(
https://hn.algolia.com/api/v1/search?query=<topic>
,无密钥)可升级HN RSS读取结果,将点数和评论数用作热度评分。

Instructions

操作步骤

When a user requests trend analysis, run these steps. Each step has a fill-in template in references/templates.md — copy the matching block and populate it.
  1. Define trend parameters — capture brand/industry, platforms, audience, geographic focus, time horizon, and content categories. (Template: Step 1.)
  2. Identify current trends — log trending topics, hashtags, audio/sounds, and challenges with volume, growth, lifespan, and brand-safety flags. (Template: Step 2.)
  3. Analyze content format trends — list hot, emerging, and declining formats per platform with how-to-adapt notes. (Template: Step 3.)
  4. Track cultural moments — build the cultural calendar (events + lead times), conversations to join vs avoid, and seasonal opportunities. (Template: Step 4.)
  5. Assess trend relevance — for each candidate trend, score audience alignment, brand value fit, content adaptability, risk, and timing (X/25) and land a ✅ participate / ⚠️ caution / ❌ skip call. (Template: Step 5.)
  6. Monitor competitor trend adoption — record which trends rivals adopted, gaps they missed, and what they overused. (Template: Step 6.)
  7. Generate the trend report — assemble top-3-act-now, watch list, avoid list, timed action items, format and hashtag strategy, and a next-review date. Save to
    memory/influencer/trend-spotter/YYYY-MM-DD-<topic>.md
    and promote durable facts to
    memory/hot-cache.md
    . (Template: Step 7.)
当用户请求趋势分析时,执行以下步骤。每个步骤在references/templates.md中都有填充模板——复制对应模块并填写内容。
  1. 定义趋势参数——收集品牌/行业、平台、受众、地域聚焦、时间范围和内容类别。(模板:步骤1)
  2. 识别当前趋势——记录热门话题、话题标签、音频/音效和挑战的热度、增长情况、生命周期和品牌安全标记。(模板:步骤2)
  3. 分析内容形式趋势——列出各平台的热门、新兴和衰退形式,以及适配指南。(模板:步骤3)
  4. 追踪文化时刻——构建文化日历(活动+准备时间)、可参与/需规避的对话以及季节性机会。(模板:步骤4)
  5. 评估趋势相关性——为每个候选趋势的受众匹配度、品牌价值观契合度、内容适配性、风险和时机打分(X/25),并给出✅参与/⚠️谨慎/❌跳过的判定。(模板:步骤5)
  6. 监控竞品趋势采用情况——记录竞品采用了哪些趋势、遗漏的空白以及过度使用的内容。(模板:步骤6)
  7. 生成趋势报告——整合当前需行动的前3大趋势、观察列表、规避列表、定时行动项、形式和话题标签策略,以及下次复查日期。保存至
    memory/influencer/trend-spotter/YYYY-MM-DD-<topic>.md
    ,并将持久事实推送至
    memory/hot-cache.md
    。(模板:步骤7)

Example

示例

User: "What TikTok trends should a fitness brand run right now?"
Output names the top trends to act on now — e.g. "Hot Girl Walk" Evolution (2.3B views, still growing, ⭐⭐⭐⭐⭐ for apparel/supplements via "walk with me" content), "75 Hard" challenge content (⭐⭐⭐⭐, sponsor creators mid-challenge), and GRWM Gym Edition (early-growth, first-mover, ⭐⭐⭐⭐⭐) — with a 15-30s format recommendation (hook in 2s, trending audio, text overlay, quick cuts), hashtags (#FitTok, #GymTok), and a this-week action to brief creators on GRWM Gym Edition. Full version: references/templates.md.
用户:“健身品牌现在应该参与哪些TikTok趋势?”
输出会列出当前需行动的顶级趋势——例如“Hot Girl Walk”进化版(23亿次浏览量,仍在增长,⭐⭐⭐⭐⭐适合服饰/补剂品牌,可制作“陪我散步”内容)、“75 Hard”挑战内容(⭐⭐⭐⭐,赞助挑战中期的创作者)以及GRWM Gym Edition(早期增长,先发优势,⭐⭐⭐⭐⭐)——同时推荐15-30秒的内容形式(2秒内抓住眼球、使用热门音频、文字叠加、快速剪辑)、话题标签(#FitTok, #GymTok),以及本周需执行的行动:向创作者brief GRWM Gym Edition内容。完整版本:references/templates.md

Reference Materials

参考资料

  • references/templates.md — fill-in templates for every step, the extended worked example, and execution tips.
  • skill-contract.md — shared contract and Handoff Summary format.
  • state-model.md — HOT/WARM/COLD memory tiers and save paths.
  • CONNECTORS.md — free/keyless data recipe per connector category.
  • STAR benchmark scoring at references/star-benchmark.md — for grading trend-driven creative output downstream.
  • Siblings in the scout phase: audience-mapper, influencer-discovery, fit-scorer.
  • references/templates.md——每个步骤的填充模板、完整示例和执行技巧。
  • skill-contract.md——通用合约和交接摘要格式。
  • state-model.md——HOT/WARM/COLD内存层级和保存路径。
  • CONNECTORS.md——每个连接器类别的免费/无密钥方案。
  • STAR基准评分:references/star-benchmark.md——用于下游评估趋势驱动的创意输出。
  • 侦察阶段的同类Skill:audience-mapperinfluencer-discoveryfit-scorer

Next Best Skill

推荐后续Skill

  • Primary: influencer-discovery — turn the chosen trends into a shortlist of creators who can execute them.
  • Alternate: audience-mapper — confirm which trends actually resonate with your audience before committing.
  • Alternate: fit-scorer — score which creators fit the chosen trends and the brand before committing.
Termination: keep a visited-set of skills invoked this session. If the primary next skill was already run this turn, stop and report the chain complete rather than re-invoking. Max handoff depth is 3; once reached, summarize and return control to the user.
  • 首要推荐influencer-discovery——将所选趋势转化为可执行的创作者候选名单。
  • 备选推荐audience-mapper——在投入前确认哪些趋势真正与受众产生共鸣。
  • 备选推荐fit-scorer——在投入前为契合所选趋势和品牌的创作者打分。
终止规则:记录本次会话中调用过的Skill。若首要后续Skill已在本轮调用过,则停止并报告流程完成,避免重复调用。最大交接深度为3;达到深度后,总结内容并将控制权交还给用户。