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-watcher批量文件夹下载:支持批量下载并管理文件夹内容。
# Install Skill npx skills add googleworkspace/cli@recipe-bulk-download-folder # 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 googleworkspace/cli@recipe-bulk-download-folder
gws-drivegws drive files list --params '{"q": "'\''FOLDER_ID'\'' in parents"}' --format jsongws drive files get --params '{"fileId": "FILE_ID", "alt": "media"}' -o filename.extgws drive files export --params '{"fileId": "FILE_ID", "mimeType": "application/pdf"}' -o document.pdfnpx skills run recipe-bulk-download-folder --folder-id 1a2b3c4d5e6f --output ./my_recipes --format pdfFetch 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