youtube-content

Convert YouTube video transcripts into structured summaries, threads, blogs, chapters, and timestamped quotes.

4|Updated May 18, 2026
One-click install
npx skills add https://github.com/ZardLi1115/zedclaw --skill youtube-content-zardli1115
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-content
Source: https://github.com/ZardLi1115/zedclaw/tree/main/skills/media/youtube-content
Command: npx skills add https://github.com/ZardLi1115/zedclaw --skill youtube-content-zardli1115

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

YouTube videos are hard to reuse once you have to turn them into notes, posts, or blog drafts, because transcripts are scattered and need restructuring.

Core Features & Use Cases

  • Transcript to structured formats: Convert a YouTube transcript into chapters, summaries, thread-style posts, blog articles, or quotes with timestamps.
  • Timestamp-aware outputs: Preserve timing so you can reference specific moments in your write-up.
  • Language handling and recovery: Fetch in a requested language when possible, and fall back to any available transcript when needed.

Quick Start

Ask your assistant to summarize the YouTube video at your URL and produce a chaptered blog-style output with timestamps.

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 with timestamps?

To convert a YouTube video transcript into a blog post, the Skill fetches the transcript via youtube-transcript-api, normalizes the text segments, and restructures them into a chaptered blog draft while preserving original timestamps for reference.

What is the best way to repurpose YouTube video content into structured chapters and summaries?

The best way to repurpose YouTube video content into chapters and summaries is to extract the transcript, normalize the text segments, and transform the output into structured notes or chaptered formats with timestamp-aware quotes.

Can I fetch YouTube transcripts in a specific language and what happens if it fails?

You can fetch YouTube transcripts in a requested language, and the Skill includes fallback handling to retrieve any available transcript if the preferred language is not supported.

Does youtube-transcript-api support extracting threads and quotes for content repurposing?

Yes, youtube-transcript-api fetches the raw transcript data which is then normalized and transformed into thread-style posts, structured summaries, and timestamped quotes for content repurposing workflows.

How to turn a YouTube link into structured research notes using a transcript?

To turn a YouTube link into research notes, the Skill fetches the video transcript, normalizes the segments into plain or JSON text, and converts the result into structured chapters or summaries for research purposes.