← Back to Skills Marketplace
Bilibili Downloader
by
Sunshine-del-ux
· GitHub ↗
· v1.0.1
· MIT-0
263
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sunshine-bilibili-downloader
Description
Download videos, audio, subtitles, and covers from Bilibili using bilibili-api. Use when working with Bilibili content for downloading videos in various qual...
Usage Guidance
This package appears to implement a normal Bilibili downloader, but there are a few small inconsistencies you should check before running or providing secrets:
- The SKILL.md suggests exporting BILIBILI_SESSDATA (a browser cookie) for premium content, but the provided scripts do not read that env var or consume cookies from the provided config file. Do not paste your real SESSDATA into config files or environment variables until you confirm where it's used. Prefer running without credentials for public content.
- The bundled scripts use the third-party package bilibili-api-python (install via pip). Inspect that library's source or install it in an isolated environment (virtualenv/container) before running.
- The package metadata in _meta.json has a different ownerId than the registry metadata shown; this could mean repackaging or inconsistent metadata—verify the source and trustworthiness of the skill before use.
- There are no remote installers in the skill, which reduces risk. Still: run the scripts locally in a sandbox (or review them line-by-line) and verify they behave as expected. If you must download private/premium content, only provide authentication tokens/cookies to code you trust; rotate cookies after testing.
If you want higher confidence, ask the publisher for the canonical homepage or repo, confirm the bilibili-api-python package name and its maintainers, and request that the skill explicitly document and/or use credentials in code (so you can review handling) rather than only in prose.
Capability Analysis
Type: OpenClaw Skill
Name: sunshine-bilibili-downloader
Version: 1.0.1
The skill bundle is a legitimate tool for downloading Bilibili content (videos, audio, and subtitles) using the well-known 'bilibili-api-python' library. The provided Python scripts (e.g., scripts/download_video.py, scripts/download_playlist.py) and documentation (SKILL.md) are well-structured, transparent, and align perfectly with the stated purpose without any signs of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the included Python scripts: video/audio/subtitle/cover download logic is implemented using the bilibili_api library. The requested capabilities are coherent with the stated purpose.
Instruction Scope
SKILL.md and quick_guide tell the user to set a BILIBILI_SESSDATA cookie for premium content, but none of the included scripts read that environment variable or accept cookie parameters directly. download_config.json contains a cookies.SESSDATA placeholder that the scripts do not consume. This is an instruction/implementation mismatch (likely benign but confusing).
Install Mechanism
No install spec; this is an instruction-only skill with bundled scripts that rely on pip-installed bilibili-api-python and ffmpeg. No remote downloads or archive extraction are present in the skill package itself.
Credentials
The skill documentation asks the user to export BILIBILI_SESSDATA for authenticated downloads, but requires.env does not declare any credentials. Because the scripts don't directly read environment variables, it's unclear whether credentials would be used by the included code or delegated to the external bilibili_api library. Requesting sensitive cookies is reasonable for the stated purpose, but the lack of explicit handling is an inconsistency to be aware of.
Persistence & Privilege
always is false, the skill does not request persistent agent-wide privileges, and the bundled scripts operate as normal CLI scripts without modifying other skills or system-wide configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sunshine-bilibili-downloader - After installation, invoke the skill by name or use
/sunshine-bilibili-downloader - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Bilibili Downloader v1.0.1
- Updated documentation with clearer quick start, usage examples, and download options.
- Added details on downloading playlists, covers, subtitles, and audio.
- Included guidance for authentication with browser cookies.
- Listed requirements and provided resource references for common operations.
Metadata
Frequently Asked Questions
What is Bilibili Downloader?
Download videos, audio, subtitles, and covers from Bilibili using bilibili-api. Use when working with Bilibili content for downloading videos in various qual... It is an AI Agent Skill for Claude Code / OpenClaw, with 263 downloads so far.
How do I install Bilibili Downloader?
Run "/install sunshine-bilibili-downloader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Bilibili Downloader free?
Yes, Bilibili Downloader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Bilibili Downloader support?
Bilibili Downloader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Bilibili Downloader?
It is built and maintained by Sunshine-del-ux (@sunshine-del-ux); the current version is v1.0.1.
More Skills