
Opportunity Capture
youtube-notification-analysis
This Skill automates monitoring YouTube notifications to surface investment and trading insights. It programmatically opens YouTube, clicks the notification bell, extracts investment-related video IDs, and obtains captions: first via yt-dlp for zh-Hans and en subtitles, with a fallback that download
Overview
This Skill automates monitoring YouTube notifications to surface investment and trading insights.
This Skill automates monitoring YouTube notifications to surface investment and trading insights. It programmatically opens YouTube, clicks the notification bell, extracts investment-related video IDs, and obtains captions: first via yt-dlp for zh-Hans and en subtitles, with a fallback that downloads video and runs whisper-cpp for speech-to-text. Extracted transcripts are analyzed for stock, crypto, macro finance, and market-trend recommendations; concise summaries and actionable signals are produced and can be routed to an integrated trading skill (e.g., tiger-trade) to execute /ytb_trade commands. The Skill logs all activity to /tmp/youtube_investment_*.log for auditing. Use this when you need continuous, multilingual monitoring of YouTube notifications for timely investment intelligence, rapid transcript extraction, and automated trade execution.
Skill.md
How this skill works
This Skill automates monitoring YouTube notifications to surface investment and trading insights. It programmatically opens YouTube, clicks the notification bell, extracts investment-related video IDs, and obtains captions: first via yt-dlp for zh-Hans and en subtitles, with a fallback that download
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
Best used for
When to use it
This Skill automates monitoring YouTube notifications to surface investment and trading insights. It programmatically opens YouTube, clicks the notification bell, extracts investment-related video IDs, and obtains captions: first via yt-dlp for zh-Hans and en subtitles, with a fallback that download

01 · PRE-MEETING
Prepare a decision brief
Turn scattered evidence into a structured case before an investment committee meeting.

02 · TEAM WORKFLOW
Standardize handoffs
Create consistent research outputs across analysts, portfolio managers, and agents.

03 · LIVE UPDATE
Refresh the thesis
Update scenarios after a new catalyst, KPI release, or earnings result.
Community notes
Built to improve with use.
Feedback will appear here as this skill is used and reviewed.
Discover more
Related skills
View allThematic Investment Mapping
Map companies to a theme by revenue exposure, transmission channels, and second-order effects, then rank the best expressions of the theme. Use when building a thematic basket or researching idea…
capacitr
Capacitr provides single-call market discovery and paid analysis: paste a URL or free-text query and receive ranked Polymarket, Hyperliquid, and Deribit markets augmented with Quotient intelligence…
alphagbm-duan-analysis
AlphaGBM Duan Yongping Analysis packages Duan-style, seller-only option playbook into a single, trade-ready call. It produces three focused panels: Sell Put (compute strike, premium, delta, DTE,…