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-watcherYouTube 下载器:下载 YouTube 平台上的视频内容。
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install youtube-download # Then just tell Claude: "use YouTube Downloader to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install youtube-download
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.).
{baseDir}/download.sh "https://youtube.com/watch?v=VIDEO_ID"
brew install yt-dlpclawhub install youtube-download && clawhub run youtube-download --url "https://www.youtube.com/watch?v=example" --format best --output-dir ./downloadsFetch 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