Install
openclaw skills install bilibili-watcherFetch and read transcripts from Bilibili (B 站) videos. Use when you need to summarize a B 站 video, answer questions about its content, or extract information from it.
openclaw skills install bilibili-watcherFetch transcripts from Bilibili (B 站) videos to enable summarization, QA, and content extraction.
Retrieve the text transcript of a B 站 video.
python3 {baseDir}/scripts/get_transcript.py "https://www.bilibili.com/video/BV1xx411c7mD"
Summarize a video:
python3 {baseDir}/scripts/get_transcript.py "https://www.bilibili.com/video/BV1xx411c7mD"
Find specific information:
yt-dlp to be installed and available in the PATH.