← 返回 Skills 市场
lvleiai123

bilibili 热门视频推荐排行榜

作者 Ley · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
98
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bilibili-hot-recommend
功能描述
实时获取B站首页热门推荐视频榜单,输出视频标题、作者、链接及分类,无需登录,内容实时更新。
使用说明 (SKILL.md)

\r \r

获取B站热门视频排行榜\r

核心功能\r

1. 无需key值即可直接获取bilibili热门推荐视频的信息\r
2. 实时抓取 Bilibili 首页“热门”分区的视频榜单(默认前20)\r
3. 结构化输出 每条视频包含: 视频标题 、UP 主(作者)昵称、视频地址、视频分类\r
4. 自动更新,每次调用均返回最新榜单,确保内容时效性\r
```\r
\r
## 使用方法\r
### 直接使用以下任一指令即可触发:\r
```\r
1. 获取B站热门视频\r
2. 获取bilibili热门视频排行榜\r
3. 帮我看看现在B站最火的视频有哪些\r
```\r
\r
### 使用场景\r
```\r
1. 想快速知道今天 B 站大家都在看什么?\r
2. 寻找近期爆火的优质内容或潜力 UP 主?\r
3. 做内容分析、热点追踪或竞品调研?\r
```\r
\r
## 脚本信息\r
```\r
- 脚本路径:`scripts/bilibili-hot-recommend.py`\r
- 脚本依赖:需要安装requests 库,可通过pip3 install requests 自动安装\r
- 输出格式:按热度从高到低排序的列表,每项包含【标题 + 作者 + 视频地址 + 视频分类】\r
💡 提示:该榜单反映的是全站综合热度(包括播放、点赞、投币、收藏、评论等维度),是了解中文互联网年轻群体兴趣风向的重要窗口\r
安全使用建议
This skill largely does what it claims, but it fetches data from an unknown third‑party proxy (lvhomeproxy2.dpdns.org) rather than official Bilibili endpoints. That means the proxy operator can see your requests and could tamper with responses — a privacy/trust risk. Before installing or using: - Consider rejecting or sandboxing network calls to untrusted hosts. Run the script locally and monitor outbound connections. - Ask the author why a private proxy is used and for the proxy's provenance or switch the code to use official Bilibili APIs/scraping. - Note minor inconsistencies (script filename/version mismatch in SKILL.md). These are likely sloppy but worth confirming. - If you must use it, prefer running the Python script on a machine/network you control and inspect responses; avoid giving any credentials (none are required). If you cannot verify the proxy, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill Name: bilibili-hot-recommend Version: 1.0.2 The script `scripts/bilibili-hot-recommand.py` routes requests through a third-party proxy domain (lvhomeproxy2.dpdns.org) instead of the official Bilibili API. While this is likely intended to bypass Bilibili's anti-bot protections or authentication requirements, using an unverified intermediary for data retrieval is a security risk. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The skill's stated purpose is to fetch Bilibili's homepage hot recommendations without login. The included script does attempt to return titles, authors, links, and categories — so capability matches purpose — but it retrieves data from an unrelated third‑party base_url (https://lvhomeproxy2.dpdns.org/api/bilibili/web/fetch_com_popular) rather than from official Bilibili endpoints (api.bilibili.com or scraping bilibili.com). Requiring an external proxy for a task that could be implemented by calling official APIs or scraping is disproportionate and unexpected.
Instruction Scope
SKILL.md instructs use of the provided script and mentions installing requests; it does not request reading local files or secrets. However, the runtime script performs an outbound GET to a private domain (lvhomeproxy2.dpdns.org). That external network call is not documented in SKILL.md as a third‑party proxy and expands the skill's effective scope (user IP, request headers, and usage data will be visible to that host).
Install Mechanism
There is no install spec (instruction-only), but SKILL.md and the script require the requests Python library. This is low risk in itself, but the absence of an install step means consumers may not realize a network call is made to a non-official service.
Credentials
The skill requests no environment variables, credentials, or config paths — nothing appears to overreach in terms of claimed secret access.
Persistence & Privilege
The skill does not request always:true and uses normal invocation settings. It does not attempt to modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bilibili-hot-recommend
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bilibili-hot-recommend 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- 更新脚本信息,补充脚本依赖需安装 requests 库 - 优化描述,明确无需登录即可获取 B 站首页热门推荐视频 - 修正“脚本位置”为“脚本信息”,增强可读性 - update_time 字段由 2026-04-22 更新为 2026-04-02
元数据
Slug bilibili-hot-recommend
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

bilibili 热门视频推荐排行榜 是什么?

实时获取B站首页热门推荐视频榜单,输出视频标题、作者、链接及分类,无需登录,内容实时更新。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。

如何安装 bilibili 热门视频推荐排行榜?

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

bilibili 热门视频推荐排行榜 是免费的吗?

是的,bilibili 热门视频推荐排行榜 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

bilibili 热门视频推荐排行榜 支持哪些平台?

bilibili 热门视频推荐排行榜 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 bilibili 热门视频推荐排行榜?

由 Ley(@lvleiai123)开发并维护,当前版本 v1.0.2。

💬 留言讨论