← Back to Skills Marketplace
98
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bilibili-hot-recommend
Description
实时获取B站首页热门推荐视频榜单,输出视频标题、作者、链接及分类,无需登录,内容实时更新。
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bilibili-hot-recommend - After installation, invoke the skill by name or use
/bilibili-hot-recommend - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- 更新脚本信息,补充脚本依赖需安装 requests 库
- 优化描述,明确无需登录即可获取 B 站首页热门推荐视频
- 修正“脚本位置”为“脚本信息”,增强可读性
- update_time 字段由 2026-04-22 更新为 2026-04-02
Metadata
Frequently Asked Questions
What is bilibili 热门视频推荐排行榜?
实时获取B站首页热门推荐视频榜单,输出视频标题、作者、链接及分类,无需登录,内容实时更新。 It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.
How do I install bilibili 热门视频推荐排行榜?
Run "/install bilibili-hot-recommend" 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 Ley (@lvleiai123); the current version is v1.0.2.
More Skills