← 返回 Skills 市场
jiashuoji838-afk

bilibili-watcher

作者 jiashuoji838-afk · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
227
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bilibili-watcher
功能描述
Fetch and read transcripts from Bilibili (B 站) videos. Use when you need to summarize a B 站 video, answer questions about its content, or extract information...
使用说明 (SKILL.md)

Bilibili Watcher

Fetch transcripts from Bilibili (B 站) videos to enable summarization, QA, and content extraction.

Usage

Get Transcript

Retrieve the text transcript of a B 站 video.

python3 {baseDir}/scripts/get_transcript.py "https://www.bilibili.com/video/BV1xx411c7mD"

Examples

Summarize a video:

  1. Get the transcript:
    python3 {baseDir}/scripts/get_transcript.py "https://www.bilibili.com/video/BV1xx411c7mD"
    
  2. Read the output and summarize it for the user.

Find specific information:

  1. Get the transcript.
  2. Search the text for keywords or answer the user's question based on the content.

Notes

安全使用建议
This skill appears to do what it says: it runs the included Python script which calls yt-dlp to fetch subtitles from Bilibili. Before installing or running it, ensure yt-dlp is a tool you trust and is installed from an official source. Be aware that yt-dlp will access the network to fetch videos/subtitles and will likely write subtitle files into the current working directory (because of --write-sub flags); run it in a directory you control or a sandbox if you are concerned about disk writes. Do not pass private URLs or credentials to the script. If you want extra assurance, inspect the yt-dlp command flags and run the script once manually to verify its behavior.
功能分析
Type: OpenClaw Skill Name: bilibili-watcher Version: 1.0.0 The bilibili-watcher skill bundle is a legitimate tool designed to fetch video transcripts from Bilibili using the well-known 'yt-dlp' utility. The implementation in 'scripts/get_transcript.py' uses safe subprocess handling and regex-based URL validation, while the 'SKILL.md' provides clear, non-malicious instructions for the AI agent to summarize video content.
能力评估
Purpose & Capability
The skill is a transcript fetcher and requires yt-dlp, which is the expected tool for downloading subtitles; the bundled script calls yt-dlp to retrieve video info and subtitles. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md instructs running the included Python script on a Bilibili URL, and the script only invokes yt-dlp and prints/returns subtitle text. One scope note: the yt-dlp flags used (e.g., --write-sub/--write-auto-sub) will cause subtitle files to be written to the working directory in addition to printing output, which SKILL.md does not explicitly warn about.
Install Mechanism
There is no registry install spec, but the SKILL.md metadata suggests installing yt-dlp via pip, which is a normal and proportionate suggestion for the declared binary dependency. No downloads from obscure URLs or archive extraction are present.
Credentials
The skill requires no environment variables or credentials. It only needs the yt-dlp binary; no secrets or unrelated service tokens are requested.
Persistence & Privilege
The skill does not request always:true and is user-invocable (default). It does not modify other skills or system-wide settings and has ordinary runtime privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bilibili-watcher
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bilibili-watcher 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of bilibili-watcher. - Fetch and read transcripts from Bilibili (B 站) videos. - Enables summarization, Q&A, and content extraction from B 站 videos. - Requires yt-dlp to retrieve video transcripts. - Supports multiple B 站 URL formats and videos with subtitles.
元数据
Slug bilibili-watcher
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

bilibili-watcher 是什么?

Fetch and read transcripts from Bilibili (B 站) videos. Use when you need to summarize a B 站 video, answer questions about its content, or extract information... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 227 次。

如何安装 bilibili-watcher?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bilibili-watcher」即可一键安装,无需额外配置。

bilibili-watcher 是免费的吗?

是的,bilibili-watcher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

bilibili-watcher 支持哪些平台?

bilibili-watcher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 bilibili-watcher?

由 jiashuoji838-afk(@jiashuoji838-afk)开发并维护,当前版本 v1.0.0。

💬 留言讨论