Trend Spotter logo

Trend Spotter

CommunityPopular
aaron-he-zhu
trend-spotter

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/declining), a cultural calendar, and go/skip recommendations. Not for finding the creators to run those trends — use influencer-discovery; not for building the brand posting calendar from a go verdict — use social-calendar-builder. 热点趋势洞察/借势营销

Overview

Publisheraaron-he-zhu
Repositoryaaron-marketing-skills
Skill nametrend-spotter
Stars
2.8K
Forks
361
Bundled files
2
LicenseApache-2.0
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 2 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by aaron-he-zhu on GitHub. Read the source before you install it.

Installation

Install the Trend Spotter AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/aaron-he-zhu/aaron-marketing-skills.git /tmp/aaron-marketing-skills
mkdir -p .claude/skills
cp -r /tmp/aaron-marketing-skills/influencer/scout/trend-spotter .claude/skills/trend-spotter
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Trend Spotter in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Trend Spotter on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Trend Spotter is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

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>.md only 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.

  1. Define trend parameters — capture brand/industry, platforms, audience, geographic focus, time horizon, and content categories. (Template: Step 1.)
  2. 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.)
  3. 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.)
  4. Track cultural moments — source dates and current conversation/sentiment claims; otherwise return calendar/search fields as TBD. (Template: Step 4.)
  5. 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_SCORED with no go/caution/skip call. (Template: Step 5.)
  6. Monitor competitor trend adoption — require dated post/campaign evidence; do not infer adoption, performance, gaps, or overuse from general brand knowledge. (Template: Step 6.)
  7. 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 TBD and return NEEDS_INPUT with 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.

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.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Trend Spotter AI skill do?

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/declining), a cultural calendar, and go/skip recommendations. Not for finding the creators to run those trends — use influencer-discovery; not for building the brand posting calendar from a go verdict — use social-calendar-builder. 热点趋势洞察/借势营销

Why use Trend Spotter on TypingMind?

Because you install it once and use it with any model. Trend Spotter is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Trend Spotter in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/aaron-he-zhu/aaron-marketing-skills/tree/main/influencer/scout/trend-spotter. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Trend Spotter?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Trend Spotter?

As many as you like. As long as a model supports skills, you can use Trend Spotter with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Trend Spotter AI skill free?

Yes. It is published on GitHub by aaron-he-zhu under the Apache-2.0 license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