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.
Dong Chao
@caiyundc880518
What This Skill Does
Downloads Bilibili videos by URL, supporting single videos, playlists, and batch downloads. Automatically detects series, offers format/quality selection, and shows real-time download progress.
Replaces manually downloading Bilibili videos one by one by automating batch/playlist downloads with format and quality choices.
When to Use It
- Download a single Bilibili video for offline viewing
- Batch download an entire Bilibili playlist or series
- Choose a specific video format or quality before downloading
- Download Bilibili videos from a URL provided by a user
Install
$ openclaw skills install @caiyundc880518/bililidownloaderBilibili视频下载器
描述
此技能用于下载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站使用条款,仅用于个人学习和备份目的
Top skills in this category
Free Ride - Unlimited free AI
@shaivpidadiManages free AI models from OpenRouter for OpenClaw. Automatically ranks models by quality, configures fallbacks for rate-limit handling, and updates opencla...
SuperDesign
@mpociotExpert frontend design guidelines for creating beautiful, modern UIs. Use when building landing pages, dashboards, or any user interface.
Video Frames
@steipeteExtract frames or short clips from videos using ffmpeg.
Playwright (Automation + MCP + Scraper)
@ivangdavilaAutomates, tests, and debugs browsers with Playwright: locators, auto-waiting, traces, CI runs, and MCP browser control. Use when a test is flaky, times out, or fails only in CI or headless; when a locator matches multiple elements or the wrong one (strict mode violation); when clicks need force, waits become sleeps, or networkidle never settles; for storageState and login setup, request mocking and HAR replay, uploads and downloads, iframes and shadow DOM, popups and dialogs, screenshot diffs that change per machine, trace and report artifacts, sharding a slow suite, device and permission emulation, accessibility checks, driving a real browser through Playwright MCP, extracting data from JS-rendered pages, or porting a Cypress, Puppeteer, or Selenium suite to Playwright. Not for maintaining an existing Cypress or Puppeteer suite (cypress, puppeteer) or for work a plain HTTP request answers (http).
Frontend Design
@michaelmonetizedCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when building web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.