YouTube Research
You are conducting competitive research for a YouTube channel. Your goal is to analyze competitor channels, identify content gaps, discover trending topics, and surface opportunities aligned with the creator's strategy.
Before You Start
You need from the user:
- Research focus - What niche, tool, or topic area to research (e.g., "AI tools for professionals", "MCP integrations", "productivity software")
- Competitor channels (optional) - Specific YouTube channel URLs to analyze
- Specific angle (optional) - Is there a particular feature, update, or trend they want to investigate?
If the user provided context already, confirm your understanding and proceed.
The Research Process
Step 1: Scope the Research
Define the research boundaries:
- Which channels to scrape (user-provided + discovered competitors)
- Which topics/keywords to search for
- Time horizon (recent 30 days, 90 days, or all-time)
Tell the user the plan: "I'll analyze [N] channels and search for [keywords]. This will involve web research and data collection."
Step 2: Collect Channel Data
Use web research to collect:
- Channel metadata (subscribers, total videos, posting frequency)
- Recent videos (last 30-50 per channel): titles, views, likes, comments, publish dates
- Video tags and categories where available
If Apify MCP is available, spawn yt-scraper sub-agent for bulk data collection.
Step 3: Analyze Channels
For each channel, analyze:
- Engagement pattern analysis (what gets views vs what doesn't)
- Content type distribution (tutorials, reviews, updates, opinions)
- Title pattern analysis (what structures and words correlate with views)
- Outlier video identification (3x+ above channel average)
- Topic coverage map (what's covered, what's missing)
If analyzing 4+ channels, spawn channel-analyzer sub-agents (3 channels per agent) for parallel processing.
Step 4: Identify Opportunities
Using the analysis results, identify:
Content Gaps:
- Topics the audience searches for but competitors cover poorly
- Topics that are developer-focused everywhere but could be made accessible
- Recent tool updates/features with no quality coverage yet
Trending Signals:
- Tools/features getting increasing search interest
- Topics with recent outlier videos (sudden view spikes)
- Community discussions (Reddit, forums) indicating unmet demand
Strategic Fit:
- Which opportunities align with the creator's content pillars?
- Which serve the target audience?
- Which have the best effort-to-impact ratio?
Step 5: Export Results
Generate two outputs:
niche-analysis.json - Structured data with per-channel metrics, outlier videos, content gaps, and opportunity scores
niche-report.md - Human-readable research report with:
- Executive summary (3-5 key findings)
- Per-channel analysis highlights
- Top 10 content opportunities ranked by potential
- Recommended next steps
Present the report to the user:
"Here's the research report. Key findings:"
"What would you like to do?"
- Move to ideation with these insights
- Research additional channels
- Dig deeper into a specific finding
- Export and save for later
Key Principles
- Strategy-first - Every finding must connect back to the creator's goals and audience. Don't surface opportunities that don't serve the target audience.
- Data over opinion - Ground insights in actual view counts, engagement rates, and search data. "This seems popular" is useless. "This video got 3.2x the channel average with 45K views in 2 weeks" is useful.
- Actionable outputs - Every content gap should translate directly into a potential video idea. Don't just say "competitors don't cover X" - say "competitors don't cover X, and here's evidence that people are searching for it."
- Respect rate limits - When using APIs, handle timeouts gracefully and never hammer endpoints.
- Save everything to disk - Persist all collected data and analysis results as JSON files immediately. Never hold large datasets only in conversation context.
Overview
Research competitor YouTube channels, niches, and trending topics for your content strategy.
Prerequisites
- Access to the content environment or API
- Required CLI tools installed and authenticated
- Familiarity with content concepts and terminology
Instructions
- Assess the current state of the content configuration
- Identify the specific requirements and constraints
- Apply the recommended patterns from this skill
- Validate the changes against expected behavior
- Document the configuration for team reference
Output
- Configuration files or code changes applied to the project
- Validation report confirming correct implementation
- Summary of changes made and their rationale
Error Handling
| Error |
Cause |
Resolution |
| Authentication failure |
Invalid or expired credentials |
Refresh tokens or re-authenticate with content |
| Configuration conflict |
Incompatible settings detected |
Review and resolve conflicting parameters |
| Resource not found |
Referenced resource missing |
Verify resource exists and permissions are correct |
Examples
Basic usage: Apply yt research to a standard project setup with default configuration options.
Advanced scenario: Customize yt research for production environments with multiple constraints and team-specific requirements.
Resources
- Official content documentation
- Community best practices and patterns
- Related skills in this plugin pack
1---2name: yt-research3description: Research competitor YouTube channels, niches, and trending topics for your content strategy. Use this skill whenever the user says "research channels", "analyze competitors", "find trending topics", "niche analysis", "competitive research", "what are other creators doing", "scrape YouTube channels", or wants to understand the competitive landscape for a specific tool or topic area. Use when working with yt research. Trigger with 'yt', 'research'.4license: MIT5---6# YouTube Research
7
8You are conducting competitive research for a YouTube channel. Your goal is to analyze competitor channels, identify content gaps, discover trending topics, and surface opportunities aligned with the creator's strategy.
9
10## Before You Start
11
12You need from the user:
13
141. **Research focus** - What niche, tool, or topic area to research (e.g., "AI tools for professionals", "MCP integrations", "productivity software")
152. **Competitor channels** (optional) - Specific YouTube channel URLs to analyze
163. **Specific angle** (optional) - Is there a particular feature, update, or trend they want to investigate?
17
18If the user provided context already, confirm your understanding and proceed.
19
20## The Research Process
21
22### Step 1: Scope the Research
23
24Define the research boundaries:
25
26- Which channels to scrape (user-provided + discovered competitors)
27- Which topics/keywords to search for
28- Time horizon (recent 30 days, 90 days, or all-time)
29
30Tell the user the plan: "I'll analyze [N] channels and search for [keywords]. This will involve web research and data collection."
31
32### Step 2: Collect Channel Data
33
34Use web research to collect:
35
36- Channel metadata (subscribers, total videos, posting frequency)
37- Recent videos (last 30-50 per channel): titles, views, likes, comments, publish dates
38- Video tags and categories where available
39
40If Apify MCP is available, spawn `yt-scraper` sub-agent for bulk data collection.
41
42### Step 3: Analyze Channels
43
44For each channel, analyze:
45
46- Engagement pattern analysis (what gets views vs what doesn't)
47- Content type distribution (tutorials, reviews, updates, opinions)
48- Title pattern analysis (what structures and words correlate with views)
49- Outlier video identification (3x+ above channel average)
50- Topic coverage map (what's covered, what's missing)
51
52If analyzing 4+ channels, spawn `channel-analyzer` sub-agents (3 channels per agent) for parallel processing.
53
54### Step 4: Identify Opportunities
55
56Using the analysis results, identify:
57
58**Content Gaps:**
59
60- Topics the audience searches for but competitors cover poorly
61- Topics that are developer-focused everywhere but could be made accessible
62- Recent tool updates/features with no quality coverage yet
63
64**Trending Signals:**
65
66- Tools/features getting increasing search interest
67- Topics with recent outlier videos (sudden view spikes)
68- Community discussions (Reddit, forums) indicating unmet demand
69
70**Strategic Fit:**
71
72- Which opportunities align with the creator's content pillars?
73- Which serve the target audience?
74- Which have the best effort-to-impact ratio?
75
76### Step 5: Export Results
77
78Generate two outputs:
79
801. **`niche-analysis.json`** - Structured data with per-channel metrics, outlier videos, content gaps, and opportunity scores
812. **`niche-report.md`** - Human-readable research report with:
82 - Executive summary (3-5 key findings)
83 - Per-channel analysis highlights
84 - Top 10 content opportunities ranked by potential
85 - Recommended next steps
86
87Present the report to the user:
88
89"Here's the research report. Key findings:"
90
91- [Top 3 findings]
92
93"What would you like to do?"
94
95- Move to ideation with these insights
96- Research additional channels
97- Dig deeper into a specific finding
98- Export and save for later
99
100## Key Principles
101
102- **Strategy-first** - Every finding must connect back to the creator's goals and audience. Don't surface opportunities that don't serve the target audience.
103- **Data over opinion** - Ground insights in actual view counts, engagement rates, and search data. "This seems popular" is useless. "This video got 3.2x the channel average with 45K views in 2 weeks" is useful.
104- **Actionable outputs** - Every content gap should translate directly into a potential video idea. Don't just say "competitors don't cover X" - say "competitors don't cover X, and here's evidence that people are searching for it."
105- **Respect rate limits** - When using APIs, handle timeouts gracefully and never hammer endpoints.
106- **Save everything to disk** - Persist all collected data and analysis results as JSON files immediately. Never hold large datasets only in conversation context.
107
108## Overview
109
110Research competitor YouTube channels, niches, and trending topics for your content strategy.
111
112## Prerequisites
113
114- Access to the content environment or API
115- Required CLI tools installed and authenticated
116- Familiarity with content concepts and terminology
117
118## Instructions
119
1201. Assess the current state of the content configuration
1212. Identify the specific requirements and constraints
1223. Apply the recommended patterns from this skill
1234. Validate the changes against expected behavior
1245. Document the configuration for team reference
125
126## Output
127
128- Configuration files or code changes applied to the project
129- Validation report confirming correct implementation
130- Summary of changes made and their rationale
131
132## Error Handling
133
134| Error | Cause | Resolution |
135|-------|-------|------------|
136| Authentication failure | Invalid or expired credentials | Refresh tokens or re-authenticate with content |
137| Configuration conflict | Incompatible settings detected | Review and resolve conflicting parameters |
138| Resource not found | Referenced resource missing | Verify resource exists and permissions are correct |
139
140## Examples
141
142**Basic usage**: Apply yt research to a standard project setup with default configuration options.
143
144**Advanced scenario**: Customize yt research for production environments with multiple constraints and team-specific requirements.
145
146## Resources
147
148- Official content documentation
149- Community best practices and patterns
150- Related skills in this plugin pack