bilibili-learn

Fetches authenticated Bilibili video metadata and subtitles to produce structured learning notes.

Updated May 5, 2026
One-click install
npx skills add https://github.com/XCmiaow/cc-deploy --skill bilibili-learn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bilibili-learn
Source: https://github.com/XCmiaow/cc-deploy/tree/main/skills/bilibili-learn
Command: npx skills add https://github.com/XCmiaow/cc-deploy --skill bilibili-learn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It solves the problem of understanding a Bilibili video’s content by automatically turning video metadata and subtitles into structured, readable learning notes instead of forcing you to manually summarize from playback.

Core Features & Use Cases

  • Cookie-based Bilibili access: Reads your local Bilibili cookies from ~/.claude-cookies.json to authenticate and fetch video data with no extra setup.
  • Subtitle retrieval with WBI anti-bot handling: Uses the WBI-signed subtitle URL flow to download complete subtitle JSON reliably.
  • Structured learning output for comprehension: Produces structured information from video info, tags, and subtitles for requests like “what does this video explain?” and “summarize this video.”

Quick Start

Ask: “Use bilibili-learn to learn what BV1DgdhBGEq2 is about and summarize its key points using the video’s subtitles and metadata.”

Frequently Asked Questions about bilibili-learn

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

FAQPage Schema
How do I extract subtitles and metadata from a Bilibili video?

To extract Bilibili subtitles and metadata, this tool fetches authenticated video info using a local BVID and reads your local Bilibili cookies to retrieve full subtitle JSON. It handles WBI anti-bot signing automatically to download complete subtitle segments for processing.

Can I summarize a Bilibili video using its subtitles to generate learning notes?

You can summarize a Bilibili video into learning notes by providing its BVID. The tool structures the extracted video metadata, tags, and full transcript text into readable comprehension notes instead of requiring manual playback summarization.

Do I need cookie authentication to fetch Bilibili video subtitles?

Yes, fetching Bilibili video subtitles requires cookie authentication. The tool reads your local Bilibili cookies from the ~/.claude-cookies.json file to authenticate API requests and apply WBI signing to bypass anti-bot protections for reliable subtitle retrieval.

What is the best way to structure Bilibili video content for comprehension?

The best way to structure Bilibili video content is to extract authenticated metadata and full subtitles via the API, then process the language and subtitle segments into organized learning notes. This transforms raw transcript text into structured comprehension output.

Why does fetching Bilibili subtitles fail with WBI anti-bot errors?

Fetching Bilibili subtitles fails when WBI anti-bot signing is missing or incorrect. This tool resolves WBI anti-bot errors by generating the required WBI-signed subtitle URL flow to authenticate and download complete subtitle JSON reliably.

Can I retrieve Bilibili homepage recommendations along with video summaries?

Yes, you can optionally retrieve Bilibili homepage recommendations. Alongside summarizing a specific video by its BVID, the tool supports fetching homepage recommendations to provide structured information for discovery and learning requests.