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.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill bililidownloader --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Bililidownloader?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-bililidownloader)More formats (shields.io, HTML) on the badges page.
---
name: bililidownloader
description: "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."
---
# Bilibili视频下载器
## 描述
此技能用于下载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: (执行下载脚本)
### 命令示例
```bash
# 基本下载
python3 scripts/download_bilibili.py "https://www.bilibili.com/video/BV1xxx"
# 批量下载
python3 scripts/download_bilibili.py "https://www.bilibili.com/video/BV1xxx" --batch
```
## 工作流程
1. **询问用户视频URL**
2. 解析提供的B站URL
3. 检测是否为系列视频
4. (可选) 根据用户意图使用 --batch 或 --no-batch
5. 执行下载脚本
7. 实时显示下载进度
8. 下载完成后报告成功或失败状态
## 注意事项
- 如遇VIP内容或地区限制,可能需要提供cookie
- 下载速度取决于网络状况和B站服务器
- 遵守B站使用条款,仅用于个人学习和备份目的Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"