Source profileQuality 86/100

aaron-he-zhu/aaron-marketing-skills/influencer/scout/trend-spotter/SKILL.md

trend-spotter

Use it for engineering and marketing tasks; the detail page covers purpose, installation, and practical steps.

Source repository stars
2,504
Declared platforms
1
Static risk flags
0
Last source update
2026-08-04
Source checked
2026-08-04

Decision brief

What it does—and where it fits

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.

Best for

  • Use 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/dec…

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeDeclaredSource recordInstall path and trigger
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/aaron-he-zhu/aaron-marketing-skills --skill "influencer/scout/trend-spotter"
Safe inspection promptEditorial

Inspect the Agent Skill "trend-spotter" from https://github.com/aaron-he-zhu/aaron-marketing-skills/blob/8a5756ac4b5d7c53d23bbf07704010ae5c2a3739/influencer/scout/trend-spotter/SKILL.md at commit 8a5756ac4b5d7c53d23bbf07704010ae5c2a3739. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Quick Start

    Common scenario — analyze one specific trend before committing:

    Common scenario — analyze one specific trend before committing:
  2. 02

    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.)Identify current trends — log trending topics, hashtags, audio/sounds, and challenges with volume, growth, lifespan, and brand-safety flags. (Template: Step 2.)Analyze content format trends — list hot, emerging, and declining formats per platform with how-to-adapt notes. (Template: Step 3.)
  3. 03

    Skill Contract

    Emit the standard shape from skill-contract.md §Handoff Summary Format.

    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-.md.Promotes: durable facts (top trends to act on now, trends to avoid, next review date) to memory/hot-cache.md.
  4. 04

    Handoff Summary

    Emit the standard shape from skill-contract.md §Handoff Summary Format.

    Emit the standard shape from skill-contract.md §Handoff Summary Format.
  5. 05

    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.

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score86/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars2,504SourceRepository attention, not individual Skill quality
Compatibility1 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
aaron-he-zhu/aaron-marketing-skills
Skill path
influencer/scout/trend-spotter/SKILL.md
Commit
8a5756ac4b5d7c53d23bbf07704010ae5c2a3739
License
Apache-2.0
Collected
2026-08-04
Default branch
main
View the original SKILL.md

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: 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.

Handoff Summary

Emit the standard shape from 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.

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.)

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.

Reference Materials

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.

Alternatives

Compare before choosing

Computed 832,504

aaron-he-zhu/aaron-marketing-skills

audience-segment-builder

Use when the user asks to "build audience segments from my customer list", "make value-based / lookalike seed lists", "set up exclusion / suppression segments", or "map audiences to funnel stages across platforms"; turns the user's OWN customer/CRM/GA4 export into seed audiences, value-based lookalike SEED lists, exclusion/suppression segments, and a cross-platform funnel-stage targeting map, informing the ROAS A (Audience) dimension. Not for building account structure or match types — use campa

Computed 9328

MoizIbnYousaf/marketing-cli

off-page-seo

Backlink + distribution checklist that expands a site's KD ceiling beyond what on-page work alone can earn. Use when the user mentions 'backlinks', 'off-page SEO', 'directory submissions', 'guest posts', 'outreach targets', 'link building', 'submit to directories', 'get listed in listicles', 'Product Hunt launch backlinks', or asks 'how do I get more domain authority'. Generates a prioritized, researched target list across directories, listicles, and guest-post candidates — does NOT submit anyth

Computed 885,155

browser-act/skills

amazon-product-search-api-skill

This skill is designed to help users automatically extract product data from Amazon search results. The Agent should proactively apply this skill when users request searching for products related to keywords, finding best-selling items from specific brands, monitoring product prices and availability on Amazon, extracting product listings for market research, collecting product ratings and review counts for competitive analysis, finding specific products with a maximum count, searching Amazon in

Computed 8742,968

coreyhaines31/marketingskills

cro

When the user wants to optimize, improve, or increase conversions on any marketing page or form — including homepage, landing pages, pricing pages, feature pages, lead capture forms, or contact forms. Also use when the user says 'CRO,' 'conversion rate optimization,' 'this page isn't converting,' 'improve conversions,' 'why isn't this page working,' 'my landing page sucks,' 'form abandonment,' 'nobody's converting,' 'low conversion rate,' or 'this page needs work.' Use this even if the user just