bilibili-upload

Bilibili 视频自动上传 skill。当用户需要登录 Bilibili、校验账号或上传视频时使用。基于 social-auto-upload 项目,OPclaw 自动准备运行环境,无需用户手动安装。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bilibili-upload" with this command: npx skills add kukuoai/bilibili-content-create-publish

Bilibili 上传 Skill

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

功能概览

功能子命令说明
登录login --account <name>用户在本机真实终端里执行,扫码完成
校验check --account <name>检查指定账号当前是否有效
视频上传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 <name> 对应一个本地账号文件,可用于多账号隔离

模板文件

  • 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

BytePlusCDN

Skill for BytePlus CDN domain and policy management, purge and prefetch, and log delivery. When you need to use BytePlus CDN acceleration services, you can r...

Registry SourceRecently Updated
General

Video With Music

Skip the learning curve of professional editing software. Describe what you want — add background music that matches the mood of my video — and get music-bac...

Registry SourceRecently Updated
General

Tweet Search

Use when the user needs to interact with X (Twitter) - searching tweets, looking up users/followers, downloading media, monitoring accounts in real time, ext...

Registry SourceRecently Updated
General

Argument Map Builder

Turns a nonfiction argument into a clear claim-evidence-assumption-objection map.

Registry SourceRecently Updated