🎬
AutomationPython

Bilibili Transcribe

by chubbyguan

Bilibili Transcribe is an Automation skill for Claude Code, published by chubbyguan in chubbyskills.

637 stars90 forkson chubbyguan/chubbyskillsAdded 2026/08/24+2% in starsRepository updated 2026/08/19
agent-skillsai-agentschineseclaude-codeknowledge-basemcpobsidiansecond-braintranscriptionxiaohongshu
Install in seconds
Install Bilibili Transcribe
Copy Bilibili Transcribe into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/chubbyguan/chubbyskills/tree/main/bilibili-transcribe ~/.claude/skills/bilibili-transcribe

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/chubbyguan/chubbyskills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
bilibili-transcribe/SKILL.md in chubbyguan/chubbyskills
Installs to
~/.claude/skills/bilibili-transcribe
Collection
One of 14 skills cataloged from this repository
Category
Automation1523 skills

What Bilibili Transcribe does

Bilibili Transcribe downloads B 站 videos, prefers official or auto subtitles, and falls back to audio transcription when needed. Use it to convert a BV number or URL into a Markdown transcript file.

Bilibili Transcribe is cataloged under Automation on DirSkills. Bilibili Transcribe comes from a repository tagged agent-skills, ai-agents, chinese, claude-code and knowledge-base.

Documentation

README

B 站视频转录 Skill

字幕优先:先尝试抓取官方/自动字幕(秒级、免 GPU、免 funasr);抓不到再下载音频用 SenseVoice-Small 转录,存为 Markdown 文件。加 --no-subtitle 可强制走音频转录。

环境要求

# Python 3.9+
python -m venv .venv
source .venv/bin/activate

# 依赖
pip install funasr modelscope torch torchaudio

# 系统依赖
# macOS: brew install ffmpeg yt-dlp
# Ubuntu: sudo apt install ffmpeg && pip install yt-dlp

使用方法

python scripts/transcribe.py "https://www.bilibili.com/video/BV1rrQGBeEen/"
python scripts/transcribe.py "BV1rrQGBeEen"
python scripts/transcribe.py "BV1rrQGBeEen" --no-subtitle   # 强制音频转录

# 批量处理:每行一个 B站 URL 或 BV 号
python scripts/batch_transcribe.py ../../examples/bilibili-urls.txt -o ./output

流程

Step 1: yt-dlp 下载音频

B 站有反爬机制,需要加 User-Agent 和 Referer:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Bilibili Transcribe

  • What else does chubbyguan publish alongside Bilibili Transcribe?

    Bilibili Transcribe is one of 14 skills that DirSkills catalogs from chubbyguan/chubbyskills, the repository it ships in. Its siblings there include Content Enrich, Douyin Transcription and Industry Intelligence Radar. Each one is a separate skill with its own page in this directory, installs the same way Bilibili Transcribe does, and is maintained by chubbyguan in that same repository. The rest of the collection is listed on the chubbyguan/chubbyskills page.

  • How does Bilibili Transcribe compare to other Automation skills?

    Bilibili Transcribe ranks #1129 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Bilibili Transcribe against them. Open each page to compare what they document and how they install.

More from chubbyguan/chubbyskills

Bilibili Transcribe is one of 14 skills cataloged on DirSkills from chubbyguan/chubbyskills.

See all 14 skills
📝
1w ago

Content Enrich

Content Enrich adds a summary, key points, tags, and a value judgment to imported notes or transcripts. It writes metadata to frontmatter and inserts a summary block at the top for easier review and knowledge base use.
Writing
63790
🎙️
1w ago

Douyin Transcription

Douyin Transcription downloads Douyin video audio, transcribes it with SenseVoice-Small, and saves the result as Markdown. Use it for short or full links when you need a text transcript without cookies or login.
AI Engineering
63790
📡
1w ago

Industry Intelligence Radar

Industry Intelligence Radar scans HN, V2EX, RSS, X, and 即刻 for keyword-matched signals, then filters and detects trends for a daily intelligence brief. Use it for industry monitoring, competitor tracking, and spotting emerging topics.
Data
63790
📚
1w ago

Knowledge Base Management

Knowledge Base Management manages an Obsidian vault across intake, wiki curation, audit, and archiving. Use it to classify source material, keep notes traceable, and check vault health.
Writing
63790
🧠
1w ago

Learning Notes Automation

Learning Notes Automation turns transcripts from videos, podcasts, and articles into study notes, flashcards, and knowledge graph updates. Use it when you want to extract key points and export Anki-ready cards from learning material.
AI Engineering
63790
🎙️
1w ago

Podcast Transcribe

Podcast Transcribe downloads podcast audio and converts it to Markdown transcripts. Use it for single episode links or RSS batch processing from platforms like 小宇宙 and 喜马拉雅.
Automation
63790