← 返回 Skills 市场
qq853632587

Bilibili Hot Daily

作者 蓝天 · GitHub ↗ · v2.1.2 · MIT-0
cross-platform ⚠ suspicious
158
总下载
0
收藏
1
当前安装
8
版本数
在 OpenClaw 中安装
/install bilibili-hot-daily
功能描述
🔥 每日自动抓取哔哩哔哩热门视频排行榜,支持AI摘要生成和多渠道推送。自媒体运营必备!免费使用,定制开发请联系作者。
使用说明 (SKILL.md)

🔥 B站热点日报 v2.1

每日自动抓取B站热门视频排行榜,支持AI摘要和多渠道推送。

✨ v2.1 新功能

  • ✅ 优化API调用稳定性
  • ✅ 改善数据展示格式
  • ✅ 增强错误处理

📦 安装

npx clawhub@latest install bilibili-hot-daily

🚀 使用

# 获取今日热门 Top 10
python3 fetch_hot.py --top 10

# 生成摘要
python3 fetch_hot.py --top 20 --summary

# 导出JSON
python3 fetch_hot.py --output hot.json

# 导出CSV
python3 fetch_hot.py --output hot.csv --format csv

📊 输出示例

#1 视频标题
   UP主: xxx | 分区: xxx | 时长: 2分43秒
   播放: 343.5万 | 点赞: 12.0万 | 投币: 3447 | 收藏: 1.3万
   简介: 视频简介预览...
   链接: https://b23.tv/xxx

💰 定制服务

免费使用本技能,如需以下服务请联系作者:

  • 🔧 定制开发:根据你的需求定制数据抓取方案
  • 📊 数据分析:深度分析B站热门趋势
  • 🤖 自动化部署:帮你搭建完整的数据监控系统
  • 📱 多平台集成:对接微信/钉钉/飞书等平台

联系方式:

⚖️ 免责声明

本技能所获取的数据来自B站公开API,仅用于个人学习和技术研究目的。

  • 📌 数据来源:哔哩哔哩公开API接口
  • 📌 非商业性质:本技能为开源免费工具,不涉及任何商业引导
  • 📌 版权说明:所有数据内容的版权归哔哩哔哩所有
  • 📌 使用限制:请遵守B站用户协议,禁止用于非法用途
  • 📌 免责条款:本技能按"现状"提供,使用者需自行承担使用风险

📄 许可证

MIT License

安全使用建议
This skill will fetch Bilibili's public trending list and produce local text/JSON/CSV output; it does not perform AI-powered summarization via an external API nor does it push to Telegram/WeChat/etc despite those claims in the README. Before installing or running: (1) review fetch_hot.py yourself (it only calls api.bilibili.com and writes local files), (2) run it in a sandbox or non-sensitive environment if you are unsure, (3) if you need AI summaries or push features, ask the author for the implementation or add trusted integrations yourself (those will require credentials), and (4) verify the upstream repository and author if you intend to trust or pay for further services.
功能分析
Type: OpenClaw Skill Name: bilibili-hot-daily Version: 2.1.2 The skill is a legitimate tool for fetching Bilibili trending videos using the public Bilibili API. The Python script (fetch_hot.py) performs data retrieval and formatting as described, with no evidence of data exfiltration, unauthorized network calls, or malicious execution. The use of os.system is limited to a standard Windows console encoding fix (chcp 65001), and the documentation (SKILL.md, README.md) contains no prompt injection or deceptive instructions.
能力评估
Purpose & Capability
The name/description promise 'AI摘要' and '多渠道推送' (AI summaries and multi-channel push). The included code (fetch_hot.py) only performs an HTTP GET to Bilibili's public API, local summarization with simple heuristics, printing, and optional JSON/CSV export — there is no AI model integration, no external push/notification code, and no credential usage. The advertised features are therefore not implemented; this is an incoherence between claims and actual capability.
Instruction Scope
SKILL.md instructs the agent to run python3 fetch_hot.py with options (top, summary, output, format). The runtime instructions do not request extra files, environment variables, or system-wide access beyond running the script. They do not instruct reading unrelated user data or exfiltrating secrets. The mismatch is in advertised features (push/integration) that are not present in instructions — the runtime scope itself is limited and contained.
Install Mechanism
There is no install spec (instruction-only skill with bundled code). No external downloads or installers are executed by the skill. The only runtime requirement is python3, which is reasonable for the contained Python script.
Credentials
The skill does not request environment variables, credentials, or config paths. Given its actual behavior (calling a public Bilibili API and writing output files), that is proportional. Note: if you expect the advertised push integrations, additional credentials would be required but are not requested or used here.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or system settings. It runs as a transient Python script and writes only the files the user explicitly requests via --output.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bilibili-hot-daily
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bilibili-hot-daily 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.2
添加免责声明,明确数据来源和使用限制
v2.1.1
- Added _meta.json file for enhanced skill metadata support. - No changes to user-facing features or documentation.
v2.1.0
v2.1: 优化API稳定性,改善数据展示
v2.0.0
v2.0: 修复中文乱码,新增视频时长和简介,优化输出格式
v1.0.3
添加邮箱联系方式
v1.0.2
更新联系方式:QQ 2595075878
v1.0.1
添加定制服务联系方式
v1.0.0
B站热点日报技能发布首个版本: - 自动抓取B站热门视频Top 20及详细数据 - 支持AI智能分类摘要(需OpenAI API Key) - 可多渠道推送(Telegram、微信、邮件等) - 提供JSON/CSV格式输出,方便数据分析 - 支持每日定时任务和分区自定义 - 免费版和Pro版两种功能套餐
元数据
Slug bilibili-hot-daily
版本 2.1.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 8
常见问题

Bilibili Hot Daily 是什么?

🔥 每日自动抓取哔哩哔哩热门视频排行榜,支持AI摘要生成和多渠道推送。自媒体运营必备!免费使用,定制开发请联系作者。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。

如何安装 Bilibili Hot Daily?

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

Bilibili Hot Daily 是免费的吗?

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

Bilibili Hot Daily 支持哪些平台?

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

谁开发了 Bilibili Hot Daily?

由 蓝天(@qq853632587)开发并维护,当前版本 v2.1.2。

💬 留言讨论