← Back to Skills Marketplace
onlyloveher

Bilibili Up Master

by onlyloveher · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bilibili-up-master
Description
提供B站UP主热门监控、粉丝与视频数据分析、竞品研究及内容策划建议,助力运营成长与报告生成。
README (SKILL.md)

B站UP主成长助手 - SKILL.md


name: bilibili-up-master description: "B站UP主成长运营助手 - 热门监控、数据分析、竞品研究、内容策划(已验证 macOS + OpenClaw)"

B站UP主成长助手 v1.0

🐸 B站UP主全能运营工具 - 已验证可用于 macOS + OpenClaw

功能概览

  • 📊 热门监控 - 实时追踪B站热门视频、热门话题,生成热门报告
  • 🔍 UP主分析 - 分析对标UP主数据、粉丝趋势、内容风格、涨粉速度
  • 📈 视频分析 - 单视频播放分析、互动数据、弹幕热词
  • 💡 内容策划 - 基于热门数据+竞品分析给出内容建议
  • 📝 报告生成 - 自动生成B站运营日报/周报

使用方法

监控热门

监控B站热门视频
查看今天B站热门
生成B站热门报告

分析UP主

分析B站UP主[UP主名称]
查一下[UP主]的粉丝数据
对比[UP主A]和[UP主B]

视频分析

分析视频[BV号]
看看这个视频为什么火

内容建议

给我一些B站内容建议
做什么类型视频容易火
最近热门趋势是什么

生成报告

生成B站运营日报
本周热门分析报告

技术细节

热门榜单URL(参考)

关键页面

  • UP主主页: https://space.bilibili.com/{uid}
  • 视频页: https://www.bilibili.com/video/{bvid}
  • 热门榜: https://www.bilibili.com/ranking

API 接口(可选)

  • 热门视频: https://api.bilibili.com/x/web-interface/ranking/v2
  • UP主信息: https://api.bilibili.com/x/web-interface/card

运行规则

浏览器规则

  • 默认使用内置浏览器:profile="openclaw"
  • 每次动作前确认会话目标 tab
  • 连续 2 次失败后改稳健路径
  • 可选使用 agent-reach 读取B站内容

数据规则

  • 热门数据每小时更新一次
  • UP主数据每日更新
  • 趋势分析需要至少 3 天数据积累
  • 本地存储路径: /tmp/bilibili-data/

发布规则(可选扩展)

  • 视频发布需要登录creator.bilibili.com
  • 每次发布间隔建议 30 秒以上

核心能力

1. 热门监控

  • 爬取各分区热门榜单
  • 记录视频标题、播放量、点赞、投币、收藏
  • 识别上升趋势视频
  • 生成热门报告

2. UP主分析

  • 基本信息(粉丝数、获赞数、简介)
  • 最近视频数据
  • 粉丝增长趋势
  • 内容类型分析
  • 更新频率

3. 视频分析

  • 播放数据(播放、点赞、投币、收藏、分享)
  • 弹幕热词
  • 评论区热词
  • 发布时间分析

4. 内容策划建议

  • 基于热门分析推荐领域
  • 推荐选题方向
  • 最佳发布时间
  • 标题/封面建议

Persona(运营人设)

身份:蛙哥——B站十年老用户 🐸

语气:接地气 + 数据控

  • 用数据说话
  • 偶尔玩梗("前方高能"、"2333")
  • 直接给结论,不绕弯子

示例回复:

  • "这个UP主最近起号了,上周涨粉 2w+"
  • "科技区现在是蓝海,做数码评测有搞头"
  • "建议你周三晚上发,这个时段流量最好"

注意事项

  1. B站反爬较严,避免频繁请求
  2. 部分UP主数据需要登录才能查看
  3. 热门数据有延迟,建议参考趋势而非实时
  4. 遵守B站社区规范,不要过度爬取

常见问题

Q: 数据获取失败? A: 检查网络环境,部分数据需要代理;可尝试使用 agent-reach 读取

Q: UP主找不到? A: 尝试搜索全名、UID或直播间名称

