youtube-content

Fetch YouTube transcripts and transform them into structured content.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/AissenLiu/EasyHermes --skill youtube-content-aissenliu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-content
Source: https://github.com/AissenLiu/EasyHermes/tree/main/hermes-agent/skills/media/youtube-content
Command: npx skills add https://github.com/AissenLiu/EasyHermes --skill youtube-content-aissenliu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Transcripts from YouTube videos are often scattered across platforms and formats, making it hard to repurpose content. This Skill fetches transcripts and transforms them into structured content such as chapters, summaries, threads, blog posts, and quotes, enabling quick content creation and repurposing.

Core Features & Use Cases

  • Transcript fetch: Retrieve available transcripts for YouTube videos in multiple languages.
  • Content transformation: Generate chapters, summaries, chapter summaries, threads, and blog posts from transcripts.
  • Flexible outputs: Produce timestamped text, full text, and various formats (quotes, blogs, threads) for different publishing needs.

Quick Start

Provide a YouTube URL or video ID to fetch transcripts and transform them into chapters, summaries, threads, or blog posts.

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 transcript into chapters and summaries?

To convert a YouTube transcript into chapters and summaries, provide a YouTube URL or video ID. The Skill fetches the transcript using the youtube-transcript-api and outputs a structured JSON containing segments, full text, and generated chapter summaries.

What is the best way to repurpose YouTube video content into threads and blog posts?

The best way to repurpose YouTube video content into threads and blog posts is to provide the video URL to this Skill. It fetches the transcript and transforms the text into structured formats like threads, blog posts, and quotes for publishing.

Can I fetch YouTube transcripts in multiple languages with timestamps?

Yes, you can fetch YouTube transcripts in multiple languages with timestamps. The Skill supports language options and outputs timestamped text alongside the full text and video segments in a structured JSON format.

Does the youtube-transcript-api work for generating structured content from video IDs?

Yes, the youtube-transcript-api works for generating structured content from video IDs. It retrieves the available transcripts which are then transformed into chapters, summaries, threads, and blog posts by the Skill's processing logic.

What format does the YouTube transcript output use for content generation?

The YouTube transcript output uses a JSON format containing the video_id, segments, full_text, and optional timestamped_text. This structured data enables the generation of chapters, summaries, threads, and blog posts.