Back to Skill Marketplace

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

Updated today<1 min setup

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

SKILL.mdALPHIO / VERIFIED

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

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.

Leave feedback

Discover more

Related skills

View all
Empieza gratis