my-credits63 downloadsFast, direct AI summarizer for YouTube, Reddit, and Web links into simple Target/Words/Summary format using Google Gemini API.
💡 Author Note & Community Message: This is my first ever project (Obsidian community plugin). I am currently still learning Python, CSS, and web development. To build this project, I have used around 65% AI assistance. I warmly welcome and hope that developers who have free time can review my code, fix issues, optimize it, and make it even better!
Gemini Universal Summarizer is a fast, lightweight, and reliable Obsidian plugin that summarizes YouTube videos, Reddit threads, and web articles directly inside your Obsidian notes using the Google Gemini API.
It automatically extracts YouTube captions/transcripts and page contents in seconds, generates a continuous paragraph summary without unwanted bullet points, and outputs the result in clean, direct key-value format:
Target=https://www.youtube.com/watch?v=dQw4w9WgXcQ
Words=100
Summary=This video features Rick Astley performing his iconic 1987 hit song 'Never Gonna Give You Up'. The music video is set in various urban locations including London streets, a rehearsal hall, and a rooftop, accompanied by synchronized choreography and upbeat pop production that solidified the track as an enduring cultural phenomenon.
Target=..., Words=..., and Summary=... output.requestUrl implementation.gemini-universal-summarizer.zip from Releases (or download the files main.js, manifest.json, styles.css)..obsidian/plugins/ and create a folder named gemini-universal-summarizer..obsidian/plugins/gemini-universal-summarizer/.In any note, write the summarize(...) command:
summarize(https://www.youtube.com/watch?v=dQw4w9WgXcQ, 100)
With an optional focus instruction / custom prompt:
summarize(https://www.youtube.com/watch?v=dQw4w9WgXcQ, "Focus on key message and takeaways", 120)
Press Ctrl/Cmd + P and run "Universal Summarizer: Summarize link or command under cursor" (or click the ✨ ribbon icon).
gemini-2.5-flash, gemini-3.7-flash, or gemini-2.0-flash.MIT License (c) 2026 My-Credits.