958877748/skills

bilibili-downloader

Download Bilibili videos. Extracts video and audio streams separately.

Hot #3338 First seen Feb 10, 2026

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.

Also in this package

Other skills from 958877748/skills · top by installs.

npx skills add 958877748/skills

Browse all from 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.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Default branch main
Open issues 2
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 820 B
  • docs SUMMARY.md 791 B

History

  1. First seen on skills.sh
  2. 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/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)