Real Skill packageSource verifiedClawHub registry

Bilibili Video Parser

把B站视频链接一键转成中文字幕连贯稿 + 结构化 HTML 分析报告。优先使用 CC 字幕秒出结果,无字幕时本地 faster-whisper 转写,不需要任何 API key。

Identity and source

Publisher attributionBlack_Amicoregistry owner unverified by skillvetai
Functional categoryVideo, Audio & Voiceautomatically inferred · 55% rule confidence
Package forminstruction with code5 recorded files
Canonical sourceClawHub registryclawhub:zhouq2039-lang:bilibili-video-parser-2
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/14/2026.claude/skills/bilibili-video-parser

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/14/2026.agents/skills/bilibili-video-parser

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/14/2026skills/bilibili-video-parser

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

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-2
clawhub inspect @zhouq2039-lang/bilibili-video-parser-2 --version 0.1.4

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
5 / 5 inspected as text
Checked
8/14/2026, 5:13:39 AM
Scanner
0.1.3
Policy
1.0.3
5 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
4 dependency and API indicators
  • api: api.bilibili.com
  • api: b23.tv
  • api: clawhub.ai
  • api: www.bilibili.com
External clawhub result: clean

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.

Evidence checked
8/14/2026, 3:38:15 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:d31d21d3b72d3f6e8ebed37e9bb472381e15066e60bef314e7112da48aacc5cb
Show up to 5 recorded paths
  • README.md
  • scripts/transcribe.py
  • skill-card.md
  • SKILL.md
  • skill.yaml

Source changelog

bilibili-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.