An AI-powered tool for downloading, transcribing, and generating detailed summaries from Bilibili videos using Google Gemini and Whisper.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bili-summary
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install bili-summary using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The bili-summary skill is a sophisticated automation tool designed to bridge the gap between Bilibili video content and actionable text-based insights. By integrating yt-dlp for media fetching and faster-whisper for speech-to-text processing, it offers a complete pipeline for analyzing B站 content. This is a vital addition to any workflow utilizing Openclaw Skills for research or content consumption.
The skill excels at handling diverse video types, providing a smart fallback mechanism that automatically transcribes audio if official subtitles are unavailable. Once the text is extracted, it utilizes the Google Gemini 2.5 Flash model to produce structured summaries, including chapter breakdowns and key insights, making it easier than ever to digest long-form video content within the Openclaw Skills ecosystem.
To get started with this skill in your Openclaw Skills environment, follow these installation steps:
pip install yt-dlp faster-whisper
export GEMINI_API_KEY="your-api-key-here"
uv run scripts/bili-summary.py "VIDEO_URL" --action summary
The skill organizes its output in the workspace temp directory. The following table describes the file structure used by these Openclaw Skills:
| File Name | Purpose |
|---|---|
audio.m4a |
The extracted audio track used for transcription (temporary). |
subtitle.txt |
The raw text transcript or retrieved subtitles. |
summary.txt |
The final structured AI summary content. |
Loading
An AI-friendly Python skill for sending, receiving, and threading emails via the agentmail.to API using structured JSON data.

A comprehensive security audit engine designed to identify vulnerabilities, secret leaks, and misconfigurations in your OpenClaw setup.

An automated news aggregator that scans top tech publications and research papers to deliver a structured daily briefing on the AI industry.

A powerful integration for retrieving meeting intelligence, including transcripts and action items, directly from Fathom AI.

A specialized skill designed to programmatically extract IELTS reading articles and question sets from Cambridge PDF materials into structured JSON format.

A core ROS 2 integration for managing decentralized identity, storage, and access control on the peaq network.








































