From sundial-org-awesome-openclaw-skills-4
Fetches and reads YouTube video transcripts for summarization, question answering, and content extraction. Requires yt-dlp and works with videos that have closed captions or auto-generated subtitles.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:youtube-watcherThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch transcripts from YouTube videos to enable summarization, QA, and content extraction.
Fetch transcripts from YouTube videos to enable summarization, QA, and content extraction.
Retrieve the text transcript of a video.
python3 {baseDir}/scripts/get_transcript.py "https://www.youtube.com/watch?v=VIDEO_ID"
Summarize a video:
python3 {baseDir}/scripts/get_transcript.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
Find specific information:
yt-dlp to be installed and available in the PATH.npx claudepluginhub sundial-org/awesome-openclaw-skillsFetches YouTube video transcripts using a Python script with VPN/proxy support for reliable access.
Extracts transcripts from YouTube videos (URL or video ID) with optional timestamps. Outputs clean text or timestamped format via a Python script.
Fetches the transcript text for a given YouTube video URL using the youtube-to-docs process_video tool.