返回 Skill 市集

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

45 天前更新1 分鐘內設定完

總覽

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

這個 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

SKILL.mdALPHIO / 已驗證

YouTube Notification Analysis

Analyze YouTube notifications for investment insights.

Workflow

  1. Open YouTube: browser action=open profile=openclaw targetUrl=https://www.youtube.com
  2. Click notification bell: Find ref="e8" button
  3. Extract video IDs: From snapshot, find investment-related videos
  4. 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
  5. Analyze: Summarize investment recommendations
  6. 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

最適合用於

何時使用

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 · 會前準備

準備決策簡報

在投資委員會開會前,把零散證據整理成結構化的論據。

02 · 團隊協作

統一交接標準

讓分析師、投資組合經理與 Agent 產出一致的研究結果。

03 · 即時更新

更新投資邏輯

出現新催化劑、KPI 發布或財報結果後,更新情境假設。

社群回饋

越用越好用。

隨著 Skill 被使用與評審,回饋將顯示在這裡。

提交回饋

探索更多

相關 Skills

查看全部
免費開始