bilibili-downloader

Download Bilibili videos. Extracts video and audio streams separately.

Skill file

Preview skill file
---
name: bilibili-downloader
description: Download Bilibili videos. Extracts video and audio streams separately.
---

## 目录结构

```
bilibili-downloader/
├── SKILL.md
└── download.cjs
```

## Usage

download.cjs <video_url> <save_directory>

## Arguments

- `video_url`: Bilibili video URL or BV number (e.g., `https://www.bilibili.com/video/BV1xxxxx` or `BV1xxxxx`)
- `save_directory`: Directory to save downloaded files

## Output

Downloads two files:
- `{BV号}_video.mp4` - Video stream
- `{BV号}_audio.mp4` - Audio stream

## Error Codes

- `无效的BV号或URL格式` - Invalid URL/BV number
- `视频不存在或已被删除` - Video not found
- `视频访问受限` - Access denied
- `没有可用的视频流` - No video streams available
- `下载失败` - Download failed (network error)

Source

Creator's repository · 958877748/skills

View on GitHub

Security

Security checks in progress
Results will appear here once audits complete
What this skill can do
Reads your filesConnects to the internetRuns code on your machine
Checked by 3 independent security firms
Does it try to trick the AI?Not yet checkedPending · Gen Agent Trust Hub
Does it sneak in hidden code?Not yet checkedPending · Socket
Does it have known bugs?Not yet checkedPending · Snyk