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

すべて見る
無料で始める