← 返回
数据分析 中文

Youtube Notification Analysis

Analyze YouTube notifications for investment and trading insights. Use when user wants investment advice from YouTube, analyzing stock crypto or financial co...
分析YouTube通知,获取投资和交易洞察。当用户希望从YouTube获取投资建议、分析股票、加密货币或金融相关内容时使用。
esanle
数据分析 clawhub v1.0.2 1 版本 99902.1 Key: 无需
★ 0
Stars
📥 1,020
下载
💾 41
安装
1
版本
#latest

概述

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
    • 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

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-29 15:17 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Tiger Trade

esanle
{"answer":"通过老虎证券API交易美港股。用于买卖股票、管理投资组合、下单美股ETF或港股..."}
★ 0 📥 1,091
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 199 📥 65,290
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,931