YouTube research and transcription skill for Clawdbot.
- 📹 Video Details - Get title, description, stats, publish date
- 📝 Transcripts - Extract transcripts with timestamps
- 📺 Channel Info - Get channel details and recent videos
- 🔍 Search - Find videos by keywords
- 🎬 Playlist Info - Get playlist details
clawdhub install youtubeGet a YouTube API key from Google Cloud Console:
- Create a project
- Enable YouTube Data API v3
- Create credentials → API Key
export YOUTUBE_API_KEY="your-api-key"Or add to ~/.clawdbot/clawdbot.json:
{
"skills": {
"entries": {
"youtube": {
"apiKey": "AIzaSy..."
}
}
}
}"Find the latest Lex Fridman podcast episode"
"Get the transcript for this video: https://youtube.com/watch?v=Z-FRe5AKmCU"
"Search YouTube for Laravel tutorials"
"Show me recent videos from channel UCSHZKyawb77ixDdsGog4iWA"
"Get video details for Z-FRe5AKmCU"
This skill uses the youtube-mcp-server by Zubeid Hendricks for YouTube Data API integration.
MIT