bilibili-monitor
Generates a B站 hot-video daily report: extracts subtitles, optionally calls OpenRouter LLM, builds a Markdown report and sends it by email. The skill requests and stores credentials (`BILIBILI_COOKIES`, `OPENROUTER_API_KEY`, `SMTP_EMAIL`, `SMTP_PASSWORD`), writes `bilibili-monitor.json`, and runs `python3 generate_report.py` which calls `https://openrouter.ai/api/v1/chat/completions` and `https://api.bilibili.com`.