← 返回 Skills 市场
ckchzh

Bilibili Helper

作者 BytesAgain2 · GitHub ↗ · v2.3.5 · MIT-0
cross-platform ✓ 安全检测通过
750
总下载
1
收藏
5
当前安装
15
版本数
在 OpenClaw 中安装
/install bilibili-helper
功能描述
B站创作助手。视频标题优化、标签推荐、简介模板、投稿策略、UP主运营、弹幕互动。Bilibili video creator assistant. B站运营、视频SEO、粉丝增长、投币收藏、充电计划。Use when creating content for Bilibili.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bilibili-helper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bilibili-helper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug bilibili-helper
版本 2.3.5
许可证 MIT-0
累计安装 6
当前安装数 5
历史版本数 15
常见问题

Bilibili Helper 是什么?

B站创作助手。视频标题优化、标签推荐、简介模板、投稿策略、UP主运营、弹幕互动。Bilibili video creator assistant. B站运营、视频SEO、粉丝增长、投币收藏、充电计划。Use when creating content for Bilibili. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 750 次。

如何安装 Bilibili Helper?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install bilibili-helper」即可一键安装,无需额外配置。

Bilibili Helper 是免费的吗?

是的,Bilibili Helper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Bilibili Helper 支持哪些平台?

Bilibili Helper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Bilibili Helper?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.3.5。

💬 留言讨论