← 返回 Skills 市场
bilibili-danmaku-extractor
作者
Unclecheng
· GitHub ↗
· v1.0.0
· MIT-0
97
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install unclecheng-bilibili-danmaku-extractor
功能描述
B站视频弹幕提取工具。输入B站视频链接,自动提取该视频的所有弹幕,输出JSON和Markdown两种格式的文件。
安全使用建议
The skill appears to be a straightforward Bilibili danmaku extractor and is internally consistent. Before installing/run: (1) Review the code yourself or run it in a disposable environment (container or VM) because the package author and homepage are unknown; (2) run inside a Python virtualenv and inspect network activity if you have concerns; (3) be mindful of Bilibili rate limits and terms of service when extracting many videos; (4) the script writes files to the output directory — avoid running as a privileged user and choose a safe output path; (5) verify the pip package 'requests' is installed from the official index (pip install in a controlled env). These steps reduce risk even though the code itself matches its stated purpose.
功能分析
Type: OpenClaw Skill
Name: unclecheng-bilibili-danmaku-extractor
Version: 1.0.0
The skill bundle is a legitimate tool for extracting Bilibili video danmaku (comments) into JSON and Markdown formats. The Python script `main.py` uses standard libraries to interact with public Bilibili APIs (api.bilibili.com) and perform file operations that are entirely consistent with the tool's stated purpose. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description (extract Bilibili danmaku) aligns with what the files do: main.py fetches video info and danmaku from Bilibili API endpoints and exports JSON/Markdown. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to call Bilibili APIs and run the included main.py; the script only reads the provided URL/BV, performs HTTP requests to Bilibili, parses XML (with optional zlib decompression), and writes local output files. It does not read arbitrary system files, access other environment variables, or send data to unexpected external endpoints.
Install Mechanism
No install spec; requirements.txt lists only requests (requests>=2.28.0). This is low-risk and proportionate for a Python script that performs HTTP calls.
Credentials
The skill requires no environment variables, no credentials, and no config paths. Network access to Bilibili is necessary and appropriate for the stated purpose.
Persistence & Privilege
always is false and the skill does not request permanent/system-wide changes. It is user-invocable only and does not modify other skills or agent-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install unclecheng-bilibili-danmaku-extractor - 安装完成后,直接呼叫该 Skill 的名称或使用
/unclecheng-bilibili-danmaku-extractor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of bilibili-danmaku-extractor.
- Extracts all danmaku (弹幕) from any B站 (Bilibili) video via BV号 or link
- Outputs results in both JSON (with video info) and Markdown (readable, time-ordered)
- Works directly in conversation or as a Python script; requires only Python 3.8+ and requests
- No login or authentication needed; uses B站 public APIs
- Automatically handles compressed danmaku data and common video formats
- Includes sample usage, troubleshooting, and real extraction case in documentation
元数据
常见问题
bilibili-danmaku-extractor 是什么?
B站视频弹幕提取工具。输入B站视频链接,自动提取该视频的所有弹幕,输出JSON和Markdown两种格式的文件。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。
如何安装 bilibili-danmaku-extractor ?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install unclecheng-bilibili-danmaku-extractor」即可一键安装,无需额外配置。
bilibili-danmaku-extractor 是免费的吗?
是的,bilibili-danmaku-extractor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
bilibili-danmaku-extractor 支持哪些平台?
bilibili-danmaku-extractor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 bilibili-danmaku-extractor ?
由 Unclecheng(@unclecheng-li)开发并维护,当前版本 v1.0.0。
推荐 Skills