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-watcherB 站视频下载器,支持从哔哩哔哩下载视频内容。
# Install Skill npx skills add 958877748/skills@bilibili-downloader # Claude Code will auto-detect and use it after installation
# Same install command — works with all SKILL.md-compatible AI coding tools npx skills add 958877748/skills@bilibili-downloader
bilibili-downloader/
├── SKILL.md
└── download.cjs
video_url: Bilibili video URL or BV number (e.g., https://www.bilibili.com/video/BV1xxxxx or BV1xxxxx)save_directory: Directory to save downloaded files{BV号}_video.mp4 - Video stream{BV号}_audio.mp4 - Audio stream无效的BV号或URL格式 - Invalid URL/BV number视频不存在或已被删除 - Video not found视频访问受限 - Access denied没有可用的视频流 - No video streams available下载失败 - Download failed (network error)npx skills run bilibili-downloader --url "https://www.bilibili.com/video/BV1example" --quality 1080p --format mp4Fetch 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