← Back to Skills Marketplace
120
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bilibili-summary-raise
Description
通过内置脚本获取B站视频信息并总结
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bilibili-summary-raise - After installation, invoke the skill by name or use
/bilibili-summary-raise - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is B站视频分析?
通过内置脚本获取B站视频信息并总结. It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.
How do I install B站视频分析?
Run "/install bilibili-summary-raise" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is B站视频分析 free?
Yes, B站视频分析 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does B站视频分析 support?
B站视频分析 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created B站视频分析?
It is built and maintained by raise7727 (@raise7727); the current version is v1.0.0.
More Skills