← Back to Skills Marketplace
Analysis of comments on Bilibili videos
by
Unclecheng
· GitHub ↗
· v1.0.0
· MIT-0
90
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install unclecheng-bilibilianalyzer
Description
B站视频评论与弹幕深度分析。输入B站视频链接或BV号,自动采集评论、弹幕数据,进行情感分析、关键词提取、热度分析,生成结构化分析报告。
Usage Guidance
This skill appears to do what it says: fetch public Bilibili video info, danmaku, and comments and run local analysis. Before you run anything: 1) Inspect install_deps.sh and install_check.py — they will call pip to install packages (run them in a virtualenv or container to avoid contaminating your system Python). 2) Note the inconsistent dependency lists (requirements.txt vs scripts/requirements.txt) and the package/import name mismatch ('bilibili_api' vs 'bilibili-api-python'); you may need to reconcile these before installing. 3) The script uses public endpoints and claims no login is required, but unauthenticated comment access may be limited — if you need full comment history the tool may require authenticated API access (not included). 4) If you plan to integrate this as a skill that can be invoked autonomously, be aware the included install scripts will install packages if executed; review them and run manually if you prefer explicit control.
Capability Assessment
Purpose & Capability
Name/description match the included code: analyze_video.py implements fetching video info, danmaku (XML), and comments from Bilibili and runs Chinese NLP (jieba, SnowNLP). No unrelated credentials, binaries, or exotic network endpoints are requested.
Instruction Scope
SKILL.md limits actions to public Bilibili APIs and local analysis. The code follows that. Minor mismatches: SKILL.md warns unauthenticated comment fetch is limited (~20 hot comments) but analyze_video.py will page up to max_pages (default 50) using the public reply endpoint (and passes a BV string as oid) — this may not work as-documented. The scripts do not read local secrets or unexpected files, and they only call Bilibili endpoints.
Install Mechanism
There is no platform install spec, but the bundle includes helper install scripts that run pip to install dependencies (install_deps.sh and install_check.py). Packages are standard public PyPI packages (jieba, snownlp, bilibili-api-python). No downloads from unknown URLs or archives; however there are inconsistent dependency manifests (requirements.txt vs scripts/requirements.txt) and mismatched import/package names (install_check.py checks for 'bilibili_api' while the shell script installs 'bilibili-api-python').
Credentials
The skill declares no environment variables, no credentials, and the code does not attempt to access env variables or system config paths. All network calls go to Bilibili APIs as expected for the stated purpose.
Persistence & Privilege
Skill is not always-enabled and does not request persistent or elevated privileges. It does not modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install unclecheng-bilibilianalyzer - After installation, invoke the skill by name or use
/unclecheng-bilibilianalyzer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Bilibili 视频评论与弹幕深度分析工具首发上线:
- 支持输入B站视频链接或BV号,无需登录自动采集弹幕与评论数据。
- 实现弹幕和评论的情感分析、关键词提取、内容分类及时间分布统计。
- 按专业分析报告格式,输出包含互动热度、用户画像、内容质量等多维度Markdown报告。
- 适配命令行和对话调用,接口调用无需登录,仅需设置User-Agent。
- 内置依赖,支持一键运行。
Metadata
Frequently Asked Questions
What is Analysis of comments on Bilibili videos?
B站视频评论与弹幕深度分析。输入B站视频链接或BV号,自动采集评论、弹幕数据,进行情感分析、关键词提取、热度分析,生成结构化分析报告。 It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.
How do I install Analysis of comments on Bilibili videos?
Run "/install unclecheng-bilibilianalyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Analysis of comments on Bilibili videos free?
Yes, Analysis of comments on Bilibili videos is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Analysis of comments on Bilibili videos support?
Analysis of comments on Bilibili videos is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Analysis of comments on Bilibili videos?
It is built and maintained by Unclecheng (@unclecheng-li); the current version is v1.0.0.
More Skills