ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified social Safety 4/5

bilibili-update-viewer

查看B站UP主的最新视频、动态,检查UP主今天是否更新。触发词:B站、UP主、视频更新、今天更新了吗、最新视频、最新动态、查看UP主

Why use this skill?

Efficiently track your favorite Bilibili creators. Get real-time updates on new videos and dynamics directly through your OpenClaw agent with this simple integration.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/jianguo99/bilibili-update-viewer
Or

What This Skill Does

The Bilibili Update Viewer is a specialized OpenClaw agent skill designed to keep you updated with your favorite content creators on Bilibili. Rather than manually checking the website, this skill allows you to query the latest video uploads, dynamic posts, and status updates of any Bilibili creator (UP owner). It bridges the gap between the platform's API and your workspace, enabling intelligent queries like checking if a specific creator has posted new content today. The skill handles the complexity of mid (user ID) resolution, allowing you to search by name and retrieve metadata directly via the terminal-integrated agent environment.

Installation

To install the skill, execute the following command in your terminal: clawhub install openclaw/skills/skills/jianguo99/bilibili-update-viewer. After installation, ensure you have set the required environment variable. Run pip install -r {baseDir}/requirements.txt to install all necessary Python dependencies. Crucially, you must configure your Bilibili session by exporting your browser cookies: export BILIBILI_COOKIES="your_bilibili_cookies_string". You can obtain these by logging into Bilibili, opening your browser's Developer Tools (F12), and copying the Cookie header from any Network request.

Use Cases

  1. Creator Monitoring: Quickly determine if your favorite educational or entertainment channels have released new content today without opening the browser.
  2. Batch Information Gathering: Efficiently pull the latest dynamic updates or video lists to stay informed about community interactions or channel announcements.
  3. ID Resolution: Automatically translate human-readable creator names into internal platform IDs, simplifying the interaction process for non-technical users.

Example Prompts

  • "今天B站UP主‘手工耿’更新了吗?"
  • "查看一下最新视频:帮我看看‘泛式’最新的三个投稿是什么。"
  • "最近UP主‘罗翔说刑法’有哪些动态更新?"

Tips & Limitations

  • Rate Limiting: Bilibili enforces strict API usage. If the agent reports "访问太频繁" (Access too frequent), do not attempt to bypass it; simply wait for a while before trying again.
  • Cookie Expiration: Cookies expire periodically. If you receive authentication errors, generate a new cookie string from your browser and update your environment variable.
  • Precision: If you search by username and the script returns multiple results, use the mid provided in the search output for more precise targeting in subsequent commands.

Metadata

Author@jianguo99
Stars1947
Views1
Updated2026-03-04
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-jianguo99-bilibili-update-viewer": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#bilibili#social-media#content-tracking#automation#creator-tools
Safety Score: 4/5

Flags: external-api, code-execution