Install
openclaw skills install @aaron-he-zhu/trend-spotterUse when the user asks to "find trending topics", "what trends should my brand jump on", or "time a campaign around a cultural moment"; produces a ranked trend report with brand-fit scores, format calls (rising/peak/declining), a cultural calendar, and go/skip recommendations. Not for finding the creators to run those trends — use influencer-discovery.
openclaw skills install @aaron-he-zhu/trend-spotterThis 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.
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.
memory/influencer/ if present.memory/influencer/trend-spotter/YYYY-MM-DD-<topic>.md.memory/hot-cache.md.Emit the standard shape from skill-contract.md §Handoff Summary Format.
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.
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.
memory/influencer/trend-spotter/YYYY-MM-DD-<topic>.md and promote durable facts to memory/hot-cache.md. (Template: Step 7.)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.
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.
C3 benchmark scoring at references/c3/scoring-architecture.md — for grading trend-driven creative output downstream.
Siblings in the discover phase: audience-mapper, influencer-discovery, fit-scorer.
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.