Merge everyday-helpers and fix structure

This commit is contained in:
2026-04-03 08:43:54 +02:00
parent bdddf602be
commit 26571d8749
4 changed files with 55 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
# AI-Fridge-Chef (Kitchen Assistant)
## Problem
You have random ingredients in your fridge/pantry, no plan, and you're too lazy to search for complex recipes.
## Instructions
1. **Inventory:** You send a quick photo of your fridge or a list of items (e.g., "pasta, heavy cream, garlic, tuna").
2. **Chef Agent:** The agent suggests 3 quick recipes based *only* on what you have.
3. **Execution:** It provides step-by-step instructions.
4. **Missing Items:** If you're missing a critical ingredient, it suggests a common household alternative.
## Goal
Reduce food waste and eliminate the "what should I eat?" frustration.

View 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.

View File

@@ -0,0 +1,13 @@
# Intelligent Price Watcher
## Problem
You want to buy stuff, but the prices fluctuate constantly. You don't want to check every day.
## Instructions
1. **Monitoring:** User pastes a product URL (Amazon, eBay, etc.).
2. **Scraping:** The agent periodically checks the price for that product.
3. **Alerting:** Only pings you when the price hits your target *or* drops by a significant percentage (e.g., 20%).
4. **Validation:** Agent checks if the seller is reputable (using basic rating scores available on the page).
## Goal
Stop overpaying and stop manual price searching.