← 返回 Skills 市场
kukuoai

B 站内容创作分发助手

作者 kukuoAI · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
24
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bilibili-content-create-publish
功能描述
Bilibili 视频自动上传 skill。当用户需要登录 Bilibili、校验账号或上传视频时使用。基于 social-auto-upload 项目,OPclaw 自动准备运行环境,无需用户手动安装。
使用说明 (SKILL.md)

Bilibili 上传 Skill

本 skill 通过 social-auto-upload 项目(以下简称 SAU)完成 Bilibili 操作。OPclaw 自带 uv 工具,会在首次使用时自动 clone SAU 并准备依赖,不要让用户手动 pip install

功能概览

功能 子命令 说明
登录 login --account \x3Cname> 用户在本机真实终端里执行,扫码完成
校验 check --account \x3Cname> 检查指定账号当前是否有效
视频上传 upload-video ... 上传一条 Bilibili 视频

默认工作流

  1. 先确认环境就绪 —— 见 references/runtime-requirements.md
  2. 再确认命令格式 —— 见 references/cli-contract.md
  3. 执行匹配的 python sau_cli.py bilibili ... 命令
  4. 失败时查 references/troubleshooting.md

命令选择建议

  • 用户没有登录信息 → 让用户自己在本机终端执行 login
  • 用户只想确认账号状态 → 用 check
  • 用户要发视频 → 用 upload-video

执行前必做检查(agent 行为约定)

执行任何 python sau_cli.py bilibili ... 之前,必须references/runtime-requirements.md 的"自动准备流程"完成环境校验:

  1. 检查 ~/.openclaw/social-auto-upload 是否存在
  2. 不存在则自动 clone + uv sync
  3. 准备好后,所有调用都用 uv run --project ~/.openclaw/social-auto-upload python sau_cli.py bilibili ...
  4. 不要直接 sau bilibili ...(这条命令不存在)
  5. 网络失败时git clone 直连超时/失败,agent 必须自动gh-proxy.org / gh-proxy.com / hub.gitmirror.com 三个镜像依次重试,严禁第一次失败就告诉用户'无法访问 GitHub'。详见 references/runtime-requirements.md Step 2
  6. 不要要求用户手动下载 biliup(程序首次执行 upload-video 时会自动联网下载)

登录注意事项

  • login 命令应由用户自己在本机终端执行,agent 在非交互环境下不要硬跑
  • 如果终端二维码显示不完整,提醒用户打开仓库目录下的 qrcode.png 扫码
  • 一个 --account \x3Cname> 对应一个本地账号文件,可用于多账号隔离

模板文件

  • scripts/examples/bilibili_commands.ps1
  • scripts/examples/bilibili_commands.sh
  • scripts/examples/bilibili_cli_template.py

参考文档

  • 运行前提:references/runtime-requirements.md
  • CLI 契约:references/cli-contract.md
  • 故障排查:references/troubleshooting.md
安全使用建议
Install only if you trust the social-auto-upload project, the selected clone source or mirror, and the biliup binary download path. Before uploading, confirm the exact Bilibili account, video file, metadata, and schedule, and keep the local login/session files private.
功能分析
Type: OpenClaw Skill Name: bilibili-content-create-publish Version: 1.0.0 The skill bundle is designed to automate Bilibili video uploads by interfacing with the legitimate 'social-auto-upload' (SAU) open-source project. It provides comprehensive documentation (SKILL.md, runtime-requirements.md) and scripts to help an AI agent manage the environment using 'uv' and 'git'. While the instructions encourage the agent to automatically handle repository cloning and dependency setup (including the use of mirrors like Gitee or gh-proxy to bypass network restrictions), these actions are transparently documented and strictly serve the stated purpose of the tool without evidence of malicious intent, data exfiltration, or unauthorized access.
能力评估
Purpose & Capability
The stated purpose and documented commands match Bilibili login, account checking, and video upload. Because upload/scheduling affects a public account, users should confirm the account, file, title, description, category, tags, and schedule before use.
Instruction Scope
The skill tells the agent to automatically clone, dependency-sync, and retry multiple mirrors before running commands. This is disclosed, but the remote code source is not pinned or integrity-verified.
Install Mechanism
Registry metadata says there is no install spec, but the instructions require first-use cloning of social-auto-upload, running uv sync, and later downloading the biliup binary. The runtime installation is substantial and depends on mutable external sources.
Credentials
Network access, local writes under ~/.openclaw, dependency installation, and execution of third-party code are proportionate to an uploader wrapper, but the lack of version pinning and mirror provenance makes the environment impact broader than a simple instruction-only skill.
Persistence & Privilege
The skill persists a cloned tool directory and relies on locally saved Bilibili account files. This is expected for repeated uploads, but users should treat those files as account sessions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bilibili-content-create-publish
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bilibili-content-create-publish 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Bilibili 视频自动上传 skill. - Enables automated login, account check, and video upload to Bilibili using social-auto-upload. - OPclaw auto-prepares the runtime environment; no manual pip installs are required. - Agent automatically clones necessary repos and handles network failures with multiple mirror retries. - Separate commands for login (manual, terminal), status check, and video upload, with detailed workflow and requirements. - Includes usage templates and troubleshooting documentation for smooth operation.
元数据
Slug bilibili-content-create-publish
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

B 站内容创作分发助手 是什么?

Bilibili 视频自动上传 skill。当用户需要登录 Bilibili、校验账号或上传视频时使用。基于 social-auto-upload 项目,OPclaw 自动准备运行环境,无需用户手动安装。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 24 次。

如何安装 B 站内容创作分发助手?

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

B 站内容创作分发助手 是免费的吗?

是的,B 站内容创作分发助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

B 站内容创作分发助手 支持哪些平台?

B 站内容创作分发助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 B 站内容创作分发助手?

由 kukuoAI(@kukuoai)开发并维护,当前版本 v1.0.0。

💬 留言讨论