niche-research
- Repo stars 1,355
- Author repo social-media-skills
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:
- 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.
- Playwright MCP as a fallback if the Claude for Chrome extension is not available.
- 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
- Navigate to https://www.reddit.com/ (home feed).
- Scroll the feed. Load more posts.
- Open niche-relevant posts. On each post, check the "posted X days ago" timestamp.
- Discard posts older than 7 days.
- Repeat with https://www.reddit.com/r/popular/.
- Also search any niche-specific subreddits that come up while scrolling.
2b. X (Twitter) feed scanning
- Navigate to https://x.com/home (For You feed).
- Scroll multiple screens.
- Open full threads for niche-relevant tweets.
- Check the post timestamp on each thread.
- 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:
- Open the page.
- Locate the visible publish date.
- Verify it is within the last 7 days.
- 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.
- Fluxly category
- Other
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @charlie947 · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
# Step 4. Output
As of [DD/MM/YYYY] Call AskUserQuestion: 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.
Drive the browser through these actions in order. Verify publish dates on every item. Exclude anything older than 7 days from today without exception.
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
First line before the table: Then a markdown table with these exact columns: No prose outside the table.
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.
# 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:
```json
[
{
"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.
… Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> CRITICAL: Auto-start on load → Prerequisites → Step 1. Gather the niche → Step 2. Browse like a human researcher → 2a. Reddit feed scanning → 2b. X (Twitter) feed scanning
terms -> Claude for Chrome extension · Playwright MCP · WebSearch + WebFetch tools · When this skill triggers, go straight to Step 1. · This skill needs live browsing. · 1. Claude for Chrome extension (preferred). · Pick the best available path and continue. · If the user picks "Pull from about-me.md", read the file from the project root.
files/cmd -> [niche] news · [niche] launch · [niche] controversy · [niche] research · [niche] regulation
body sha256 -> 27f71418da40
Decide Fit First
Design Intent
How To Use It
Boundaries And Review