Setup
On first use, read setup.md and lock integration behavior before starting trend monitoring.
When to Use
User needs ongoing updates about what is trending across the internet and social platforms, with special attention to X and rapid shifts in conversation.
Use this skill to define topic watchlists, run heartbeat-based research cycles, rank signal strength, and send concise messages only when there is meaningful change.
Architecture
Memory lives in ~/trending-now/. See memory-template.md for the baseline structure.
CODEBLOCK0
Quick Reference
Use the smallest relevant file for the current task.
| Topic | File |
|---|
| Setup and activation behavior | INLINECODE3 |
| Memory schema and state model |
memory-template.md |
| Production heartbeat template |
HEARTBEAT.md |
| Research and verification workflow |
research-protocol.md |
| Source mix and quality requirements |
source-map.md |
| Alert message contract and examples |
message-format.md |
Requirements
- - Web access for live trend validation.
- User-approved scope for topics, geographies, and languages.
- Timezone and active hours for heartbeat delivery behavior.
Never claim a trend is current without timestamped evidence from at least two independent sources.
Data Storage
Local notes in ~/trending-now/ include:
- - monitored topics with query variants and stop words
- run-level evidence links and freshness timestamps
- alert history with confidence and post-send outcomes
- rejected spikes and false-positive rationale
Core Rules
1. Define Topic Scope Before Monitoring
Each topic must include:
- - explicit intent (
brand, product, industry, culture, or breaking-event) - inclusion and exclusion criteria
- audience and geography boundaries
Without scope, trend monitoring becomes noisy and low trust.
2. Use HEARTBEAT.md as the Operating Contract
Always maintain topic and output rules in
HEARTBEAT.md.
Every cycle must follow one contract:
- - actionable update -> send structured message
- no meaningful change -> return INLINECODE16
Do not send filler summaries when there is no decision-relevant movement.
3. Prioritize Source Diversity with X as Fast Signal
For each topic, gather evidence from:
- - X for velocity and narrative emergence
- at least one community source (Reddit, forums, niche communities)
- at least one publisher or search trend source
Single-network spikes are hypotheses, not confirmed trends.
4. Enforce Freshness and Recency Windows
Classify findings by age:
- - hot: <= 6 hours
- recent: <= 24 hours
- stale: > 24 hours
Escalate only hot or recent signals unless the user explicitly requests longer-horizon analysis.
5. Score Trend Strength Before Alerting
Apply a fixed score per candidate trend:
- - volume shift
- cross-source confirmation
- novelty versus prior runs
- user relevance
- action urgency
If score is below threshold, store in watchlist and do not alert yet.
6. Send Messages in Decision-Ready Format
Every alert message must include:
- - what changed
- why it matters now
- confidence and risks
- one concrete next action
No long narrative dumps. Message length should fit quick mobile reading.
7. Protect Cost and Credibility
Start with low-cost checks, then deepen only when a signal passes threshold.
Never use paid APIs every cycle unless the user explicitly approves budget.
Always mark uncertain claims and avoid overconfident language.
Common Traps
- - Treating repost volume on X as proof of broad trend adoption -> repeated false positives.
- Using only one source family -> hype detection without validation.
- Ignoring recency windows -> old stories presented as breaking updates.
- Sending alerts without an action recommendation -> interesting but not useful output.
- Expanding topic scope mid-cycle without user approval -> relevance drift.
- Logging conclusions without links and timestamps -> impossible to audit later.
External Endpoints
| Endpoint | Data Sent | Purpose |
|---|
| https://x.com | Topic keywords and public post metadata references | Detect fast-moving narratives and sentiment inflections |
| https://www.reddit.com |
Topic keywords and thread metadata references | Validate community-level recurrence and depth |
| https://news.google.com | Topic keywords and article metadata references | Confirm publisher coverage and recency |
| https://trends.google.com | Query terms and trend interest snapshots | Estimate demand momentum over time |
No other data should be sent externally unless the user explicitly approves additional sources.
Security & Privacy
Data that leaves your machine:
- - topic keywords used for live trend research
- source lookups needed to verify recency and momentum
Data that stays local:
- - monitoring preferences and topic definitions under INLINECODE17
- run history, confidence scores, and alert outcomes
This skill does NOT:
- - access private social accounts by default
- post content on any social platform automatically
- run undeclared external requests outside approved sources
Trust
This skill relies on public internet and social sources, including X and other platforms the user approves.
Only install and run it if you trust those sources and the external services used for research.
Related Skills
Install with
clawhub install <slug> if user confirms:
- -
monitoring - Build monitoring loops with clear thresholds and escalation paths - INLINECODE20 - Structure news tracking and summarization for time-sensitive decisions
- INLINECODE21 - Track competitor moves with disciplined evidence and update cadence
- INLINECODE22 - Expand weak or mixed signals into deeper evidence-backed analysis
- INLINECODE23 - Turn many raw updates into compact, high-signal briefings
Feedback
- - If useful: INLINECODE24
- Stay updated: INLINECODE25
设置
首次使用时,请阅读 setup.md 并在启动趋势监控前锁定集成行为。
使用时机
用户需要持续了解互联网及社交平台上正在流行的趋势,特别关注 X 平台及对话的快速变化。
使用此技能可定义主题监控列表、运行基于心跳周期的研究循环、评估信号强度,并仅在出现有意义的变化时发送简洁消息。
架构
记忆文件存储在 ~/trending-now/ 目录下。基础结构请参见 memory-template.md。
text
~/trending-now/
|-- memory.md # 激活行为、范围及监控偏好
|-- topics.md # 活跃主题、查询变体及相关性边界
|-- runs.md # 心跳运行历史及变化检测摘要
-- alerts.md # 已发送警报、影响记录及误报日志
快速参考
根据当前任务使用最小的相关文件。
| 主题 | 文件 |
|---|
| 设置及激活行为 | setup.md |
| 记忆模式及状态模型 |
memory-template.md |
| 生产环境心跳模板 | HEARTBEAT.md |
| 研究及验证工作流程 | research-protocol.md |
| 来源组合及质量要求 | source-map.md |
| 警报消息格式及示例 | message-format.md |
要求
- - 需要网络访问以进行实时趋势验证。
- 用户需批准主题、地域及语言范围。
- 需设定时区及活跃时段以控制心跳发送行为。
未经至少两个独立来源的带时间戳证据,不得声称某趋势为当前趋势。
数据存储
~/trending-now/ 目录下的本地笔记包括:
- - 受监控主题及其查询变体和停用词
- 运行级别的证据链接及新鲜度时间戳
- 包含置信度及发送后结果的警报历史
- 被拒绝的异常峰值及误报原因
核心规则
1. 监控前定义主题范围
每个主题必须包含:
- - 明确意图(品牌、产品、行业、文化或突发事件)
- 包含及排除标准
- 受众及地域边界
若无范围,趋势监控将变得嘈杂且可信度低。
2. 以 HEARTBEAT.md 作为操作契约
始终在 HEARTBEAT.md 中维护主题及输出规则。
每个周期必须遵循一个契约:
- - 可操作的更新 -> 发送结构化消息
- 无有意义变化 -> 返回 HEARTBEAT_OK
当无决策相关变动时,不要发送填充性摘要。
3. 优先来源多样性,以 X 作为快速信号
针对每个主题,从以下渠道收集证据:
- - X 平台:获取传播速度及叙事涌现
- 至少一个社区来源(Reddit、论坛、小众社区)
- 至少一个发布商或搜索趋势来源
单一网络的峰值只是假设,而非已确认的趋势。
4. 强制执行新鲜度及时效窗口
按时间对发现结果进行分类:
- - 热门:<= 6 小时
- 近期:<= 24 小时
- 过时:> 24 小时
除非用户明确要求更长时间范围的分析,否则仅升级热门或近期信号。
5. 在发出警报前评估趋势强度
对每个候选趋势应用固定评分:
- - 数量变化
- 跨来源确认
- 与先前运行相比的新颖性
- 用户相关性
- 行动紧迫性
若评分低于阈值,则存入监控列表,暂不发出警报。
6. 以决策就绪格式发送消息
每条警报消息必须包含:
- - 发生了什么变化
- 为何现在重要
- 置信度及风险
- 一个具体的下一步行动
不得有冗长的叙述堆砌。消息长度应适合快速移动端阅读。
7. 保护成本与可信度
从低成本检查开始,仅在信号通过阈值后再深入。
除非用户明确批准预算,否则不要每个周期都使用付费 API。
始终标注不确定的声明,避免过度自信的措辞。
常见陷阱
- - 将 X 平台上的转发量视为广泛趋势采纳的证据 -> 导致反复误报。
- 仅使用单一来源家族 -> 检测到炒作但缺乏验证。
- 忽略时效窗口 -> 将旧故事当作突发更新呈现。
- 发送无行动建议的警报 -> 有趣但无用的输出。
- 未经用户批准在周期中扩展主题范围 -> 相关性漂移。
- 记录结论时不附带链接和时间戳 -> 后续无法审计。
外部端点
| 端点 | 发送的数据 | 目的 |
|---|
| https://x.com | 主题关键词及公开帖子元数据引用 | 检测快速传播的叙事及情绪变化 |
| https://www.reddit.com |
主题关键词及帖子元数据引用 | 验证社区层面的重复出现及深度 |
| https://news.google.com | 主题关键词及文章元数据引用 | 确认发布商覆盖范围及新鲜度 |
| https://trends.google.com | 查询词及趋势兴趣快照 | 估算需求随时间变化的势头 |
除非用户明确批准额外来源,否则不应向外部发送其他数据。
安全与隐私
离开你机器的数据:
- - 用于实时趋势研究的主题关键词
- 验证新鲜度和势头所需的来源查询
保留在本地的数据:
- - ~/trending-now/ 下的监控偏好及主题定义
- 运行历史、置信度分数及警报结果
此技能不会:
- - 默认访问私人社交账户
- 在任何社交平台上自动发布内容
- 在已批准来源之外运行未声明的外部请求
信任
此技能依赖公共互联网及社交来源,包括 X 平台及用户批准的其他平台。
仅在你信任这些来源及用于研究的外部服务时,才安装并运行它。
相关技能
若用户确认,使用 clawhub install 安装:
- - monitoring - 构建具有明确阈值及升级路径的监控循环
- news - 为时间敏感决策构建新闻跟踪及摘要
- competitor-monitoring - 以严谨的证据及更新节奏跟踪竞争对手动态
- in-depth-research - 将微弱或混合信号扩展为更深入的证据支持分析
- digest - 将大量原始更新转化为紧凑、高信号的简报
反馈
- - 若有用:clawhub star trending-now
- 保持更新:clawhub sync