skillfed

bilibili-to-doc

This skill transforms Bilibili video content into organized Markdown documents by downloading AI-generated Chinese subtitles via yt-dlp, parsing the transcript, and restructuring it with proper headings, code blocks, and tables. Perfect for converting technical tutorials and educational videos into searchable reference notes.

bilibili-to-doc converts Bilibili videos into structured Markdown documents using AI subtitle extraction.

AI-generated summary based on this skill's SKILL.md

92 4 MIT updated by programmerloverun

Install

programmerloverun/bilibili-to-doc/bilibili-to-doc

git clone https://github.com/programmerloverun/bilibili-to-doc
cp -r bilibili-to-doc ~/.claude/skills/bilibili-to-doc
npx skillfed install programmerloverun/bilibili-to-doc/bilibili-to-doc

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How does bilibili-to-doc extract bilibili video to markdown?

bilibili-to-doc downloads AI-generated Chinese subtitles from Bilibili videos using yt-dlp, then parses the transcript and restructures it into organized Markdown with proper headings, code blocks, and tables. This transforms video content into searchable reference notes suitable for tutorials and educational material.

Can bilibili-to-doc convert B站 video to document format?

Yes. bilibili-to-doc accepts Bilibili video URLs and automatically converts them into structured documents. It extracts the AI-generated subtitles, organizes the content into logical sections with appropriate formatting, and outputs a clean Markdown file ready for documentation or note-taking purposes.

What subtitle formats does bilibili-to-doc support?

bilibili-to-doc specializes in processing AI-generated Chinese subtitles from Bilibili videos. It downloads these subtitles programmatically via yt-dlp and parses them into structured content, making it ideal for Chinese-language technical tutorials and educational videos.

How can I automate tutorial generation from bilibili video URLs?

bilibili-to-doc automates the entire workflow: provide a Bilibili video URL, and the skill downloads subtitles, extracts the transcript, organizes it into logical sections with headings and code blocks, and generates a complete Markdown document. This eliminates manual transcription for tutorial and article creation.

Is bilibili-to-doc open source and what license does it use?

Yes, bilibili-to-doc is released under the MIT license, making it free to use, modify, and distribute. This permissive license allows developers to integrate the skill into their own projects with minimal restrictions.

What makes bilibili-to-doc useful for video note-taking?

bilibili-to-doc transforms video content into organized, searchable Markdown notes with structured formatting. Instead of rewatching videos, users can reference well-formatted documents with proper headings, sections, and code examples extracted directly from Bilibili tutorials and educational content.

SKILL.md

rendered from the published skill — quoted content, verbatim

Bilibili Video to Document (B站视频提取文档)

Overview

Extract Bilibili video content into a structured Markdown document by: (1) downloading AI-generated subtitles via yt-dlp with browser cookies, (2) parsing the SRT subtitle file, (3) reorganizing the transcript into a logical, well-structured document with sections, tables, and code blocks.

When to Use

Trigger this skill when the user: - Provides a bilibili.com video URL and asks to extract/converter it to a document - "提取B站视频内容" / "B站视频转文档" / "将视频转成文章" - "把这个B站视频整理成笔记" - "generate document from Bilibili video"

Prerequisites

  • yt-dlp must be installed: pip3 install yt-dlp
  • Browser cookies are needed for Bilibili access (Chrome or other browser)
  • Python 3.10+ for subtitle processing

Workflow

Step 1: Download

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 5 files
.gitignore
LICENSE
README.md
SKILL.md
references/doc-template.md

Related skills

Tags

video-to-text subtitle-extraction markdown-generation content-organization chinese-media automated-documentation transcript-conversion note-taking-tool ai-subtitles