bilibili-youtube-watcherFetch and read transcripts from YouTube and Bilibili videos. Use when you need to summarize a video, answer questions about its content, or extract informati...
Install via ClawdBot CLI:
clawdbot install donnycui/bilibili-youtube-watcherInstall yt-dlp (brew):
brew install yt-dlpInstall yt-dlp (pip):
Install yt-dlp (pip)Requires:
Fetch transcripts from YouTube and Bilibili videos to enable summarization, QA, and content extraction.
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
| Platform | Default Language |
|----------|-----------------|
| YouTube | en (English) |
| Bilibili | zh-CN (Chinese) |
en - Englishzh-CN - Simplified Chinese (įŽäŊ䏿)zh-TW - Traditional Chinese (įšéĢ䏿)ja - Japaneseko - Koreanes - Spanishfr - Frenchde - Germanyt-dlp to be installed and available in PATHGenerated Mar 1, 2026
Instructors and students can use this skill to automatically fetch and summarize video lectures from YouTube or Bilibili, extracting key points for study guides or quick reviews. It supports multiple languages, making it useful for international courses or language learning materials.
Business analysts can leverage this skill to transcribe and analyze competitor videos, product reviews, or industry talks from platforms like YouTube and Bilibili. This helps in gathering insights, identifying trends, and answering specific questions about market content without manual viewing.
Moderation teams can use the skill to automatically retrieve transcripts from user-uploaded videos on platforms, enabling text-based analysis for compliance checks, detecting inappropriate content, or flagging keywords without watching entire videos manually.
Organizations can integrate this skill to generate subtitles or transcripts from video content on YouTube and Bilibili, improving accessibility for hearing-impaired users or creating text-based alternatives for multimedia resources in compliance with regulations.
Journalists and fact-checkers can use the skill to extract transcripts from news videos or interviews on YouTube and Bilibili, allowing for quick verification of claims, analysis of spoken content, and answering questions about video accuracy without extensive manual transcription.
Offer this skill as part of a subscription-based service where users pay monthly or annually for access to video transcript fetching, summarization, and QA features. Target small businesses, educators, and researchers who need regular video analysis without technical setup.
License the underlying technology to other developers or companies as an API, allowing them to integrate video transcript capabilities into their own applications. Charge based on usage tiers, such as number of API calls or video minutes processed.
Provide a free basic version of the skill for individual users with limited features, and offer premium upgrades for advanced functionalities like batch processing, custom language support, or priority support. Monetize through in-app purchases or one-time payments for pro features.
đŦ Integration Tip
Ensure yt-dlp is installed and accessible in the system PATH; test with sample URLs from YouTube and Bilibili to verify platform detection and language support before full deployment.
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
Browse, search, post, and moderate Reddit. Read-only works without auth; posting/moderation requires OAuth setup.
Interact with Twitter/X â read tweets, search, post, like, retweet, and manage your timeline.
LinkedIn automation via browser relay or cookies for messaging, profile viewing, and network actions.
Search YouTube videos, get channel info, fetch video details and transcripts using YouTube Data API v3 via MCP server or yt-dlp fallback.