Q: 报告在哪里? A: 保存在 /tmp/bilibili-data/reports/


版本:1.0 (macOS 验证版)
验证日期:2026-04-01
验证平台:OpenClaw + macOS

Usage Guidance
This skill appears to do what it says and requests no unusual secrets or installers. Before installing or running it, consider: 1) The code disables SSL certificate validation — this is insecure; ask the author to remove that behavior or run the skill in a network you trust. 2) The skill uses the agent's browser or agent-reach tool; if those tools have access to your logged-in Bilibili session (cookies), the skill can view account-only pages. Only run it with a browser profile/session you are comfortable exposing, or use a clean/sandboxed profile. 3) Output is saved under /tmp/bilibili-data — review files before sharing and be aware /tmp may be readable by other local users on multi-user systems. 4) If you need stronger guarantees, request the author remove the SSL bypass, provide explicit network I/O controls, and confirm there are no hidden remote endpoints. Overall: coherent and reasonably low risk if run in a sandboxed or trusted environment.
Capability Analysis
Type: OpenClaw Skill Name: bilibili-up-master Version: 1.0.0 The skill bundle provides a framework for Bilibili content analysis and reporting, but it contains a significant security vulnerability. In `bilibili_up_master.py`, the code globally disables SSL certificate verification (`ssl._create_unverified_context`), which exposes the agent to Man-in-the-Middle (MITM) attacks when interacting with web services. While the logic in `bilibili_tools.py` and the instructions in `SKILL.md` are aligned with the stated purpose and show no evidence of intentional malice or data exfiltration, the presence of this high-risk security flaw warrants a suspicious classification.
Capability Assessment
Purpose & Capability
Name/description (B站热门监控、UP主/视频分析、内容策划) match the included code and SKILL.md. The code provides report generation, data scaffolding, and helper functions that align with the stated purpose. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md instructs the agent to use the platform browser or agent-reach to fetch B站 pages (expected for scraping). The instructions and code do not attempt to read arbitrary local files or unexpected env vars. Important caveats: (1) the code disables SSL certificate validation (ssl._create_default_https_context = ssl._create_unverified_context), which weakens TLS and can allow MITM when the agent fetches pages; (2) the skill expects to use a browser profile (profile="openclaw") or agent-reach, which can expose any logged-in session cookies or private pages to the skill if those sessions are available to the agent.
Install Mechanism
No install spec — instruction-only plus Python source files. Nothing is downloaded from arbitrary URLs and no installer writes into unusual system locations. This is low-risk from an install mechanism point of view.
Credentials
The skill declares no required environment variables or credentials (proportionate). However, runtime behavior depends on the agent's browser/agent-reach tooling and profile: if those tools expose browser cookies or logged-in sessions, the skill can access pages or data that require login (the SKILL.md even mentions some UP data requiring login). The skill stores outputs and reports under /tmp/bilibili-data, which is expected but accessible to other local users/processes on multi-user systems.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modify other skills' configs. It writes only to its own /tmp/bilibili-data directory (normal for a reporting tool).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bilibili-up-master
  3. After installation, invoke the skill by name or use /bilibili-up-master
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
B站UP主成长助手 v1.0.0 首次发布: - 提供B站热门视频实时监控和报告生成功能 - 支持UP主粉丝趋势、内容风格和增长分析 - 实现单视频数据分析,包括播放、互动、弹幕热词等 - 基于数据和竞品分析,自动给出内容策划建议 - 可生成B站运营日报和周报 - 已验证兼容 macOS 平台和 OpenClaw
Metadata
Slug bilibili-up-master
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Bilibili Up Master?

提供B站UP主热门监控、粉丝与视频数据分析、竞品研究及内容策划建议,助力运营成长与报告生成。 It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.

How do I install Bilibili Up Master?

Run "/install bilibili-up-master" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bilibili Up Master free?

Yes, Bilibili Up Master is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bilibili Up Master support?

Bilibili Up Master is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bilibili Up Master?

It is built and maintained by onlyloveher (@onlyloveher); the current version is v1.0.0.

💬 Comments