LaunchKit · 2026
Back to Skills

youtube-notification-analysis

Analyze YouTube notifications for investment and trading insights.

0
301 downloads
by @esanle

Setup & Installation

openclaw skills install @esanle/youtube-notification-analysis

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install youtube-notification-analysis

Version History

v1.0.2Feb 24, 2026 - Version note by skill developer:

- Removed the `/ytb_trade` command and related trigger phrase from documentation. - All other workflow and analysis steps remain unchanged.

What This Skill Does

Monitors YouTube notifications and extracts investment insights from financial videos. Fetches subtitles via yt-dlp or transcribes audio with whisper-cpp, then summarizes stock, crypto, and macro market content. Can chain into trade execution via the tiger-trade skill.

Combines subtitle extraction with audio transcription fallback so analysis works even when creators don't publish captions.

When to use it

  • Checking overnight crypto coverage from followed YouTube channels
  • Extracting stock picks from a financial influencer's latest video
  • Transcribing Chinese-language finance videos with no subtitles
  • Scanning notification feed for macro market commentary
  • Feeding video analysis into an automated trade workflow

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Check my YouTube notifications for any investment ideas and summarize them

AGENT
  1. 1Open YouTube in browser and click the notification bell
  2. 2Scan snapshot for investment-related video IDs
  3. 3Run yt-dlp to fetch subtitles; fall back to downloading video and running whisper-cpp if none found
  4. 4Analyze transcript for stock tickers, crypto mentions, and trading recommendations
  5. 5Return a structured summary of investment insights found
OUTPUT

Bullet-point summary of stocks and crypto mentioned across notification videos, with sentiment and any explicit trade recommendations

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

yt-dlp installedwhisper-cpp compiled with a model file (e.g. ggml-base.bin)tiger-trade skill configured if trade execution is needed