YouTube Playlist Item
clawhubMedia Download Medium
3.2
获取 YouTube 播放列表中的单个项目。
7
clawhub install youtube-playlist-itemFetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install youtube-watcher # Then just tell Claude: "use YouTube Watcher to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install youtube-watcher
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 {baseDir}/scripts/get_transcript.py "https://www.youtube.com/watch?v=VIDEO_ID"
python3 {baseDir}/scripts/get_transcript.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
yt-dlp to be installed and available in the PATH.clawhub youtube-watcher transcript "https://www.youtube.com/watch?v=dQw4w9WgXcQ" --language zh