youtube-content

Convert YouTube video transcripts into summaries, threads, and JSON formats.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the problem of converting YouTube video transcripts into summaries, structured threads, and other formats for easier consumption and analysis.

Core Features & Use Cases

  • Transcript Conversion: Converts YouTube video transcripts into various useful formats such as chapters, summaries, threads, and blog posts.
  • Summary Generation: Generates concise overviews of YouTube videos, highlighting key points and arguments.
  • Use Case: Ideal for users who want to quickly grasp the content of a YouTube video or analyze the transcript for research purposes.

Quick Start

Run the youtube-content skill to fetch a transcript from a YouTube video with the following command: python3 <SKILL_DIR>/scripts/fetch_transcript.py "https://youtube.com/watch?v=VIDEO_ID" --summary

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 summary or blog post?

You can convert a YouTube video transcript into a summary or blog post by running a Python script that fetches the transcript and applies structuring techniques to generate concise overviews and formatted content.

Can I extract YouTube video transcripts and output them as structured threads?

Yes, you can extract YouTube video transcripts and output them as structured threads by fetching the raw transcript data and applying built-in summarization and formatting logic to restructure the text.

Do I need the youtube-transcript-api package to fetch YouTube video summaries?

Yes, you need Python3 and the youtube-transcript-api package installed to fetch YouTube video transcripts, which are then processed into summaries, chapters, and structured threads.

What output formats are supported when transforming YouTube video transcripts?

Supported output formats for transformed YouTube video transcripts include JSON, plain text, and timestamped text, allowing for versatile content consumption and analysis.

Does this approach work for analyzing long YouTube video transcripts for research?

Yes, this approach works for analyzing long YouTube video transcripts by generating concise overviews that highlight key points and arguments, making it ideal for research purposes.

What is the best way to automatically generate chapters from a YouTube video transcript?

The best way to automatically generate chapters from a YouTube video transcript is using a Python script that retrieves the transcript via an API and applies structuring techniques to segment the content.