Takes one or more YouTube video URLs, visits each page using Brave MCP, extracts chapters/timestamps, key moments, and top comments, and produces a structured highlight report. Use when the user wants to find the best parts of a video without watching the whole thing.
Takes one or more YouTube video URLs, visits each page using Brave MCP, extracts chapters/timestamps, key moments, and top comments, and produces a structured highlight report. Use when the user wants to find the best parts of a video without watching the whole thing.
What this skill does
Given one or more YouTube video URLs, this skill visits each video page and extracts:
Chapters and timestamps from the description
Key moments (if YouTube shows them)
The video description summary
Notable comments that highlight key takeaways
It then produces a structured "highlight reel" report so the user can jump straight to the best parts.
How to execute
For each video URL provided:
Navigate to the video URL — mcp__brave-devtools__browser_navigate
Take a snapshot — mcp__brave-devtools__browser_snapshot
Look for:
Chapters/timestamps in the description (lines starting with 0:00, 1:23, etc.)
Key moments panel YouTube sometimes renders on the page
Description text — first 3-5 sentences summarizing the content
Top comments — scroll or look for comment section in snapshot; extract 2-3 that mention specific tips or moments
If the description is collapsed, look for an "expand" or "more" button ref and click it — mcp__brave-devtools__browser_click
Repeat for each video
Close the browser when done — mcp__brave-devtools__browser_close