anibon-livechat-analysis
Installation
SKILL.md
Anibon LiveChat Analysis Pipeline
Overview & Triggers
Use this skill when analyzing viewer chat replays for YouTube live streams (such as Anibon Official streams) to extract donations, meme peaks, community sentiment, and stream highlights.
Workflow
1. Download LiveChat Replay
Download the .live_chat.json file using yt-dlp:
ash yt-dlp --sub-langs live_chat --write-sub --skip-download "https://www.youtube.com/watch?v=<VIDEO_ID>" -o "%(id)s.%(ext)s"
[!IMPORTANT] Network Requirement: yt-dlp requires network DNS resolution (BypassSandbox: true when running tool commands).