Install
openclaw skills install youtube-transcript-toolFetch and download YouTube video transcripts with timestamps and multi-language support by providing the video URL.
openclaw skills install youtube-transcript-toolGet transcript/subtitles from YouTube videos.
"Get transcript of https://youtube.com/watch?v=..."
"Show video subtitles"
"Download YouTube captions"
{
"video_id": "dQw4w9WgXcQ",
"title": "Video Title",
"transcript": [
{"time": "0:00", "text": "First line of transcript"},
{"time": "0:05", "text": "Second line..."}
],
"languages": ["en", "es", "zh"]
}