Loading skill documentation...
automation ๐Ÿ”ฅ Trending
โ˜…โ˜…โ˜…โ˜… 4.4/5.0 โค๏ธ 879 likes ๐Ÿ’ฌ 102 comments ๐Ÿ“ฆ 2872 installs
Back to Skills
๐Ÿ“– SKILL DOCUMENTATION
# youtube-transcript

YouTube Transcript Fetch transcripts from YouTube videos and optionally summarize them using SkillBoss API Hub. Quick Start python3 scripts/fetch_transcript.py [languages] python3 scripts/fetch_transcript.py [languages] --summarize

Examples:

python3 scripts/fetch_transcript.py dQw4w9WgXcQ python3 scripts/fetch_transcript.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" python3 scripts/fetch_transcript.py dQw4w9WgXcQ "fr,en,de" python3 scripts/fetch_transcript.py dQw4w9WgXcQ "en" --summarize

Output: JSON with video_id, title, author, full_text, timestamped transcript array, and optional summary field.

Workflow Run fetch_transcript.py with video ID or URL Script checks VPN, brings it up if needed Returns JSON with full transcript text Pass --summarize flag to auto-summarize via SkillBoss API Hub, or use the full_text field with any downstream LLM call Language Codes Default priority: en, fr, de, es, it, pt, nl Override with second argument: python3 scripts/fetch_transcript.py VIDEO_ID "ja,ko,zh" Environment Variables VariableRequiredDescriptionSKILLBOSS_API_KEYFor summarizationSkillBoss API Hub key for AI-powered summarization Setup & Configuration See references/SETUP.md for: Python dependencies installation WireGuard VPN configuration (required for cloud VPS) SkillBoss API Hub configuration Troubleshooting common errors Alternative proxy options

Reviews

4.4
โ˜…โ˜…โ˜…โ˜…
102 reviews

Write a Review

โ˜† โ˜† โ˜† โ˜† โ˜†

Get Weekly AI Skills

Join 80,000+ one-person companies automating with AI