What problem does it solve? Manually watching and note-taking on YouTube videos is slow, and transcripts get lost without a system. This Skill automates sending YouTube videos to Gemini for transcription, then saves and indexes the results into a persistent knowledge base for later retrieval. ## Core Features & Use Cases - Gemini Transcription: Sends YouTube URLs to Gemini with mode options (chat, research, canvas) and model selection (fast, thinking, pro) via MQTT browser automation. - Metadata & Captions: Fetches video title, channel, duration, and YouTube auto-captions in SRT format using yt-dlp. - Knowledge Persistence: Saves transcripts as dated Markdown learning files with frontmatter and indexes key takeaways into Oracle for semantic search. - Use Case: You find a 45-minute conference talk on YouTube. Run the watch command to get a timestamped Gemini transcript, cross-checked against YouTube captions, saved to your learnings folder, and searchable later via Oracle. ## Quick Start Ask the assistant to watch and transcribe a YouTube video by providing its URL, for example by saying to watch https://youtube.com/watch?v=xxx and save the key takeaways.