Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Fetch and read transcripts from YouTube and Bilibili videos. Use when you need to summarize a video, answer questions about its content, or extract informati...
Fetch and read transcripts from YouTube and Bilibili videos. Use when you need to summarize a video, answer questions about its content, or extract informati...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Fetch transcripts from YouTube and Bilibili videos to enable summarization, QA, and content extraction.
✅ YouTube (youtube.com, youtu.be) ✅ Bilibili (bilibili.com, b23.tv)
python3 {baseDir}/scripts/get_transcript.py "VIDEO_URL"
python3 {baseDir}/scripts/get_transcript.py "VIDEO_URL" --lang zh-CN
python3 {baseDir}/scripts/get_transcript.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
python3 {baseDir}/scripts/get_transcript.py "https://www.bilibili.com/video/BV1xx411c7mD"
# Get English subtitles for a Bilibili video python3 {baseDir}/scripts/get_transcript.py "https://bilibili.com/video/..." --lang en # Get Chinese subtitles for a YouTube video python3 {baseDir}/scripts/get_transcript.py "https://youtube.com/watch?v=..." --lang zh-CN
PlatformDefault LanguageYouTubeen (English)Bilibilizh-CN (Chinese)
en - English zh-CN - Simplified Chinese (简体中文) zh-TW - Traditional Chinese (繁體中文) ja - Japanese ko - Korean es - Spanish fr - French de - German
Requires yt-dlp to be installed and available in PATH Works with videos that have closed captions (CC) or auto-generated subtitles Automatically detects platform from URL If no subtitles available, the script will fail with an error message yt-dlp natively supports both YouTube and Bilibili
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.