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-watcherAutomate YouTube video downloading and processing with YouTube Factory for batch media acquisition
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install youtube-factory # Then just tell Claude: "use Youtube Factory to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install youtube-factory
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.).
Create a YouTube video about "5 Morning Habits of Successful People"
Make a faceless YouTube video:
- Topic: How AI is changing healthcare
- Style: Documentary
- Length: 8 minutes
- Voice: Professional male
/youtube-factory [topic]
Creates complete video with all elements./youtube-factory script [topic] --length [minutes]
Just generates the script for review/editing./youtube-factory [topic] --voice [voice-name]
en-US-ChristopherNeural - Male, professional (default)en-US-JennyNeural - Female, friendlyen-US-GuyNeural - Male, casualen-US-AriaNeural - Female, news anchoren-GB-SoniaNeural - British femaleen-AU-NatashaNeural - Australian female/youtube-factory [topic] --style [style]
documentary - Serious, informative (default)listicle - "Top 10" format with clear sectionstutorial - Step-by-step instructionalstory - Narrative/storytelling format/youtube-factory [topic] --shorts
Creates 60-second vertical video for YouTube Shorts, TikTok, Reels.~/Videos/OpenClaw/:your-video-title/
├── script.md # The full script
├── voiceover.mp3 # Audio track
├── video_raw.mp4 # Without captions
├── video_final.mp4 # With captions (upload this!)
├── thumbnail.jpg # YouTube thumbnail
└── metadata.json # Title, description, tags
brew install ffmpeg)pip install edge-tts)# Install dependencies
brew install ffmpeg
pip install edge-tts pillow python-dotenv requests
# Add Pexels API key
echo "PEXELS_API_KEY=your_key" >> ~/.openclaw-video-skills/config.env
Create a 10-minute YouTube video about "The Psychology of Money"
Style: Documentary
Include 5 key lessons
Professional male voice
Make a YouTube Short about a surprising fact about sleep
Generate a tutorial video:
Topic: How to Start Investing with $100
Length: 12 minutes
Style: Tutorial with clear steps
Voice: Friendly female
youtube-factory batch --file playlist.txt --output ./media --quality 720p --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