Install
openclaw skills install youtube-watcherkxFetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
openclaw skills install youtube-watcherkxRetrieve 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.brew install yt-dlp