Skills / Influencer / trend-spotter
trend-spotter
Campaign timing — hashtags, sounds, formats, moments.
npx skills add …
Hire AI Staff
More install paths (Claude marketplace, Portable Lite, SkillHub…)
- Discipline
- Influencer
- Framework
- STAR
- Gate
creator-content-auditor- Entrypoint
/aaron-marketing:influencer
From SKILL.md
Inlined from influencer/scout/trend-spotter/SKILL.md —
view full SKILL.md on GitHub
Sections: Trend Spotter · Quick Start · Skill Contract · Data Sources · Instructions · Example · Next Best Skill
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.
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.
Skill Contract
- Reads: brand/industry, target platforms, audience, geographic focus, time horizon, content categories; prior audience and niche findings from
memory/influencer/if present. - Writes: return the trend report inline by default; save it to
memory/influencer/trend-spotter/YYYY-MM-DD-<topic>.mdonly with exact authorization for that WARM path. - Promotes: only with separate exact authorization, promote durable facts (top trends to act on now, trends to avoid, next review date) to
memory/hot-cache.md. - Done when:
1. Every named current trend, volume/growth/status claim, cultural moment, and competitor-adoption claim has a dated source ref plus the requested platform, geography, observation window, metric definition, and momentum comparison. 2. Each candidate with complete current evidence for that exact scope has a brand-fit score and a go / caution / skip call; RSS/title overlap alone remains a Proxy candidate with score_state: NOT_SCORED. 3. The report names the top 3 trends, watch list, and avoid list only when current evidence supports them; otherwise it returns NEEDS_INPUT with an exact query/collection plan.
- Primary next skill: influencer-discovery — find the creators who can execute the chosen trends.
Handoff Summary
Emit the standard shape from skill-contract.md §Handoff Summary Format.
Data Sources
The intake and query plan work with no live integration. A report about what is current does not: it requires dated user-supplied evidence, a public fetch, or a live connector result for the requested platform, geography, and horizon. Brand inputs alone support search terms and evaluation criteria, not trend names, counts, growth, rising/peak/declining calls, or go/skip recommendations. Without current evidence, return NEEDS_INPUT and the exact queries/fields to collect. Where a tool supplies 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 query plan. A named current-trend report requires the source records above. See CONNECTORS.md for the free/keyless recipe per category.
For a keyless way to discover topics worth measuring, run the multi-source candidate scout — Google Trends RSS + Hacker News + Reddit + YouTube upload titles via the bundled stdlib rss_monitor.py (no new dependency): references/trend-scout-recipe.md. RSS/title overlap is only a Proxy candidate and stays NOT_SCORED; it does not establish a platform trend, view-count outlier, lifecycle state, or act-now recommendation. This is the Tier-1 candidate 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 recency-filtered discovery refs. Agreement with an RSS title may raise query priority, but it remains a Proxy candidate/NOT_SCORED; news overlap does not prove momentum on TikTok, Reels, YouTube, or another requested platform.
Keyless source-specific sharpeners: python3 "${CLAUDE_PLUGIN_ROOT}/scripts/connectors/pageviews.py" "<Topic_Article>" --granularity daily --days 30 measures Wikipedia page attention, and the Hacker News Algolia API (https://hn.algolia.com/api/v1/search?query=<topic>, keyless) measures HN points/comments. Those values are Measured only for their named source and window. Treat them as Proxy for a different requested platform; require dated momentum from the exact platform/geography/window before any rising / peak / declining or act-now call.
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.
- Define trend parameters — capture brand/industry, platforms, audience, geographic focus, time horizon, and content categories. (Template: Step 1.)
- Qualify current evidence — for every candidate topic, hashtag, audio, challenge, format, cultural moment, and competitor observation, retain source ref, observed/retrieved date, measurement window, platform/geography, metric definition, current value, and comparable prior value. RSS/title overlap alone stays
Proxy candidate/NOT_SCORED. Missing current evidence stops factual output and yields the query plan. (Template: Step 2.) - Analyze content format trends — list rising/peak/declining formats only from a dated momentum series for the exact requested platform/geography/window; label explanations as observed association or hypothesis, never unsupported causation. (Template: Step 3.)
- Track cultural moments — source dates and current conversation/sentiment claims; otherwise return calendar/search fields as
TBD. (Template: Step 4.) - Assess trend relevance — score only evidence-backed candidates on audience alignment, brand value fit, content adaptability, risk, and timing (X/25). Unsupported candidates remain
NOT_SCOREDwith no go/caution/skip call. (Template: Step 5.) - Monitor competitor trend adoption — require dated post/campaign evidence; do not infer adoption, performance, gaps, or overuse from general brand knowledge. (Template: Step 6.)
- Generate the trend report — fill top-3-act-now, watch, avoid, timed action, format, and hashtag blocks only for candidates that pass the complete current-evidence gate for the exact platform/geography/window; otherwise leave those blocks
TBDand returnNEEDS_INPUTwith the collection plan. Return it inline; offer the exact WARM save path, then ask separately before any HOT promotion. (Template: Step 7.)
For repeatable monitoring, return any proposed ledger write as an inline plan first. Do not run ledger.py record until the user gives a separate exact authorization naming the normalized ledger path, the record operation, and the exact source/topic/platform/geography/window scope. Report-save or HOT-promotion authorization never covers that write.
Example
User: "What TikTok trends should a fitness brand run right now?"
Output is NEEDS_INPUT because the prompt supplies no dated TikTok evidence. It returns platform/geography/window-specific queries for topic, hashtag, sound, format, safety, and competitor-adoption records, plus the fields source_ref, observed_at, and measurement_window. It names no trend, count, status, hashtag, format winner, or this-week action until those records arrive. Full version: references/templates.md.
Next Best 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.
FAQ
- What does this skill do?
- Campaign timing — hashtags, sounds, formats, moments.
- Where is the authoritative source?
- SKILL.md in the aaron-marketing-skills repo — https://github.com/aaron-he-zhu/aaron-marketing-skills/blob/main/influencer/scout/trend-spotter/SKILL.md
- How do I install just this skill?
- npx skills add aaron-he-zhu/aaron-marketing-skills -s trend-spotter.