SkillHub

live-stream-monitor

v1.1.0

Monitor live streams (YouTube, Bilibili) and get notified when specific keywords are mentioned. Uses browser SpeechRecognition API for real-time transcription. Trigger when: (1) User wants to monitor a stream for keywords, (2) Need live transcription of streams, (3) Alert when specific words are men...

Sourced from ClawHub, Authored by xiaoxu1232

Installation

Please help me install the skill `live-stream-monitor` from SkillHub official store. npx skills add xiaoxu1232/live-stream-monitor

live-stream-monitor

Monitor live streams and get notified when keywords are mentioned!

What It Does

  • Monitor live streams in real-time
  • Alert when your keywords are mentioned
  • Speech-to-text transcription via browser

Features

  • Keyword Alerts - Set keywords, get instant notifications
  • Live Detection - Auto-detect stream start/end
  • Speech Transcription - Real-time speech-to-text

Supported Platforms

  • YouTube Live
  • Bilibili Live

Usage

Monitor [keyword] on [stream URL]
Example: Monitor "discount" on https://youtube.com/watch?v=xxx

Requirements

  • Browser with microphone access
  • SpeechRecognition API support (Chrome/Edge)

Note

Uses browser's built-in SpeechRecognition API for transcription - no external APIs needed!