← 返回 Skills 市场
codekungfu

Bilibili

作者 ClawKK · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
341
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bilibili-hot-trend
功能描述
提供哔哩哔哩公开视频和专栏数据摘要,支持关键词搜索、UP主表现对比和排行榜统计,符合平台规定。
使用说明 (SKILL.md)

哔哩哔哩

用途与边界

  • 面向视频/专栏/直播公开页面的检索与表现数据摘要
  • 不提供下载、接口逆向或突破风控的能力
  • 仅用于公开数据的轻量整理与提醒

关键入口

  • 主页:https://www.bilibili.com/
  • 排行榜:https://www.bilibili.com/v/popular/rank
  • 搜索入口:https://search.bilibili.com/

常见任务

  • 指定分区/关键词的视频表现摘要(播放/点赞/收藏/弹幕)
  • 作者UP主的作品时序表现对比(近7/30天)
  • 排行榜分布统计(分区、题材、时长)

数据字段

  • 视频AV/BV号、标题、分区、UP主昵称与主页链接
  • 播放/弹幕/点赞/收藏/投币/分享数、发布时间、视频链接
  • 封面URL、时长、标签

自动化要点

  • 动态渲染与人机验证,建议人工打开后再触发数据提取
  • 请求频率需控制,避免触发风控;不进行批量抓取
  • 登录态仅用于个人页信息整理,不进行任何自动交互

示例流程

  • 关键词分析:输入关键词 → 搜索 → 分页解析 → 输出表现摘要
  • UP主对比:访问主页 → 抽取最近N个视频 → 统计交互指标
  • 排行榜扫描:访问排行页 → 抽取条目 → 分区/题材统计

合规提示

  • 遵守平台规则,不进行下载、接口调用或批量采集
  • 结果仅用于内部分析与提醒
安全使用建议
This skill appears to do what it says: summarizing public Bilibili pages without installing software or requesting secrets. Before installing: (1) do NOT share your Bilibili password or paste session cookies into the agent — the SKILL.md's reference to 'login state' is ambiguous and could prompt credential requests; prefer granting access only via a browser session you control, or refuse credential sharing. (2) Confirm you are comfortable with the agent accessing public Bilibili pages and that doing so complies with Bilibili's terms of service and your organization's policies. (3) Monitor the skill's first runs (rate limits, what fields it collects) and reject any request from the agent to perform bulk downloads, use third-party proxies, or persist credentials. If the skill later requests environment variables, cookie strings, or an external installer, treat that as suspicious and re-evaluate.
功能分析
Type: OpenClaw Skill Name: bilibili-hot-trend Version: 0.1.0 The skill bundle consists of metadata and documentation (SKILL.md) designed to guide an AI agent in summarizing public Bilibili video data. It contains no executable code, and the instructions explicitly emphasize compliance with platform rules, avoiding automated interactions, and restricting data collection to public information only.
能力评估
Purpose & Capability
Name/description align with the instructions: the SKILL.md describes only public-page retrieval, keyword search, UP comparisons and ranking stats. The skill declares no environment variables, binaries, or installs — consistent with a read-only, instruction-only scraper for public data.
Instruction Scope
Instructions stay within the stated purpose and explicitly prohibit downloads, reverse-engineering, bulk scraping, and automatic login interactions. However, they mention using 'login state' for personal-page info and recommend 'manually open then extract', which is ambiguous about how the agent would obtain page content or session cookies (manual browser vs. agent-managed browser). This ambiguity could lead to the agent asking for credentials or cookies unless constrained.
Install Mechanism
No install spec or code files are present (instruction-only). This has the lowest install risk and nothing will be written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials, which is proportionate. But the SKILL.md references 'login state' usage without explaining how the agent should obtain it — a potential prompt for users to share cookies or credentials if the agent seeks them. No other unrelated secrets or config paths are requested.
Persistence & Privilege
always:false and no requested persistent privileges. The skill does not request changes to other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not elevated here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bilibili-hot-trend
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bilibili-hot-trend 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
bilibili-hot-trend v0.1.0 - 初始发布,注册“哔哩哔哩”热门趋势与数据摘要整理技能 - 支持视频/专栏/直播公开页面的数据检索与摘要 - 提供分区、关键词、UP主、排行榜等常见分析任务模板 - 明确不支持下载、逆向或批量采集等高风险操作 - 仅面向公开数据,确保合规使用
元数据
Slug bilibili-hot-trend
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Bilibili 是什么?

提供哔哩哔哩公开视频和专栏数据摘要,支持关键词搜索、UP主表现对比和排行榜统计,符合平台规定。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 341 次。

如何安装 Bilibili?

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

Bilibili 是免费的吗?

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

Bilibili 支持哪些平台?

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

谁开发了 Bilibili?

由 ClawKK(@codekungfu)开发并维护,当前版本 v0.1.0。

💬 留言讨论