Real Skill packageSource verifiedClawHub registry

bilibili-all-in-one

A comprehensive Bilibili toolkit that integrates hot trending monitoring, video downloading, video watching/playback, subtitle downloading, and video publishing capabilities into a single unified skill. Supports Bilibili session cookie authentication for publishing and high-quality downloads. Requests go to official Bilibili API endpoints over HTTPS.

Identity and source

Publisher attributionzuoyunlairegistry owner unverified by skillvetai
Functional categoryVideo, Audio & Voiceautomatically inferred · 63% rule confidence
Package forminstruction with code18 recorded files
Canonical sourceClawHub registryclawhub:zuoyunlai:bilibili-all-in-one
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-all-in-one

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-all-in-one

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-all-in-one

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 @zuoyunlai/bilibili-all-in-one
clawhub inspect @zuoyunlai/bilibili-all-in-one --version 1.0.0

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
18 / 18 inspected as text
Checked
8/14/2026, 10:21:13 AM
Scanner
0.1.3
Policy
1.0.3
6 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
11 dependency and API indicators
  • pypi: httpx ==0.27.2
  • pypi: aiohttp ==3.10.11
  • pypi: beautifulsoup4 ==4.12.3
  • pypi: lxml ==5.3.0
  • pypi: requests ==2.32.3
  • api: clawhub.ai
  • api: github.com
  • api: img.shields.io
  • api: member.bilibili.com
  • api: upos-sz-upcdnbda2.bilivideo.com
  • 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, 8:30:12 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • 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:a92ab30a122bf9f2a9c274fcaf808eb387450ce7b4d8c85d1973770e5be2bdb5
Show up to 18 recorded paths
  • _meta.json
  • main.py
  • README.md
  • requirements.txt
  • scripts/publish.sh
  • skill-card.md
  • skill.json
  • skill.md
  • src/__init__.py
  • src/auth.py
  • src/downloader.py
  • src/hot_monitor.py
  • src/player.py
  • src/publisher.py
  • src/subtitle.py
  • src/utils.py
  • src/watcher.py
  • STRUCTURE.md

Source changelog

Bilibili All-in-One v1.0.18 - Initial public release of a comprehensive toolkit for Bilibili. - Integrates modules for hot trending monitoring, video downloading (multi-quality), video playback, subtitle download/conversion, and video publishing/upload. - Most features (monitoring, standard downloads, subtitles, statistics) work without Bilibili login; publishing and high-quality downloads require providing session cookies. - Supports both CLI and API usage, with multi-format and batch download features. - Credentials can be provided via environment variables, config file, or direct parameters, with optional secure persistence. - Emphasizes clear security practices for handling sensitive Bilibili session cookies.