← 返回 Skills 市场
Analysis of comments on Bilibili videos
作者
Unclecheng
· GitHub ↗
· v1.0.0
· MIT-0
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install unclecheng-bilibilianalyzer
功能描述
B站视频评论与弹幕深度分析。输入B站视频链接或BV号,自动采集评论、弹幕数据,进行情感分析、关键词提取、热度分析,生成结构化分析报告。
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install unclecheng-bilibilianalyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/unclecheng-bilibilianalyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Bilibili 视频评论与弹幕深度分析工具首发上线:
- 支持输入B站视频链接或BV号,无需登录自动采集弹幕与评论数据。
- 实现弹幕和评论的情感分析、关键词提取、内容分类及时间分布统计。
- 按专业分析报告格式,输出包含互动热度、用户画像、内容质量等多维度Markdown报告。
- 适配命令行和对话调用,接口调用无需登录,仅需设置User-Agent。
- 内置依赖,支持一键运行。
元数据
常见问题
Analysis of comments on Bilibili videos 是什么?
B站视频评论与弹幕深度分析。输入B站视频链接或BV号,自动采集评论、弹幕数据,进行情感分析、关键词提取、热度分析,生成结构化分析报告。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 Analysis of comments on Bilibili videos?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install unclecheng-bilibilianalyzer」即可一键安装,无需额外配置。
Analysis of comments on Bilibili videos 是免费的吗?
是的,Analysis of comments on Bilibili videos 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Analysis of comments on Bilibili videos 支持哪些平台?
Analysis of comments on Bilibili videos 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Analysis of comments on Bilibili videos?
由 Unclecheng(@unclecheng-li)开发并维护,当前版本 v1.0.0。
推荐 Skills