
from claudeskillz14
Search Bilibili, download Chinese subtitles, and convert them to timestamped Markdown for analysis, batch processing, or summarization.
A tool to search Bilibili (哔哩哔哩), download video subtitles (requires login cookies), convert them into timestamped Markdown, and optionally perform analysis like keyword extraction or summaries. Supports single-video downloads and concurrent batch downloads with configurable concurrency and output directory.
Likely compatible with agent runtimes that can run Bash/Python and manage local files (Claude Code, Cursor, Codex-like agents that allow executing scripts and reading outputs).
Bilibili Subtitle Fetcher is a skill for searching Bilibili videos and downloading Chinese subtitles converted to Markdown. The SKILL.md is well-documented in Chinese with clear usage scenarios, API endpoints, and configuration instructions. However, the core script (bili_simple.py) is not bundled with the skill, making it non-functional as-is. Cookie-based auth is stored in plaintext config. No security red flags, but the missing implementation limits utility significantly.
bili_simple.py (referenced but not bundled)Skill file extension is .SKILL.md.backup — may indicate this is a draft or archived version. The skill relies entirely on an external Python script that isn't bundled. Network calls are only to official Bilibili API endpoints (api.bilibili.com). Built-in rate limiting (3 concurrent, 1-3s random delay) is a positive security practice.