tube-summarySearch YouTube videos on any topic, extract English subtitles, and generate detailed summaries with key topics, quotes, and timestamps.
Install via ClawdBot CLI:
clawdbot install dillera/tube-summarySearch YouTube for videos on any topic, then extract and summarize their content using subtitles.
When asked about a topic, search YouTube and list the top 10 results:
python3 scripts/youtube-search.py "your search query"
This returns a numbered list of videos with titles, channels, and view counts.
The user selects one video by number (e.g., "3" for the third video).
Extract English subtitles from the selected video using yt-dlp:
yt-dlp --write-subs --sub-langs en --skip-download "VIDEO_URL"
This creates a .en.vtt subtitle file without downloading the video.
Use the subtitle processor to analyze and summarize:
python3 scripts/process-subtitles.py "path/to/subtitle-file.vtt"
This generates:
youtube-search.py "" โ Display top 10 videosyt-dlp --write-subs --sub-langs en --skip-download "URL"process-subtitles.py "subtitle.vtt"yt-dlp (install: pip install yt-dlp)requests (for YouTube search fallback)User: "Tell me about Rust programming language"
โ Search returns 10 videos about Rust
User: "Summarize video 3"
โ Downloads subtitles from video 3
โ Processes and returns detailed summary
Generated Mar 1, 2026
Students or educators can use this skill to quickly gather and summarize educational videos on complex topics like quantum mechanics or history, enabling efficient study or lesson planning without watching hours of content.
Business analysts can search for and summarize videos on emerging market trends, competitor product reviews, or industry conferences to extract key insights and quotes for reports or presentations.
Content creators can find and summarize related YouTube videos to research topics, gather quotes, or identify gaps in existing content for their own videos, blogs, or podcasts.
Developers or IT professionals can search for tutorials or troubleshooting videos on topics like software frameworks or hardware setups, then get summaries to quickly understand solutions without watching full videos.
Individuals or healthcare professionals can summarize videos on medical advice, fitness routines, or mental health tips to verify information and extract key points for personal use or patient education.
Offer a web-based tool with free limited searches and summaries, then charge for premium features like batch processing, API access, or advanced analytics. Revenue comes from subscription tiers.
License the skill as an API or custom solution for companies in education, media, or research to integrate into their internal systems for automated video analysis and reporting.
Use the skill to summarize popular videos and create curated content platforms, then monetize through affiliate links to YouTube channels, ads, or sponsored summaries.
๐ฌ Integration Tip
Integrate with existing workflows by using the skill's scripts in automation tools like cron jobs or linking it to note-taking apps via APIs for seamless data transfer.
Extract text from PDFs with OCR support. Perfect for digitizing documents, processing invoices, or analyzing content. Zero dependencies required.
Fast local PDF parsing with PyMuPDF (fitz) for Markdown/JSON outputs and optional images/tables. Use when speed matters more than robustness, or as a fallback while heavier parsers are unavailable. Default to single-PDF parsing with per-document output folders.
Find, evaluate, and recommend ClawHub skills by need with quality filtering and preference learning.
Fetch full tweets, long tweets, quoted tweets, and X Articles from X/Twitter without login or API keys, using no dependencies and zero configuration.
Skill ๆฅๆพๅจ | Skill Finder. ๅธฎๅฉๅ็ฐๅๅฎ่ฃ ClawHub Skills | Discover and install ClawHub Skills. ๅ็ญ'ๆไปไนๆ่ฝๅฏไปฅX'ใ'ๆพไธไธชๆ่ฝ' | Answers 'what skill can X', 'find a skill'. ่งฆๅ...
Generate QR codes from text or URL for mobile scanning.