bilibili-upload

Upload videos to Bilibili (哔哩哔哩). Supports automatic login, title, description, tags, and partition selection.

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 izorro/bilibili-upload

Bilibili Upload 📺

Upload local video files to Bilibili (哔哩哔哩).

Features

  • Upload videos with custom title, description, and tags
  • Support selecting different partitions (tid)
  • Uses biliup for reliable uploading
  • Handles Windows encoding issues automatically

Requirements

  • Python 3.8+
  • biliup package (installed automatically: pip install biliup)

Installation

  1. The skill will install biliup automatically on first use
  2. Run biliup login in terminal to scan QR code and login
  3. Login cookies are saved locally for future use

Usage

First Time Login (required once)

chcp 65001
$env:PYTHONIOENCODING = "utf-8"
biliup login

Scan the QR code with Bilibili App to login. Cookies are saved automatically for future use.

Basic Upload

chcp 65001
$env:PYTHONIOENCODING = "utf-8"
python {skill_dir}/upload.py ^
"full/path/to/your/video.mp4" ^
--title "Your Video Title" ^
--desc "Video description" ^
--tags "tag1,tag2,tag3" ^
--tid 138

Example (after login)

python ~/.openclaw/workspace/skills/bilibili-upload/upload.py ^
"C:\Users\hyzu\Documents\openclaw\news_briefing_20260311.mp4" ^
--title "2026年3月11日新闻简报" ^
--desc "每日新闻简报,带金色字幕,AI自动生成" ^
--tags "新闻,每日新闻,简报,AI生成" ^
--tid 138

The script automatically handles:

  • Path expansion (supports ~ for home directory)
  • Windows UTF-8 encoding to avoid Unicode errors
  • Error checking for missing video file

Common Partition IDs

IDPartition
138日常
124生活
171科技
95娱乐
188美食
208影视
210体育
201动画
15音乐
189知识

Notes

  • On Windows, always set code page to UTF-8 before login/upload: chcp 65001
  • Set PYTHONIOENCODING=utf-8 to avoid Unicode encoding errors
  • Login needs interactive terminal to display QR code, must do it manually once
  • After login, cookies are saved automatically and future uploads can be automated
  • If you don't see video immediately after upload, it's probably still in Bilibili's review queue

Script

The upload script is located at: {skill_dir}/upload.py

Where {skill_dir} is the installation directory of this skill. The script accepts any full path from the user, and automatically handles path expansion.

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

WeChat Tietu Draft

创建微信公众号贴图类型草稿的自动化工具。专门用于创建简化界面的贴图草稿(只有标题和正文),适合图片为主的内容。使用触发词"发布贴图草稿"、"创建贴图草稿"、"贴图草稿"、"微信公众号贴图"或"贴图类型草稿"激活。提供统一入口脚本(skill_main.py)进行状态感知的全流程管理。

Registry SourceRecently Updated
General

Pensions

提供商业养老保险分析、养老金账户模拟、退休收入测算及理财组合建议。

Registry SourceRecently Updated
General

Childcare

提供婴幼儿生长曲线记录、早教互动课程、入托政策查询及疫苗提醒。

Registry SourceRecently Updated
General

Douyin Video Forge

抖音短视频全链路自动化制作。适用于:收到客户项目需要制作抖音推广视频、 策划短视频内容、生成视频脚本、分析抖音热点趋势、制作爆款短视频。 通过浏览器采集抖音热榜和视频数据,生成分段脚本,调用可灵API生成视频并拼接成片。

Registry SourceRecently Updated