.claude/skills/bilibili-video-parserRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
把B站视频链接一键转成中文字幕连贯稿 + 结构化 HTML 分析报告。优先使用 CC 字幕秒出结果,无字幕时本地 faster-whisper 转写,不需要任何 API key。
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/bilibili-video-parserRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/bilibili-video-parserRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/bilibili-video-parserRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @zhouq2039-lang/bilibili-video-parser-2clawhub inspect @zhouq2039-lang/bilibili-video-parser-2 --version 0.1.4This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:d31d21d3b72d3f6e8ebed37e9bb472381e15066e60bef314e7112da48aacc5cbREADME.mdscripts/transcribe.pyskill-card.mdSKILL.mdskill.yamlbilibili-video-parser-2 v0.1.4 - Major refactor: Simplified the codebase and streamlined main functionality. - Now uses `scripts/transcribe.py` as the main entry point for transcript and HTML report generation. - Fully local speech transcription with faster-whisper (no external AI/API key required), CC subtitles preferred and used automatically if available. - HTML reports and plain text transcripts are always generated; analysis can be injected for quality reports. - Reduced external dependencies: removed reliance on ffmpeg, yt-dlp, and curl—now only standard Python libs and pip-installed packages required. - Updated documentation (SKILL.md) to reflect new workflow, capabilities, and security/privacy behavior. - Cleaned up repository: removed old scripts and legacy documentation files.