youtube-content

Extract YouTube video transcripts and convert them into summaries, blog posts, or social threads.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/Rheasilvia/hermes-desktop --skill youtube-content-rheasilvia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-content
Source: https://github.com/Rheasilvia/hermes-desktop/tree/main/skills/media/youtube-content
Command: npx skills add https://github.com/Rheasilvia/hermes-desktop --skill youtube-content-rheasilvia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires youtube-transcript-api, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill eliminates the time-consuming process of watching long videos to extract information, allowing you to quickly digest content through summaries, chapters, or blog posts.

Core Features & Use Cases

  • Transcript Extraction: Automatically fetches accurate transcripts from any YouTube video using the video URL.
  • Content Transformation: Converts raw transcripts into structured formats like Twitter threads, blog posts, or timestamped chapter lists.
  • Use Case: If you need to summarize a 60-minute technical lecture for a team meeting, this skill can generate a concise summary and key takeaways in seconds.

Quick Start

Use the youtube-content skill to fetch the transcript and generate a summary for the video at the provided URL.

Frequently Asked Questions about youtube-content

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a YouTube video transcript into a blog post?

You can convert a YouTube video transcript into a blog post by providing the video URL, which triggers automated transcript retrieval and text transformation into a structured written format.

Can I summarize YouTube live streams and shorts, or just standard uploads?

You can summarize YouTube live streams and shorts as well as standard uploads, because the transcript extraction process supports diverse video types by leveraging the youtube-transcript-api.

Does YouTube transcript extraction work without manually downloading subtitles?

Transcript extraction works without manually downloading subtitles by using the youtube-transcript-api to automatically fetch raw subtitle data directly from the provided YouTube video URL.

What is the best way to generate Twitter threads from video content?

The best way to generate Twitter threads from video content is to extract the raw transcript via URL and use content transformation logic to convert the subtitle data into structured social media posts.

Are there limitations when summarizing videos that lack automated transcripts?

Summarizing videos lacking automated transcripts is a limitation, as the skill depends entirely on the youtube-transcript-api to retrieve existing subtitle data required for text transformation.