bilibili-update-viewer
查看B站UP主的最新视频、动态,检查UP主今天是否更新。触发词:B站、UP主、视频更新、今天更新了吗、最新视频、最新动态、查看UP主
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install bilibili-update-viewer或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install bilibili-update-viewer⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/bilibili-update-viewer/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: bilibili-update-viewer description: 查看B站UP主的最新视频、动态,检查UP主今天是否更新。触发词:B站、UP主、视频更新、今天更新了吗、最新视频、最新动态、查看UP主 metadata: {"openclaw":{"emoji":"📺","requires":{"bins":["python3"]},"os":["darwin","linux","win32"]}} ---
查看B站UP主的最新视频和动态,支持检查UP主今天是否更新。 如果遇到访问太频繁的问题,直接和用户说访问太频繁,不要尝试别的方式。
pip install -r {baseDir}/requirements.txt
需要B站Cookies才能访问API。获取方法:登录 bilibili.com → F12 → Network → 复制任意请求的 Cookie 字段。
export BILIBILI_COOKIES="你的B站cookies"
a. 如果用户直接给了 mid(纯数字),直接进入第二步。
b. 如果用户给的是UP主用户名,先从本地缓存查找:
python3 {baseDir}/get_mid.py "用户名"
NOT_FOUND,则通过搜索获取:python3 {baseDir}/update_viewer.py --search "用户名" --count 1
从搜索结果中提取 mid 数字,进入第二步。
根据用户的问题选择合适的命令:
场景A - 用户问"今天更新了吗"、"有没有新视频"等:
python3 {baseDir}/update_viewer.py --mid {MID} --videos --count 3
运行后,从输出中查看每条视频的「发布」时间,判断是否有今天的日期({今天的日期}),然后告诉用户今天是否有更新。如果有,列出今天更新的视频标题和链接。
场景B - 用户想查看最新视频列表:
python3 {baseDir}/update_viewer.py --mid {MID} --videos
场景C - 用户想查看最新动态:
python3 {baseDir}/update_viewer.py --mid {MID} --dynamics
| 参数 | 说明 | 必需 | |------|------|------| | --mid | UP主的 mid | 与 --search 二选一 | | --search, -s | 根据用户名搜索UP主 | 与 --mid 二选一 | | --videos, -v | 显示最新视频 | 否 | | --dynamics, -d | 显示最新动态 | 否 | | --count, -n | 显示数量(默认3) | 否 |
安装 Check the latest videos and updates of Bilibili ups and see if they have updated today 后,可以对 AI 说这些话来触发它
Help me get started with Check the latest videos and updates of Bilibili ups and see if they have updated today
Explains what Check the latest videos and updates of Bilibili ups and see if they have updated today does, walks through the setup, and runs a quick demo based on your current project
Use Check the latest videos and updates of Bilibili ups and see if they have updated today to check out the latest videos and updates from the UP master of stati...
Invokes Check the latest videos and updates of Bilibili ups and see if they have updated today with the right parameters and returns the result directly in the conversation
What can I do with Check the latest videos and updates of Bilibili ups and see if they have updated today in my general tools workflow?
将技能文件夹放到 ~/.claude/skills/bilibili-update-viewer/ 目录(个人级,所有项目可用),或 .claude/skills/bilibili-update-viewer/(项目级)。重启 AI 客户端后,用 /bilibili-update-viewer 主动调用,或让 AI 根据上下文自动发现并使用。
Check the latest videos and updates of Bilibili ups and see if they have updated today 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Check the latest videos and updates of Bilibili ups and see if they have updated today 可免费安装使用。请查阅仓库了解许可证信息。
查看B站UP主的最新视频、动态,检查UP主今天是否更新。触发词:B站、UP主、视频更新、今天更新了吗、最新视频、最新动态、查看UP主
Lists the top use cases for Check the latest videos and updates of Bilibili ups and see if they have updated today, with example commands for each scenario
Automate my general tools tasks using Check the latest videos and updates of Bilibili ups and see if they have updated today
Identifies repetitive steps in your workflow and sets up Check the latest videos and updates of Bilibili ups and see if they have updated today to handle them automatically
Check the latest videos and updates of Bilibili ups and see if they have updated today 属于「General Tools」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。