npx skills add https://github.com/openclaw/skills
958877748/skills
bilibili-downloader
Download Bilibili videos. Extracts video and audio streams separately.
Installation
npx skills add 958877748/skills --skill bilibili-downloader
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Use when a user needs lawful academic full text, CNKI institutional access, English OA retrieva…
7.2K installsDownload YouTube videos with customizable quality and format options. Use this skill when the u…
5.3K installsDownload videos from YouTube and other platforms for offline viewing, editing, or archival with…
2.4K installsThis skill should be used when users need to download audio or music from online platforms like…
1.5K installsDownload YouTube videos and HLS streams (m3u8) from platforms like Mux, Vimeo, etc.
1.2K installsDownload Instagram posts
1.1K installsAlso in this package
Other skills from 958877748/skills · top by installs.
npx skills add 958877748/skills
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md820 B -
docs
SUMMARY.md791 B
History
- First seen on skills.sh
- First recorded snapshot · 560 installs
SKILL.md
目录结构
bilibili-downloader/
├── SKILL.md
└── download.cjs
Usage
download.cjs <videourl> <savedirectory>
Arguments
video_url: Bilibili video URL or BV number (e.g.,https://www.bilibili.com/video/BV1xxxxxorBV1xxxxx)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)