Generate AI-powered summaries of YouTube videos directly in Obsidian using Google's Gemini AI.
- 🎥 Extract transcripts from YouTube videos
- 🤖 Generate summaries using Gemini AI
- 📝 Create structured notes with key points
- 🔍 Identify and explain technical terms
- 📊 Format summaries with metadata and tags
- Open Obsidian Settings
- Go to Community Plugins and disable Safe Mode
- Click Browse and search for "YouTube Video Summarizer"
- Install and enable the plugin
- Obsidian v0.15.0+
- Google Gemini API key (Get one here)
- Open plugin settings
- Enter your Gemini API key
- Select preferred model
- Customize summary prompt (optional)
- Copy YouTube URL
- Open command palette (
Ctrl/Cmd + P
) - Search for "Summarize YouTube Video"
- Paste URL when prompted
- Paste YouTube URL in note
- Select the URL
- Use command palette or context menu to summarize
# Video Title
[Video thumbnail]
## Summary
[AI-generated summary]
## Key Points
- Point 1
- Point 2
## Technical Terms
- Term 1: Definition
- Term 2: Definition
## Conclusion
[Summary conclusion]
This project is licensed under the MIT License - see the LICENSE file for details.