BBC Skill (Bilibili Comment Collector)

Fetches all Bilibili video comments via WBI-signed API calls into JSONL.

von Agents365-ai · Agents365-ai/bbc-skill

Funktioniert mit Setup ★ 8.8/10

BBC Skill (Bilibili Comment Collector) — Fetches all Bilibili video comments via WBI-signed API calls into JSONL.

Was es kann

CLI that downloads top-level, nested, and pinned comments for a Bilibili video into comments.jsonl plus a summary.json, using a user-supplied login cookie and WBI request signing. Triggers on requests to fetch/export/analyze comments for a BV number, Bilibili URL, or UP主 UID; read-only, does not post or delete.

Testbericht

Naive curl calls to Bilibili's comment/view APIs without WBI signing were rejected outright (code -352 risk-control, 62012 comment-area-closed); the skill's src/bbc/wbi.py implements the real MD5 mixin-key signing algorithm that makes the calls succeed, so this is solving an actual technical barrier, not just wrapping a public API. Real friction: it needs a logged-in Bilibili cookie the tester can't supply in a sandboxed run, so full fetch/summarize was verified via schema+dry-run only, not a live comment pull.

Getestet am: 2026-07-16 · Claude Code 2.x (agent harness)

Installation

git clone https://github.com/Agents365-ai/bbc-skill
mkdir -p ~/.claude/skills
cp -r bbc-skill ~/.claude/skills/bbc-skill

Befehle & Beispiel-Prompts

  • /bbc-skillFetches all Bilibili video comments via WBI-signed API calls into JSONL.

Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):

  • 帮我把这个哔哩哔哩视频的全部评论都抓下来,包括热门评论和楼中楼的回复,导出成一个文件
  • 分析一下这个UP主最新发布的这个视频下面,观众们到底都在讨论什么话题、情绪怎么样
  • 把这个BV号下面所有的评论都完整地爬下来给我一份,我要拿去做详细的数据分析和统计用途