bilibili-chapter-generator

Generate Bilibili chapter lists from SRT subtitle files.

60|19|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/NanmiCoder/claude-code-skills --skill bilibili-chapter-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bilibili-chapter-generator
Source: https://github.com/NanmiCoder/claude-code-skills/tree/main/plugins/bilibili-chapter-generator/skills/bilibili-chapter-generator
Command: npx skills add https://github.com/NanmiCoder/claude-code-skills --skill bilibili-chapter-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

为 B 站视频生成清晰、可操作的章节列表,便于观众快速跳转和回顾。 触发场景包括为视频创建 B 站章节、用户发出“转成B站格式”、“生成章节”等指令、需要从字幕生成视频分段以及处理进度条分段标记。

Core Features & Use Cases

  • 基于字幕或 SRT 文件自动生成符合 B 站格式的章节,确保第一条从 00:00 开始,章节总数在 3-10 条之间,且时间间隔不低于 5 秒。
  • 验证章节标题简洁且仅包含文本,不使用特殊符号,方便直接粘贴到 B 站编辑器。
  • 提供从字幕解析到章节输出的完整工作流示例,支持与现有字幕工具的集成。

Quick Start

请将指定的字幕文件转换为符合 B 站格式的章节列表并导出为纯文本。

Frequently Asked Questions about bilibili-chapter-generator

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

FAQPage Schema
How do I generate Bilibili video chapters from an SRT subtitle file?

To generate Bilibili video chapters from an SRT subtitle file, provide the subtitle input to the generator. It parses the SRT timing data and outputs a plain-text chapter list formatted directly for the Bilibili editor.

What is the required format for Bilibili video chapter lists?

The required format for Bilibili video chapter lists is a plain-text list containing 3 to 10 chapters. The first entry must start at 00:00, with a minimum 5-second interval between chapters, and titles must only contain text without special symbols.

Can I use SRT subtitles to create progress bar segments on Bilibili?

Yes, you can use SRT subtitles to create progress bar segments on Bilibili. The generator analyzes subtitle timing to produce compliant chapter markers, enabling quick video navigation and review directly within the Bilibili platform.

Why does my generated Bilibili chapter list fail to paste correctly into the editor?

A generated Bilibili chapter list may fail to paste correctly if it contains special symbols. The generator validates chapter titles to ensure they are purely text-based, providing a clean plain-text format that complies with Bilibili editor rules.

Are there limitations on the number of chapters I can generate for a Bilibili video?

There are limitations on the number of chapters you can generate for a Bilibili video, restricted to a minimum of 3 and a maximum of 10 chapters. Additionally, the interval between each chapter must be at least 5 seconds.