← Back to Skills Marketplace
ckchzh

Bilibili Helper

by BytesAgain2 · GitHub ↗ · v2.3.5 · MIT-0
cross-platform ✓ Security Clean
750
Downloads
1
Stars
5
Active Installs
15
Versions
Install in OpenClaw
/install bilibili-helper
Description
B站创作助手。视频标题优化、标签推荐、简介模板、投稿策略、UP主运营、弹幕互动。Bilibili video creator assistant. B站运营、视频SEO、粉丝增长、投币收藏、充电计划。Use when creating content for Bilibili.
README (SKILL.md)

bilibili-helper

B站视频运营助手。标题、简介、标签、分区建议、评论互动。

Usage

# 生成5个B站爆款标题
bili.sh title "主题"

# 生成视频简介+标签
bili.sh desc "视频主题"

# 生成视频口播脚本(默认5分钟)
bili.sh script "主题" [--length 5|10|15]

# 标签推荐
bili.sh tags "主题"

# 帮助
bili.sh help

When to Use

  • 用户要发B站视频,需要标题/简介/标签
  • 需要写视频口播脚本
  • 需要B站运营建议和内容策划

脚本使用 Python 生成符合B站平台调性的内容模板,包含标题公式、简介结构、标签策略等。

Commands

Command Description
title 生成5个B站爆款标题
desc 生成视频简介+标签
script 生成视频口播脚本
tags 标签推荐
help 显示帮助信息

Output

所有输出为纯文本,直接可用于B站平台。

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

  • Run bilibili-helper help for all commands
Usage Guidance
This skill appears coherent: it generates Bilibili-oriented titles, descriptions, scripts, tags and manages local drafts. Before installing, understand it will create a data directory (default ~/.local/share/bilibili-helper), save drafts there and append a history.log with command metadata and the topic strings you pass. There is no network activity or credential access in the shipped code, but if you need stronger isolation run it in a sandbox or inspect the included scripts yourself. If you plan to store sensitive content, avoid placing it in drafts; verify the homepage/repo (bytesagain) if you want third-party provenance.
Capability Analysis
Type: OpenClaw Skill Name: bilibili-helper Version: 2.3.5 The 'bilibili-helper' skill bundle is a legitimate tool designed to assist Bilibili content creators with title generation, script outlining, and tag recommendations. The bundle consists of shell scripts (scripts/bilibili.sh, scripts/script.sh) and a Python script (scripts/bili_gen.py) that provide text templates and local draft management. While scripts/script.sh contains a minor path traversal vulnerability in its draft-saving logic (allowing file operations within the drafts directory), there is no evidence of malicious intent, data exfiltration, or unauthorized network activity. The code is transparent and aligns perfectly with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description promise title/description/script/tags/运营 advice; the included Python and shell scripts implement exactly those features (title, desc, script, tags, cover, strategy, drafts, stats). No unrelated cloud credentials, binaries, or weird external dependencies are requested.
Instruction Scope
SKILL.md instructs running the included scripts (bili.sh / bilibili-helper). The runtime instructions and code are limited to generating text templates, suggestions, and managing local drafts. Note: the shell scripts create and use a DATA_DIR (default ~/.local/share/bilibili-helper) and append to a history.log — so they read/write files in the user's home directory (expected for a drafting tool).
Install Mechanism
No install spec or external downloads are defined. This is effectively an instruction+script bundle shipped with the skill; nothing in the package fetches remote code during install.
Credentials
The skill declares no required env vars or credentials. The scripts do respect optional BILI_DIR/XDG_DATA_HOME/HOME to locate a data directory and will create files there. That filesystem access is proportional to the stated purpose but users should expect local files (drafts/history) to be created.
Persistence & Privilege
always is false and the skill does not request elevated privileges or modify other skills. It persists data under a per-user data directory (~/.local/share/bilibili-helper by default) and logs command usage to history.log — normal for a drafting/assistant tool but persistent storage is used.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bilibili-helper
  3. After installation, invoke the skill by name or use /bilibili-helper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.3.5
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.4
yaml-fix+quality
v2.3.3
yaml-fix+quality
v2.3.2
Quality upgrade
v2.4.0
Major upgrade: custom commands and real functionality
v2.3.1
Standards compliance: unique content, no template text
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.1.0
Enhanced descriptions for better AI triggering
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.1
Add runtime declaration + security compliance
v2.0.0
Rewritten: full functional tool
v1.2.0
bilibili-helper 1.2.0 introduces updated file organization and new documentation. - Moved bili.sh from scripts/ to the root directory - Removed bili_gen.py script - Added tips.md for additional documentation or tips - No changes to SKILL.md functionality or usage instructions
v1.1.1
v1.1.0
Major upgrade: title-score (1-100 score with 6 dimensions), partition (auto-recommend), growth (stage-based strategy). tips.md added.
v1.0.0
Initial release with Chinese SEO keywords.
Metadata
Slug bilibili-helper
Version 2.3.5
License MIT-0
All-time Installs 6
Active Installs 5
Total Versions 15
Frequently Asked Questions

What is Bilibili Helper?

B站创作助手。视频标题优化、标签推荐、简介模板、投稿策略、UP主运营、弹幕互动。Bilibili video creator assistant. B站运营、视频SEO、粉丝增长、投币收藏、充电计划。Use when creating content for Bilibili. It is an AI Agent Skill for Claude Code / OpenClaw, with 750 downloads so far.

How do I install Bilibili Helper?

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

Is Bilibili Helper free?

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

Which platforms does Bilibili Helper support?

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

Who created Bilibili Helper?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.3.5.

💬 Comments