AI Agent Hub
Back to skills
Bilibili Video Danmaku and Comment Analyzer icon

Bilibili Video Danmaku and Comment Analyzer

Data Analysis Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Please install @user_ab5ae6ee/unclecheng-bilibili-analyzer following https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Audience feedback on Bilibili is scattered across danmaku, comments, and engagement signals. Exporting and reading raw data manually makes it hard to identify sentiment, discussion focus, and high-activity segments. This skill targets that workflow: given a Bilibili video URL or BV ID, it collects public API data and produces a structured Markdown report.

How It Works

The skill uses Bilibili public APIs and generally only needs a User-Agent request header, without login. The main steps are: resolve the bvid, fetch video metadata, pull XML danmaku using the oid or cid, page through comments, then run multi-dimensional analysis. It covers danmaku/comment sentiment, high-frequency keywords, danmaku timing distribution, engagement heat, and content quality, and finally exports a professional-style Markdown report. This helps identify which segments trigger concentrated discussion, which keywords recur, and whether feedback is positive, neutral, or mixed.

Boundaries

In an unauthenticated state, the comment API may return only a small subset, while full comments require login credentials. If the video has no danmaku, danmaku analysis is unavailable. Frequent requests may trigger 412/403 risk-control responses, so request pacing, delays, or a different User-Agent are recommended. The skill suits content review, light public-opinion monitoring, and video feedback analysis, but not large-scale crawling or exact full-comment statistics.

Use Cases

  • After receiving a Bilibili video link, quickly generate a review report with sentiment, keywords, and dense danmaku segments.
  • Analyze danmaku from a tech video to find which moments trigger concentrated discussion and which keywords recur.
  • After publishing a video, fetch unauthenticated comments and danmaku to judge whether audience feedback is positive or neutral.
  • Turn video metadata, danmaku count, and comment samples for a BV ID into a Markdown analysis report.

Best For

  • Video content operators who review several Bilibili videos weekly and need danmaku/comment sentiment plus hot keywords.
  • New media researchers studying viewer discussion and needing frequent keywords and concentrated discussion segments.
  • Python data engineers who turn public API data into Markdown reports and want less manual assembly.
  • Public-opinion watchers tracking hot videos and needing to judge whether comments lean positive, neutral, or negative.