youtube-transcript

Extrahiert Transkripte von YouTube-Videos für Content-Erstellung. Nutze für Video-Analysen, Content-Ideen und Blog-Posts aus YouTube-Videos.

3,891 stars

Best use case

youtube-transcript is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Extrahiert Transkripte von YouTube-Videos für Content-Erstellung. Nutze für Video-Analysen, Content-Ideen und Blog-Posts aus YouTube-Videos.

Teams using youtube-transcript should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/akkualle-youtube-transcript/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/akkualle/akkualle-youtube-transcript/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/akkualle-youtube-transcript/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How youtube-transcript Compares

Feature / Agentyoutube-transcriptStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Extrahiert Transkripte von YouTube-Videos für Content-Erstellung. Nutze für Video-Analysen, Content-Ideen und Blog-Posts aus YouTube-Videos.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# YouTube Transcript Skill

Extrahiert Transkripte von YouTube-Videos für SEO-Content.

## Setup

**API-Key erforderlich:**
1. Google Cloud Console öffnen
2. YouTube Data API v3 aktivieren
3. API-Key erstellen
4. In `.env` speichern: `YOUTUBE_API_KEY=your_key`

## Verwendung

**Via Shell Tool:**

```bash
/root/.openclaw/skills/youtube-transcript/youtube-transcript "VIDEO_ID"
```

**Beispiel:**

```bash
/root/.openclaw/skills/youtube-transcript/youtube-transcript "9nnsszlfE0w"
```

## Funktionen

1. **Transkript extrahieren** - Deutsches Transkript laden
2. **Video-Metadaten** - Titel, Beschreibung, Tags
3. **Content-Ideen generieren** - Aus Transkript
4. **Blog-Post erstellen** - Aus Video-Inhalt

## Alternative ohne API

Falls kein API-Key vorhanden, nutze:

```bash
# Mit yt-dlp
yt-dlp --write-auto-sub --sub-lang de --skip-download "VIDEO_URL"

# Mit youtube-transcript-api (Python)
pip install youtube-transcript-api
python -c "from youtube_transcript_api import YouTubeTranscriptApi; print(YouTubeTranscriptApi.get_transcript('VIDEO_ID', languages=['de']))"
```

## Use Cases

- **Video-to-Blog:** YouTube-Video in Blog-Post umwandeln
- **Content-Ideen:** Transkript für Keyword-Recherche nutzen
- **Zitate extrahieren:** Wichtige Aussagen finden
- **FAQ generieren:** Aus Video-Fragen

## Beispiel-Ausgabe

```
## Video: Claude Code 2.0 Neue Features

**Dauer:** 12:34
**Channel:** TechChannel

### Transkript (DE):

[00:00] Willkommen zurück zu einem neuen Video...
[00:15] Heute schauen wir uns Claude Code 2.0 an...
...

### Key Points:
1. Neue Skills-Funktion
2. Loops für wiederholte Aufgaben
3. Verbesserte Code-Analyse

### Content-Ideen:
- Blog: "Claude Code 2.0: Die 5 besten neuen Features"
- Vergleich: Claude Code vs GitHub Copilot
```

## Wann verwenden

Nutze dieses Skill wenn der User fragt:
- "Extrahiere das Transkript von diesem YouTube-Video"
- "Erstelle einen Blog-Post aus diesem Video"
- "Was sind die Key Points aus Video X?"
- "YouTube-Video analysieren"

Related Skills

openclaw-youtube

3891
from openclaw/skills

YouTube SERP Scout for agents. Search top-ranking videos, channels, and trends for content research and competitor tracking.

Content & Documentation

youtube-search

3891
from openclaw/skills

YouTube Search API via AIsa unified endpoint. Search YouTube videos, channels, and playlists with a single AIsa API key — no Google API key or OAuth required. Use this skill when users want to search YouTube content. For other AIsa capabilities (LLM, financial data, Twitter, web search), see the aisa-core skill.

Data & Research

youtube-archiver

3891
from openclaw/skills

Archive YouTube playlists into markdown notes with metadata, transcripts, AI summaries, and tags. Use when a user asks to import/sync YouTube playlists, archive Watch Later or Liked videos, enrich YouTube notes, batch process video notes, or automate recurring YouTube-to-markdown sync jobs with cron.

youtube-digest

3891
from openclaw/skills

Understand, summarize, translate, and extract key points from YouTube videos. Use when a user provides a YouTube URL and wants: (1) a Chinese summary, (2) a transcript or subtitle extraction, (3) translation of spoken content, (4) timestamps / chapter notes, (5) visual understanding via key frames, or (6) question answering about a video. Prefer this skill for transcript-first workflows.

youtube-content-manager

3891
from openclaw/skills

YouTube内容管理后台,支持AI选题生成、脚本创作、标题优化、SEO描述生成、缩略图文案建议、发布记录管理和数据分析。集成SkillPay支付接口,每次调用收0.001USDT。

youtube-content-manager-pro

3891
from openclaw/skills

All-in-one YouTube Content Management Tool, AI generate topics, scripts, titles, SEO descriptions, tags, thumbnails, analytics. $0.005 USDT per use.

youtube-audio-download

3891
from openclaw/skills

Download YouTube video audio and convert to MP3. Supports age-restricted videos with cookies.

banner-youtube-translate-workflow

3891
from openclaw/skills

Complete workflow: download YouTube audio, launch Doubao, play audio, capture translation. Activates when user needs full video translation.

YouTube Channel Scraper

3891
from openclaw/skills

A browser-based YouTube channel discovery and scraping tool.

youtube-anycaption-summarizer

3891
from openclaw/skills

Turn YouTube videos into dependable markdown transcripts and polished summaries — even when caption coverage is messy. This skill works with manual closed captions (CC), auto-generated subtitles, or no usable subtitles at all by using subtitle-first extraction with local Whisper fallback. Supports private/restricted videos via cookies, batch processing, transcript cleanup, language backfill, source-language or user-selected summary language, and end-to-end completion reporting. Ideal for YouTube research, technical walkthroughs, founder content, tutorials, private/internal uploads, and batch video summarization workflows.

YouTube Transcript Extraction

3891
from openclaw/skills

Extract high-quality transcripts from YouTube videos using multiple methods.

Audio Transcription Skill

3891
from openclaw/skills

Auto-transcribe voice messages using faster-whisper (local, no API key needed).