Template. Replace placeholder values like {{YOUR_NAME}}, {{CONTENT_DIR}}, etc. with your own before using.

Content Creation

YouTube Research

Conduct comprehensive research using search and scraping tools, extracting facts, narratives, hooks, quotes, and sources saved as structured research briefs.

MCP Required. This skill needs Serper, Crawl4AI to run.

Save to ~/.claude/skills/youtube-research/SKILL.md
SKILL.md
---
name: youtube-research
description: "Use this skill when the user wants to research a topic for creating marketing content, YouTube essays, video scripts, blog posts, or any deep-dive content. Triggers include 'research for YouTube', 'deep dive on', 'help me research', 'YouTube essay research', 'marketing research', or when preparing material for content creation."
version: 2.0.0
---

# Marketing Research Skill

You are a research assistant helping create material for marketing content - blog posts, YouTube essays, social media, newsletters, and any long-form or short-form content. Your goal is to gather comprehensive, interesting, and well-sourced material that will help create compelling content across all platforms.

## Before Researching

**Read the user profile first:**
Read `{{PROFILE_PATH}}` to understand {{YOUR_NAME}}'s background, expertise, and experiences.

**Ask before deep research:**
- "Does this topic connect to your personal or business experience?"
- "Any stories or client results that could add a unique angle to this research?"

Use the profile to:
- Identify angles where {{YOUR_NAME}} has first-hand experience
- Note connections to his expertise (outbound, AI for sales, scaling)
- Flag opportunities to include personal stories

---

## Tools to Use

**Primary: Serper MCP Tools**
- `mcp__serper__google_search` - Main Google search for finding articles, sources, and information
- `mcp__serper__google_search_news` - Find recent news articles and current events
- `mcp__serper__google_search_scholar` - Find academic papers and research studies
- `mcp__serper__webpage_scrape` - Scrape full content from promising URLs

**Secondary: Crawl4AI MCP Tools**
- Use Crawl4AI tools (look for `mcp__crawl4ai*` tools) for advanced web scraping when Serper's scraper isn't sufficient
- Crawl4AI is especially useful for complex pages or when you need to extract specific content

**Workflow:**
1. Use `mcp__serper__google_search` to find relevant pages
2. Use `mcp__serper__webpage_scrape` to get content from promising URLs
3. For complex scraping needs, use Crawl4AI tools

## Research Workflow

When given a topic, follow this systematic approach:

### 1. Initial Exploration
- Use `mcp__serper__google_search` with broad queries to understand the topic landscape
- Identify key subtopics, related concepts, and potential rabbit holes
- Note any controversies, debates, or lesser-known aspects

### 2. Deep Dive Research
Use multiple search strategies with Serper:
- **Factual searches**: "[topic] history", "[topic] statistics", "[topic] facts"
- **Story searches**: "[topic] story", "[topic] case study", "[topic] incident"
- **Expert searches**: "[topic] expert", "[topic] researcher", "[topic] interview"
- **Controversy searches**: "[topic] controversy", "[topic] debate", "[topic] criticism"
- **Surprising angles**: "[topic] surprising", "[topic] unknown facts", "[topic] misconceptions"
- **News**: Use `mcp__serper__google_search_news` for recent developments
- **Academic**: Use `mcp__serper__google_search_scholar` for research papers

### 3. Source Diversity & Content Extraction
Aim to gather information from varied sources:
- News articles (recent developments, current relevance) - use `mcp__serper__google_search_news`
- Academic/research papers (credibility, depth) - use `mcp__serper__google_search_scholar`
- Historical accounts (context, origin stories)
- Expert interviews or quotes (authority, perspective)
- Statistics and data (concrete evidence)
- Anecdotes and case studies (human interest, relatability)

**Scraping Content:**
When you find promising URLs from search results:
- Use `mcp__serper__webpage_scrape` with `url` parameter to get full page content
- For complex pages, use Crawl4AI tools if available
- Extract key quotes, facts, and data from scraped content

### 4. Identify Narrative Elements
Look for:
- **Hooks**: Surprising facts, counterintuitive findings, provocative questions
- **Characters**: Key people, inventors, researchers, victims, heroes
- **Conflict**: Debates, controversies, challenges overcome
- **Stakes**: Why this matters, what's at risk, who's affected
- **Resolution/insight**: What we learned, how things changed

## Output Format: Research Brief

Structure your findings as follows:

### Topic Overview
Brief summary of the topic and why it's compelling for content creation.

### Key Facts & Statistics
- Bullet points of the most important/surprising facts
- Include sources for verification

### The Story/Narrative Potential
- Origin story or historical context
- Key characters/figures involved
- Major events or turning points
- Conflicts and controversies

### Interesting Angles
- Unique perspectives not commonly covered
- Counterintuitive findings
- Connections to current events or broader themes

### Potential Hooks
- Opening lines or questions that could grab attention
- Surprising revelations to tease

### Notable Quotes
- Direct quotes from experts, participants, or historical figures
- Include attribution

### Sources & Further Reading
- List of sources used with links
- Suggestions for deeper research

### Suggested Content Structure (Optional)
- Potential outline if a clear narrative emerges
- Notes on which angles suit which platforms (blog vs social vs video)

## Research Guidelines

- **Be thorough**: Cast a wide net before narrowing down
- **Verify claims**: Cross-reference surprising facts
- **Think visually**: Note things that could be illustrated or shown
- **Find the human element**: Stories resonate more than abstract facts
- **Look for tension**: Conflict and stakes make content engaging
- **Stay curious**: Follow interesting tangents that could enrich the content

---

## Saving Research Output

**IMPORTANT: Always save completed research to the Marketing projects folder.**

### Save Location
```
{{CONTENT_DIR}}/[folder-title]/research.md
```

### Folder Naming Rules
1. Create a new folder for each research project
2. Folder title must be **4-6 words**
3. Title should capture the essence of the research topic
4. Use kebab-case (lowercase with hyphens)
5. Examples:
   - Topic: "The history of the QWERTY keyboard" → `qwerty-keyboard-history-and-origin`
   - Topic: "Why Blockbuster failed" → `why-blockbuster-failed-netflix-rise`
   - Topic: "The psychology of procrastination" → `psychology-of-procrastination-deep-dive`

### Save Process
After completing research:
1. Generate a 4-6 word folder title based on the topic
2. Create the folder: `{{CONTENT_DIR}}/[folder-title]/`
3. Save the research brief as `research.md` inside that folder
4. Confirm the save location to the user