trend-discovery

trend-discovery is a skill for Claude Code from ScrapeCreators/social-media-research-skills. It costs 51 tokens per session (793 once invoked), scanned A, original, MIT.

A research workflow for finding current topics and formats gaining attention on social media. It covers platforms such as TikTok, Instagram, YouTube, Reddit, and Pinterest.

In plain words
What is it for?
Use it to find trending hashtags, sounds, videos, creators, posts, reels, shorts, and content formats in a specific niche.
Why use it?
It helps separate observable trend evidence from unsupported claims that something is popular. It turns the findings into usable content directions.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: built for openclaw.

Part of the social-media-research-skills plugin — 13 skills shipped together

Good fit Use it to find trending hashtags, sounds, videos, creators, posts, reels, shorts, and content formats in a specific niche.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/scrapecreators/social-media-research-skills/trend-discovery
About the project

Social Media Research Skills is a collection of workflows that let AI coding agents research public social-media data across platforms such as TikTok, Instagram, YouTube, Reddit, and LinkedIn. Marketers and researchers use it to find unusually successful posts, mine comments, study competitors, analyze ads, and extract trends into business outputs. The catalogue skills and plugin package these workflows for supported AI agents.

ScrapeCreators/social-media-research-skills · 2,234 stars · on GitHub · scrapecreators.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ScrapeCreators/social-media-research-skills --skill trend-discovery
Clone the repo
git clone --depth 1 https://github.com/ScrapeCreators/social-media-research-skills

Made for: Claude Code.

Or install social-media-research-skills, the plugin that ships this one along with the rest of its 13 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for trend-discovery

README.md
[![agentmods](https://agentmods.dev/badge/skills/scrapecreators/social-media-research-skills/trend-discovery/github.svg)](https://agentmods.dev/skills/scrapecreators/social-media-research-skills/trend-discovery)
Your own site
<a href="https://agentmods.dev/skills/scrapecreators/social-media-research-skills/trend-discovery"><img src="https://agentmods.dev/badge/skills/scrapecreators/social-media-research-skills/trend-discovery/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for trend-discovery

Your own site · 80×15
<a href="https://agentmods.dev/skills/scrapecreators/social-media-research-skills/trend-discovery"><img src="https://agentmods.dev/badge/skills/scrapecreators/social-media-research-skills/trend-discovery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 793 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 23 Jun 2026
  • Snyk warn 23 Jun 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.00793
Opus 5 $0.00026 $0.00396
Sonnet 5 $0.00010 $0.00159
Haiku 4.5 $0.00005 $0.00079

Measured 11d ago against content hash b22f5d14d01b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

trend-discovery scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/trend-discovery/SKILL.md · 90 lines

How it starts

The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Trend Discovery

Overview

Find trends worth acting on. This skill is for social media trend research across TikTok, Instagram, YouTube, Reddit, Pinterest, and other public sources. The output should separate real evidence from vague "this is trending" claims.

When to Use

Use this skill when the user asks to:

  • find trends in a niche or category
  • discover trending TikTok sounds, hashtags, creators, or videos
  • find trending Instagram Reels or YouTube Shorts ideas
  • build a weekly trend brief
  • decide what content formats or angles to jump on

Useful Sources

Signal Endpoint examples
TikTok trending feed /v1/tiktok/get-trending-feed
TikTok popular hashtags/songs/videos/creators /v1/tiktok/hashtags/popular, /v1/tiktok/songs/popular, /v1/tiktok/videos/popular, /v1/tiktok/creators/popular
TikTok search /v1/tiktok/search/top, /v1/tiktok/search/keyword, /v1/tiktok/search/hashtag
Instagram trends/search /v1/instagram/reels/trending, /v2/instagram/reels/search, /v1/instagram/search/hashtag
YouTube /v1/youtube/shorts/trending, /v1/youtube/search, /v1/youtube/search/hashtag
Reddit /v1/reddit/search, /v1/reddit/subreddit, /v1/reddit/subreddit/search
Pinterest /v1/pinterest/search

Workflow

  1. Define niche, country/region, platform, and time sensitivity.
  2. Pull trend/discovery/search results from 2-4 relevant sources.
  3. Normalize evidence: post URL, creator, metric, date, topic, sound/hashtag if present.
  4. Cluster into trends by topic, format, hook, sound, meme, or audience problem.
  5. Rank trends by evidence strength and relevance, not raw views alone.
  6. Translate each trend into content ideas the user can actually make.

Output Format

# Trend Discovery Brief: {niche}

## Trends Worth Acting On
| Trend | Platforms | Evidence | Why it matters | Content angle |
|---|---|---|---|---|

## Sounds / Hashtags / Formats
- ...

## Example Posts to Study
- [title/hook](url) — why it matters

## Content Ideas
1. ...
2. ...

## Caveats
- Public data only.
- Trend evidence is directional unless repeated across sources.

Read the full file on GitHub · 90 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 90 lines · 51 tokens per session scan A b22f5d14d01b

Subscribe to this mod's changes

trend-discovery is a skill published in the GitHub repository ScrapeCreators/social-media-research-skills (2,234 stars, last pushed 15d ago), licensed MIT. It adds 51 tokens to every session and 793 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

page-audit

Use when auditing a specific page's SEO performance, content quality, and competitive position. The agent fetches the URL, Googles the primary keyword, reads the top 3 competitors, and produces a full 7-dimension audit — no exports, no analytics access required.

inhouseseo/superseo-skills · 59 tokens

write-content

Use when writing a complete SEO article. Includes the full anti-AI-slop ruleset (banned vocabulary, banned phrases, banned structural patterns) and voice rules. The agent researches the SERP itself if needed — no keyword data exports required.

inhouseseo/superseo-skills · 53 tokens

eeat-audit

Use when auditing a page for E-E-A-T signals. The agent reads the page and scores Experience, Expertise, Authoritativeness, and Trustworthiness — then tells you exactly what to add to each dimension.

inhouseseo/superseo-skills · 47 tokens

featured-snippet-optimizer

Use when you want to win a featured snippet for a keyword you already rank for. The agent checks the current snippet format, analyzes your content, and rewrites the relevant section to match what Google wants.

inhouseseo/superseo-skills · 47 tokens

keyword-deep-dive

Use when planning to rank for a specific keyword. The agent Googles it, reads the top 10, classifies intent, reads the top 3 competitor pages, and produces a 90-day ranking plan with intent, SERP analysis, and content recommendations.

inhouseseo/superseo-skills · 59 tokens

linkbuilding

Use when planning link acquisition. Classifies the site's authority phase from site age and visible signals, then recommends phase-appropriate tactics from the bundled tactic playbook library. No backlink tool required.

inhouseseo/superseo-skills · 41 tokens