bilibili-asr

Download Bilibili videos and transcribe them to Chinese text with SenseVoice ASR.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/zhuchenyu2008/skills --skill bilibili-asr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bilibili-asr
Source: https://github.com/zhuchenyu2008/skills/tree/main/bilibili-asr
Command: npx skills add https://github.com/zhuchenyu2008/skills --skill bilibili-asr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables downloading Bilibili videos and transcribing them to Chinese text using a local SenseVoice ASR, and supports taking notes from the transcripts.

Core Features & Use Cases

  • Download Bilibili videos and bypass 412 blocks by obtaining CDN URLs via Bilibili API.
  • Transcribe videos locally into Chinese text using SenseVoice ASR, enabling quick notes extraction.
  • Integrate with note-taking workflows to generate structured content from transcripts.

Quick Start

Transcribe a Bilibili video by providing a BV number and CID, then review the generated Chinese transcript.

Frequently Asked Questions about bilibili-asr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transcribe a Bilibili video to text locally?

To transcribe a Bilibili video locally, you provide the video URL to download it and process the audio using local SenseVoice ASR to generate a Chinese text transcript.

What's the best way to bypass 412 web-blocks when downloading Bilibili videos?

To bypass 412 web-blocks during Bilibili video downloading, you can fetch the CDN URLs directly via the Bilibili API, enabling successful media retrieval for transcription.

Can I use SenseVoice ASR for generating Chinese video transcripts?

Yes, SenseVoice ASR processes downloaded video audio locally to generate accurate Chinese text transcripts suitable for downstream note-taking workflows.

Does this local transcription workflow require specific Bilibili video IDs?

Yes, the local transcription workflow requires specific Bilibili identifiers, namely a BV number and CID, to correctly fetch and process the target video.

How do I extract structured notes from a Bilibili video transcript?

You extract structured notes from a Bilibili video transcript by integrating the generated Chinese text output from the local ASR process into a dedicated note-taking workflow.