Merge everyday-helpers and fix structure
This commit is contained in:
13
ideas/everyday-helpers/media-summarizer.md
Normal file
13
ideas/everyday-helpers/media-summarizer.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# YouTube & Article Summarizer
|
||||
|
||||
## Problem
|
||||
You want to stay informed but you don't have time to watch 30-minute videos or read 20-minute articles just to see if they're relevant.
|
||||
|
||||
## Instructions
|
||||
1. **Input Interface:** A simple Discord/Telegram bot where you paste a URL.
|
||||
2. **Analysis Engine:** The agent fetches the transcript (for video) or text (for articles) and uses an LLM to extract the core points.
|
||||
3. **Output:** A concise, bulleted summary (Max 5 points) + a "Verdict" (Is this worth watching?).
|
||||
4. **Library:** Optionally auto-save these summaries to a Notion page or local Markdown library.
|
||||
|
||||
## Goal
|
||||
Save time by knowing exactly what's actually interesting.
|
||||
Reference in New Issue
Block a user