YouTube Watcher
clawhubMedia Download Easy
3.7
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
clawhub install youtube-watcherDownload videos and audio content from Bilibili platform
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install bililidownloader # Then just tell Claude: "use Bilili-downloader to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install bililidownloader
This Skill is compatible with the OpenClaw standard. After installation, a SKILL.md file is auto-generated, usable by any OpenClaw-compatible AI Agent (Claude Code, Cursor, Windsurf, etc.).
# 基本下载
python3 scripts/download_bilibili.py "https://www.bilibili.com/video/BV1xxx"
# 批量下载
python3 scripts/download_bilibili.py "https://www.bilibili.com/video/BV1xxx" --batch
clawhub bililidownloader --quality 1080p --output ./videos/ "https://www.bilibili.com/video/BV1xx411c7mD"Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
clawhub install youtube-watcher