← All skills
Tencent SkillHub · Developer Tools

Bilili-downloader

Download Bilibili videos. You MUST ask the user for the Bilibili URL first. Then use the provided python script to download. Supports batch/playlist downloading.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Download Bilibili videos. You MUST ask the user for the Bilibili URL first. Then use the provided python script to download. Supports batch/playlist downloading.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
requirements.txt, SKILL.md, scripts/download_bilibili.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

描述

此技能用于下载B站视频。 重要:在使用此技能前,必须先询问用户获取视频的URL地址。 支持单个视频和合集的下载。能够智能检测系列视频,提供格式选择,并显示下载进度。

功能

解析B站链接,判断是否为系列视频 显示系列视频总数 提供批量下载选项 支持视频格式和清晰度选择 实时显示下载进度 下载完成后通知结果

参数 (CLI参数)

url: B站视频链接(必需) --batch: 自动批量下载系列视频(可选) --no-batch: 仅下载单个视频(可选) --format / -f: 视频格式ID(可选,默认为最高可用质量)

依赖

python >= 3.6 yt-dlp ffmpeg

对话流程

用户: "下载B站视频" AI: "好的,请告诉我视频的链接(URL)是什么?" 用户: "https://www.bilibili.com/video/BV1xxx" AI: (执行下载脚本)

命令示例

# 基本下载 python3 scripts/download_bilibili.py "https://www.bilibili.com/video/BV1xxx" # 批量下载 python3 scripts/download_bilibili.py "https://www.bilibili.com/video/BV1xxx" --batch

工作流程

询问用户视频URL 解析提供的B站URL 检测是否为系列视频 (可选) 根据用户意图使用 --batch 或 --no-batch 执行下载脚本 实时显示下载进度 下载完成后报告成功或失败状态

注意事项

如遇VIP内容或地区限制,可能需要提供cookie 下载速度取决于网络状况和B站服务器 遵守B站使用条款,仅用于个人学习和备份目的

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts1 Files
  • SKILL.md Primary doc
  • scripts/download_bilibili.py Scripts
  • requirements.txt Files