scrapecreators/social-media-research-skills

trend-discovery

Use when the user wants to discover trending social topics, hashtags, sounds, posts, reels, shorts, creators, or formats in a niche. Searches public trend and discovery endpoints, ranks evidence, and turns trends into practical content angles.

Trending #6987 First seen Jun 23, 2026

Installation

$ npx skills add scrapecreators/social-media-research-skills --skill trend-discovery

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from scrapecreators/social-media-research-skills · top by installs.

npx skills add scrapecreators/social-media-research-skills

Browse all from scrapecreators/social-media-research-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 2.2K
License LICENSE
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
LicenseMIT
Allowed toolsBash, Read, Write, WebFetch
Declared agents clawdbot
More metadata
openclaw
{"requires":{"env":["SCRAPECREATORS_API_KEY"]},"primaryEnv":"SCRAPECREATORS_API_KEY","homepage":"https:\/\/scrapecreators.com","tags":["social-media","research","scrapecreators"]}

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,157 B
  • docs SUMMARY.md 266 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 573 installs

SKILL.md

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.

Common Pitfalls

  • Do not call something a trend from one post unless the user only asked for examples.
  • Do not ignore region. TikTok trends can be highly country-specific.
  • Do not recommend jumping on trends that do not fit the user's brand or audience.