← 返回 Skills 市场
120
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bilibili-summary-raise
功能描述
通过内置脚本获取B站视频信息并总结
使用说明 (SKILL.md)
\r \r
功能\r
\r 输入 B站视频链接,返回视频信息并总结\r \r ---\r \r
执行流程\r
\r
- 接收用户输入(URL 或 BV号)\r
- 调用内部脚本:\r scripts/fetch.js\r
- 获取 JSON 数据\r
- 生成总结\r \r ---\r \r
输出格式\r
\r
- 标题:\r
- UP主:\r
- 播放量:\r
- 点赞数:\r
- 内容总结:\r \r ---\r \r
约束\r
\r
- 必须调用内部 scripts\r
- 不允许使用 web_fetch\r
- 不允许使用 browser
安全使用建议
This skill generally does what it claims — it extracts a BV id and queries the public Bilibili API for metadata. Before installing, check and correct the obvious inconsistencies: (1) SKILL.md calls scripts/fetch.js but the included file is scripts/fecth.js (likely a typo). Fixing the filename or the instruction is required for the skill to run. (2) Clarify the SKILL.md statement that forbids web_fetch/browser: the bundled script uses fetch() to contact api.bilibili.com; make sure the runtime environment supports that call and that the intent is to let the script perform the network request rather than the agent using a separate web_fetch tool. Also consider basic robustness and privacy: the script only returns non-sensitive metadata, but it lacks handling for input URLs without explicit BV patterns and provides minimal error details. If you plan to use this in production, test edge cases (URLs, av numbers, private/unavailable videos), add stronger input validation and clearer error messages, and confirm rate-limiting/usage policy with the Bilibili API.
功能分析
Type: OpenClaw Skill
Name: bilibili-summary-raise
Version: 1.0.0
The skill is a legitimate Bilibili video summarizer that extracts metadata using a dedicated script (scripts/fecth.js). It queries the official Bilibili API (api.bilibili.com) for video details like title and view counts, following the instructions defined in SKILL.md without any signs of data exfiltration, obfuscation, or malicious intent.
能力评估
Purpose & Capability
The skill name/description (B站视频分析) align with the included code: the script calls Bilibili's public API and returns title, owner, desc, view, like — all expected for this purpose. No unrelated binaries or credentials are requested. Minor note: SKILL.md explicitly forbids using web_fetch/browser while the bundled script itself uses fetch() to call the Bilibili API; this is ambiguous but not necessarily malicious.
Instruction Scope
SKILL.md instructs the agent to call scripts/fetch.js, but the repository contains scripts/fecth.js (typo). This filename mismatch means the runtime instruction will fail unless corrected. Otherwise, the instructions restrict operations appropriately (call internal script, no other system files accessed, network call only to Bilibili API).
Install Mechanism
No install spec and only a small JS script are included; nothing is downloaded or installed at runtime. This is low-risk from an install-perspective.
Credentials
The skill declares no environment variables or credentials and the script does not access any secrets or config paths. The only external interaction is a GET to api.bilibili.com, which is proportional to the stated purpose.
Persistence & Privilege
The skill does not request persistent/always-on presence and uses normal agent invocation rules. It does not attempt to modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bilibili-summary-raise - 安装完成后,直接呼叫该 Skill 的名称或使用
/bilibili-summary-raise触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Major update: skill refactored to focus on summarizing Bilibili videos by fetching and displaying basic video info.
- Skill renamed from "bilibili-subtitle" to "bilibili-summary."
- Removed subtitle fetching, login, and timestamp search features.
- Added a new internal script (scripts/fetch.js) for retrieving Bilibili video data.
- Output format standardized to include title, uploader, play count, likes, and summary.
- Skill now requires only video link/BVID as input; cookie/login handling and subtitle extraction are no longer supported.
元数据
常见问题
B站视频分析 是什么?
通过内置脚本获取B站视频信息并总结. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。
如何安装 B站视频分析?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bilibili-summary-raise」即可一键安装,无需额外配置。
B站视频分析 是免费的吗?
是的,B站视频分析 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
B站视频分析 支持哪些平台?
B站视频分析 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 B站视频分析?
由 raise7727(@raise7727)开发并维护,当前版本 v1.0.0。
推荐 Skills