首页龙虾技能列表 › Trending Now — 技能工具

T Trending Now — 技能工具

v1.0.0

[自动翻译] Monitor internet and social media trends with heartbeat topic watchlists, freshness scoring, and concise alerts on what changed and why it matters.

0· 665·6 当前·6 累计
by @ivangdavila (Iván)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/5
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
The skill's requirements and instructions are coherent with a public-trends monitor: it stores state in ~/trending-now/, queries public endpoints for keywords, and does not request credentials or installs—review network behavior and the truncated SKILL.md before enabling.
评估建议
This skill appears to do what it says: it will create and use ~/trending-now/ for configuration and state, and it will query public endpoints (X, Reddit, Google News/Trends) using the topic keywords you provide. Before installing: (1) review the full, untruncated SKILL.md to confirm there are no hidden behaviors; (2) avoid adding private or sensitive keywords to topics (those would be sent externally during searches); (3) confirm whether any paid APIs or authenticated endpoints will be needed la...
详细分析 ▾
用途与能力
Name/description (monitor internet/social trends) align with what the skill requests and does: it needs a local workspace (~/trending-now/) to store topics, runs, and alerts, and it describes querying public endpoints (X, Reddit, Google News/Trends) for evidence. No unrelated credentials, binaries, or installs are requested.
指令范围
Runtime instructions are narrowly scoped to trend discovery, scoring, and alerting. The SKILL.md explicitly lists external endpoints and the kinds of data to send (topic keywords and public post metadata) — this is expected for trend monitoring but can leak sensitive keywords if the user includes them. Also the provided SKILL.md in the prompt is truncated mid-sentence; the missing tail could contain additional behavior (network calls, posting rules, or other exceptions) so review the full SKILL.md before use.
安装机制
Instruction-only skill with no install spec and no code files. Low install risk — nothing is downloaded or written beyond the explicit local workspace the skill creates during setup.
凭证需求
No environment variables or external credentials are required. The only filesystem access declared is a single config path (~/trending-now/) which the setup flow creates and restricts (mkdir/touch/chmod). That is proportional to the stated purpose. Be cautious about what topics/keywords you store there.
持久化与权限
Does not request always:true or system-wide changes. It persists only to its own directory and instructs setting restrictive permissions (700/600). It does not declare modifying other skills or global agent settings.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

🖥️ OSmacOS · Linux · Windows

版本

latestv1.0.02026/3/5

Initial release with heartbeat templates, topic monitoring rules, cross-network validation flow, and alert message formats for actionable updates.

● 无害

安装命令 点击复制

官方npx clawhub@latest install trending-now
镜像加速npx clawhub@latest install trending-now --registry https://cn.clawhub-mirror.com

技能文档

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.

~/trending-now/
|-- memory.md                 # Activation behavior, scope, and monitoring preferences
|-- topics.md                 # Active topics, query variants, and relevance boundaries
|-- runs.md                   # Heartbeat run history and change detection summary
-- alerts.md                 # Alerts sent, impact notes, and false-positive log

Quick Reference

Use the smallest relevant file for the current task.

TopicFile
Setup and activation behaviorsetup.md
Memory schema and state modelmemory-template.md
Production heartbeat templateHEARTBEAT.md
Research and verification workflowresearch-protocol.md
Source mix and quality requirementssource-map.md
Alert message contract and examplesmessage-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 HEARTBEAT_OK

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

EndpointData SentPurpose
https://x.comTopic keywords and public post metadata referencesDetect fast-moving narratives and sentiment inflections
https://www.reddit.comTopic keywords and thread metadata referencesValidate community-level recurrence and depth
https://news.google.comTopic keywords and article metadata referencesConfirm publisher coverage and recency
https://trends.google.comQuery terms and trend interest snapshotsEstimate 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 ~/trending-now/
  • 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 if user confirms:
  • monitoring - Build monitoring loops with clear thresholds and escalation paths
  • news - Structure news tracking and summarization for time-sensitive decisions
  • competitor-monitoring - Track competitor moves with disciplined evidence and update cadence
  • in-depth-research - Expand weak or mixed signals into deeper evidence-backed analysis
  • digest - Turn many raw updates into compact, high-signal briefings

Feedback

  • If useful: clawhub star trending-now
  • Stay updated: clawhub sync`
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务