bililidownloader
Download Bilibili videos. You MUST ask the user for the Bilibili URL first. Then use the provided python script to download. Supports batch/playlist downloading.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/caiyundc880518/bililidownloaderWhat This Skill Does
The bililidownloader skill is a powerful automation tool designed to bridge the gap between OpenClaw AI and the Bilibili video streaming platform. It acts as an intelligent wrapper around the popular yt-dlp library, allowing users to effortlessly download videos, series, or entire playlists directly to their local storage. By interpreting the user's intent, the agent automatically identifies whether the provided URL corresponds to a single video or a multi-part collection, adjusting its execution parameters accordingly. The skill streamlines the process by managing format selection and tracking real-time download progress, ensuring a seamless user experience from input to storage.
Installation
To integrate this skill into your OpenClaw environment, ensure you have Python 3.6+ and FFmpeg installed on your machine. Once the dependencies are ready, execute the following command in your terminal:
clawhub install openclaw/skills/skills/caiyundc880518/bililidownloader
After installation, the agent will automatically detect the new capability and be ready to assist with your Bilibili content requests.
Use Cases
This skill is perfect for creators, researchers, and offline-viewing enthusiasts. It is highly effective for archiving educational video series, backing up content for study, or gathering data for multimedia analysis. Because it supports batch processing, it is particularly useful for users who need to download long-form series or complete playlists without manually clicking every video link.
Example Prompts
- "Can you help me download a video from Bilibili?"
- "I have this Bilibili link: [URL]. Please download it for me."
- "Please download this entire Bilibili playlist for offline viewing."
Tips & Limitations
Always remember to request the URL from the user before attempting to execute the download. Note that VIP-exclusive content or region-locked videos may require authentication cookies to access, which the standard script might not handle without additional configuration. Ensure that your local storage has sufficient space for high-quality downloads. Lastly, respect copyright and terms of service; this tool is intended strictly for personal archiving and educational use. If you encounter errors, verify your internet connection and ensure your FFmpeg binary is accessible in your system path, as it is critical for merging audio and video streams.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-caiyundc880518-bililidownloader": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, code-execution