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.
npx skills add https://github.com/ScrapeCreators/social-media-research-skills --skill trend-discovery
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.
Use this skill when the user asks to:
| 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 |
# 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.
Take scrapecreators/trend-discovery from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.