← Back to Skills Marketplace
codekungfu

Bilibili

by ClawKK · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
341
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bilibili-hot-trend
Description
提供哔哩哔哩公开视频和专栏数据摘要,支持关键词搜索、UP主表现对比和排行榜统计,符合平台规定。
README (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个视频 → 统计交互指标
  • 排行榜扫描:访问排行页 → 抽取条目 → 分区/题材统计

合规提示

  • 遵守平台规则,不进行下载、接口调用或批量采集
  • 结果仅用于内部分析与提醒
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bilibili-hot-trend
  3. After installation, invoke the skill by name or use /bilibili-hot-trend
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
bilibili-hot-trend v0.1.0 - 初始发布,注册“哔哩哔哩”热门趋势与数据摘要整理技能 - 支持视频/专栏/直播公开页面的数据检索与摘要 - 提供分区、关键词、UP主、排行榜等常见分析任务模板 - 明确不支持下载、逆向或批量采集等高风险操作 - 仅面向公开数据,确保合规使用
Metadata
Slug bilibili-hot-trend
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Bilibili?

提供哔哩哔哩公开视频和专栏数据摘要,支持关键词搜索、UP主表现对比和排行榜统计,符合平台规定。 It is an AI Agent Skill for Claude Code / OpenClaw, with 341 downloads so far.

How do I install Bilibili?

Run "/install bilibili-hot-trend" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bilibili free?

Yes, Bilibili is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bilibili support?

Bilibili is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bilibili?

It is built and maintained by ClawKK (@codekungfu); the current version is v0.1.0.

💬 Comments