
Niche Research
- 584 installs
- 2.1k repo stars
- Updated May 20, 2026
- charlie947/social-media-skills
niche-research is an agent skill that surfaces the 20 most relevant niche stories from the last 7 days for developers who publish content and need verified trends from Reddit, X, and Google.
About
niche-research is an agent skill from charlie947/social-media-skills that auto-starts live browser research when triggered—no methodology summary first. Claude for Chrome scrolls Reddit and X and runs Google searches like a human researcher, returning the 20 most relevant stories from the past 7 days with verified dates, real links, and shareable angles for a stated niche. Developers reach for niche-research when planning weekly posts, newsletters, or threads and need credible timely hooks instead of guessed headlines. The skill requires the Claude for Chrome extension enabled for live browsing. It pairs with voice-builder and other skills in a 17-skill social content bundle that share about-me.md and voice.md context.
- niche research
- From Charlie Hills' social-media-skills pack
- Voice-consistent social content
Niche Research by the numbers
- 584 all-time installs (skills.sh)
- Ranked #703 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/charlie947/social-media-skills --skill niche-researchAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 584 |
|---|---|
| repo stars | ★ 2.1k |
| Last updated | May 20, 2026 |
| Repository | charlie947/social-media-skills ↗ |
What niche stories trended on social this week?
Researches your niche and audience to find content angles.
Who is it for?
Developers who publish on social or newsletters and need a weekly shortlist of verified niche stories with links and angles.
Skip if: Static SEO keyword research without live browsing, or environments where the Claude for Chrome extension is unavailable.
When should I use this skill?
The user says research my niche, what's trending, find stories, this week's news, or names a niche and asks what is happening.
What you get
A ranked list of 20 dated stories with source links and shareable content angles for the target niche.
- Ranked story list with links
- Shareable content angles
- Verified publication dates
By the numbers
- Surfaces 20 niche stories from the last 7 days per research run
- Ships inside the charlie947/social-media-skills bundle of 17 chained skills
Files
Niche Research
CRITICAL: Auto-start on load
When this skill triggers, go straight to Step 1. Do not summarise the research method.
Prerequisites
This skill needs live browsing. Use this order of preference:
1. Claude for Chrome extension (preferred). Check that the extension is enabled and Claude has permission to browse on the current tab. If not, tell the user:
Enable the Claude for Chrome extension and open a blank tab. I need to drive the browser to scroll Reddit, X, and run Google searches with verified dates.
2. Playwright MCP as a fallback if the Claude for Chrome extension is not available. 3. WebSearch + WebFetch tools as a last resort (less thorough on feed scrolling).
Pick the best available path and continue.
Step 1. Gather the niche
Call AskUserQuestion:
[
{
"question": "What niche do you want to research?",
"header": "Niche",
"multiSelect": false,
"options": [
{"label": "I will type my niche", "description": "Type the exact niche phrase after this"},
{"label": "Pull from about-me.md", "description": "Use the niche and audience already in my voice files"}
]
}
]If the user picks "Pull from about-me.md", read the file from the project root. If the file does not exist or does not name a clear niche, fall back to asking the user to type it.
Step 2. Browse like a human researcher
Drive the browser through these actions in order. Verify publish dates on every item. Exclude anything older than 7 days from today without exception.
2a. Reddit feed scanning
1. Navigate to https://www.reddit.com/ (home feed). 2. Scroll the feed. Load more posts. 3. Open niche-relevant posts. On each post, check the "posted X days ago" timestamp. 4. Discard posts older than 7 days. 5. Repeat with https://www.reddit.com/r/popular/. 6. Also search any niche-specific subreddits that come up while scrolling.
2b. X (Twitter) feed scanning
1. Navigate to https://x.com/home (For You feed). 2. Scroll multiple screens. 3. Open full threads for niche-relevant tweets. 4. Check the post timestamp on each thread. 5. Discard posts older than 7 days, even if engagement is high.
2c. Google web search
Run these searches one by one, open the top results, verify publish dates.
[niche] news(set Tools → Any time → Past week)[niche] launch(past week)[niche] controversy(past week)[niche] research(past week)[niche] regulation(past week)
For each promising result:
1. Open the page. 2. Locate the visible publish date. 3. Verify it is within the last 7 days. 4. If the date is missing, unclear, or older than 7 days, exclude it.
Step 3. Synthesise into themes
Collect a broad pool of verified, in-window items. Group related items into themes. Each theme may combine social discussion and news coverage.
Select themes that show at least two of:
- Strong attention or discussion
- Clear disagreement or debate
- Novel insight or new information
- Real-world implications for the niche
Target 20 themes. Fewer is acceptable if genuinely limited.
Step 4. Output
First line before the table:
As of [DD/MM/YYYY]Then a markdown table with these exact columns:
| Theme / Emerging Story | Platforms (Reddit, X, News) | Key Communities / Accounts / Sources | Representative Links | Attention Signals | What's Happening or Being Debated | Why It Matters for [NICHE] | Shareable Angle |No prose outside the table.
Step 5. Offer the next move
After the table, ask:
Any row here you want me to turn into a LinkedIn post? Call the post-writer skill with the row number, or the post-formatter skill to apply a framework.
Rules
- Never invent links, metrics, or dates.
- Exclude anything older than 7 days without exception.
- Verify every publish date before including an item. No shortcuts.
- Table only at the end. No commentary, no summary paragraph.
- If fewer than 20 themes pass the filter, say so. Do not pad with weak items.
- If Claude for Chrome is not available and neither Playwright MCP nor WebSearch can cover feed scrolling properly (Reddit and X), tell the user what is missing rather than faking the scan.
- British English throughout. DD/MM/YYYY date format.
- Never use em dashes.
Related skills
How it compares
Use niche-research for live weekly story mining with browser verification; use SEO keyword tools when you need search-volume data instead of social trend scanning.
FAQ
How many stories does niche-research return?
niche-research surfaces the 20 most relevant stories in the user's niche from the last 7 days. Each entry includes verified dates, real links, and a shareable angle for content drafting.
What does niche-research require to run?
niche-research requires the Claude for Chrome extension enabled for live browsing. The skill drives Chrome to scroll Reddit and X and run Google searches rather than relying on stale training data.