EN DE
โ† โ† Back to Index

youtube-content

media โ€บ youtube-content

Description

YouTube transcripts to summaries, threads, blogs.

Relevance to Our Projects

YouTube transcripts to summaries, threads, and blog articles. Saves hours of manual work.

Pipeline

1๐Ÿ“บ Transkript abrufen โ€” YouTube-Video-Transkript extrahieren
2โœ‚๏ธ Zusammenfassen โ€” Kernpunkte in strukturierte Zusammenfassung
3๐Ÿ“ Thread erstellen โ€” Twitter/X-Thread aus Video-Inhalt
4๐Ÿ“ฐ Blog-Artikel โ€” Ausfรผhrlicher Artikel aus Transkript
5๐Ÿ”— Quellen angeben โ€” Zeitstempel und Original-Links

SKILL.md Preview

# YouTube Content Tool

## When to use

Use when the user shares a YouTube URL or video link, asks to summarize a video, requests a transcript, or wants to extract and reformat content from any YouTube video. Transforms transcripts into structured content (chapters, summaries, threads, blog posts).

Extract transcripts from YouTube videos and convert them into useful formats.

## Setup

```bash
pip install youtube-transcript-api
```

No API key needed for either method below.

## Quick Method (P

โ† โ† Back to Index