bilibili-update-viewer查看B站UP主的最新视频、动态,检查UP主今天是否更新。触发词:B站、UP主、视频更新、今天更新了吗、最新视频、最新动态、查看UP主
Install via ClawdBot CLI:
clawdbot install Jianguo99/bilibili-update-viewer查看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) | 否 |
Generated Mar 1, 2026
Digital marketing agencies use this skill to track Bilibili influencers they collaborate with, checking daily for new video uploads to assess engagement and campaign performance. It helps in timely reporting and adjusting strategies based on fresh content.
Fan clubs or moderators of Bilibili communities employ this skill to monitor updates from favorite UP主, sharing new videos or dynamics instantly with members to boost interaction and keep discussions current.
Businesses in e-commerce or gaming use this skill to track competitors' Bilibili channels, analyzing their latest videos and updates to inform content strategies and stay ahead in market trends.
Researchers studying online video platforms utilize this skill to collect data on UP主 activity patterns, such as update frequency and content types, for analysis in media studies or social science projects.
Individual users leverage this skill to follow multiple Bilibili UP主, automating checks for daily updates to streamline content discovery and avoid missing new releases from subscribed channels.
Offer this skill as part of a subscription-based platform for social media monitoring, providing advanced analytics and alerts on Bilibili updates to agencies or enterprises. Revenue is generated through monthly or annual fees.
Provide a basic free version of this skill for personal use, with premium features like batch monitoring or historical data access for businesses. Monetization comes from upgrades and in-app purchases.
License the underlying technology to third-party developers or companies integrating Bilibili data into their own applications, charging based on API call volume or flat licensing fees.
💬 Integration Tip
Ensure BILIBILI_COOKIES environment variable is set correctly and manage request intervals to avoid rate limits for smooth operation.
Extract text from PDFs with OCR support. Perfect for digitizing documents, processing invoices, or analyzing content. Zero dependencies required.
Fast local PDF parsing with PyMuPDF (fitz) for Markdown/JSON outputs and optional images/tables. Use when speed matters more than robustness, or as a fallback while heavier parsers are unavailable. Default to single-PDF parsing with per-document output folders.
Find, evaluate, and recommend ClawHub skills by need with quality filtering and preference learning.
Fetch full tweets, long tweets, quoted tweets, and X Articles from X/Twitter without login or API keys, using no dependencies and zero configuration.
Skill 查找器 | Skill Finder. 帮助发现和安装 ClawHub Skills | Discover and install ClawHub Skills. 回答'有什么技能可以X'、'找一个技能' | Answers 'what skill can X', 'find a skill'. 触发...
Generate QR codes from text or URL for mobile scanning.