Install
openclaw skills install youtube-notification-analysisAnalyze YouTube notifications for investment and trading insights. Use when user wants investment advice from YouTube, analyzing stock crypto or financial co...
openclaw skills install youtube-notification-analysisAnalyze YouTube notifications for investment insights.
browser action=open profile=openclaw targetUrl=https://www.youtube.comyt-dlp --write-subs --skip-download --sub-lang zh-Hans,en <video_url># Try yt-dlp first
yt-dlp --write-subs --skip-download --sub-lang zh-Hans,en "https://www.youtube.com/watch?v=VIDEO_ID" -o /tmp/sub
# If no subtitles, download + whisper
yt-dlp -f best "https://www.youtube.com/watch?v=VIDEO_ID" -o /tmp/video.mp4
whisper-cpp/bin/main -m whisper-cpp/models/ggml-base.bin -f /tmp/video.mp4 --language ZH
Focus on investment and trading related videos from YouTube notifications. Analyze content for stock, crypto, macro finance, and market trends.
All logs saved to /tmp/youtube_investment_*.log