
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
Resumen
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
Cómo funciona esta Skill
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
Ideal para
Cuándo usarla
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 · ANTES DE LA REUNIÓN
Prepara un informe de decisión
Convierte evidencia dispersa en un caso estructurado antes del comité de inversión.

02 · FLUJO DE EQUIPO
Estandariza los traspasos
Genera resultados de research consistentes entre analistas, gestores de cartera y agents.

03 · ACTUALIZACIÓN EN VIVO
Refresca la tesis
Actualiza los escenarios tras un nuevo catalizador, la publicación de un KPI o un resultado trimestral.
Notas de la comunidad
Mejora a medida que se usa.
Los comentarios aparecerán aquí a medida que esta Skill se use y se revise.
Descubre más
Skills relacionadas
Ver todasThematic 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…
alpha-finder
Alpha Finder is an AI-powered Market Oracle that researches prediction markets (Polymarket, Kalshi) and traditional sources to produce probability assessments, sentiment, event analysis, and…
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…