Youtube Notification Analysis OpenClaw Plugin & Skill | ClawHub
Looking to integrate Youtube Notification Analysis into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.
What this skill does
Analyze YouTube notifications for investment and trading insights. Use when user wants investment advice from YouTube, analyzing stock crypto or financial content, executing /ytb_trade command, or getting video subtitles via yt-dlp and whisper-cpp. Workflow is open YouTube click notification bell extract video IDs get subtitles or download plus whisper-cpp analyze then execute trades.
Install
openclaw skills install @esanle/youtube-notification-analysisnpx clawhub@latest install youtube-notification-analysisFull SKILL.md
Open original| name | description |
|---|---|
| youtube-notification-analysis | Analyze YouTube notifications for investment and trading insights. Use when user wants investment advice from YouTube, analyzing stock crypto or financial content, executing /ytb_trade command, or getting video subtitles via yt-dlp and whisper-cpp. Workflow is open YouTube click notification bell extract video IDs get subtitles or download plus whisper-cpp analyze then execute trades. |
SKILL.md content below is scrollable.
YouTube Notification Analysis
Analyze YouTube notifications for investment insights.
Workflow
- Open YouTube:
browser action=open profile=openclaw targetUrl=https://www.youtube.com - Click notification bell: Find ref="e8" button
- Extract video IDs: From snapshot, find investment-related videos
- Get subtitles:
- First try:
yt-dlp --write-subs --skip-download --sub-lang zh-Hans,en <video_url> - If no subtitles: Download video + whisper-cpp analysis
- First try:
- Analyze: Summarize investment recommendations
- Execute trades: Use tiger-trade skill
Subtitle Extraction
# 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
Investment Analysis
Focus on investment and trading related videos from YouTube notifications. Analyze content for stock, crypto, macro finance, and market trends.
Logging
All logs saved to /tmp/youtube_investment_*.log