diff --git a/README.md b/README.md index 8356502..15f20c9 100644 --- a/README.md +++ b/README.md @@ -28,15 +28,21 @@ Yes this is a AI Slop Repo, don't worry, i know.😘 - 📚 **[RAG Knowledge Hub](./ideas/ai-knowledge/rag-hub.md)** — Central hub for retrieval-augmented generation over docs and code. ### Personal Automation -- 📥 **[Unified Notification Router](./ideas/personal-automation/unified-notification-router.md)** — One inbox for all alerts, with smart triage and noise suppression. -- 📊 **[Weekly Digest Generator](./ideas/personal-automation/weekly-digest-generator.md)** — Summarizes git, issues, and habits into a weekly report. -- ⏰ **[Context-Aware Pomodoro / Focus Mode](./ideas/personal-automation/focus-mode.md)** — Blocks distractions and queues tasks during deep work. -- 🌉 **[IoT Webhook Bridge](./ideas/personal-automation/home-bridge.md)** — Connects IoT devices and webhooks easily. -- 📦 **[Personal Data Aggregator](./ideas/personal-automation/data-aggregator.md)** — Collects and unifies your personal data streams. -- 🧠 **[AI-Driven Habit Tracker & Nudger](./ideas/personal-automation/habit-tracker.md)** — Tracks habits and nudges you with AI. -- 🌐 **[Personal AI Website](./ideas/personal-automation/personal-ai-website.md)** — Your own AI-powered personal site. -- 🏠 **[Homeassistant Agent Integration](./ideas/personal-automation/homeassistant-agent.md)** — Integrates Luna with Homeassistant. -- 📧 **[Email Communications Agent](./ideas/personal-automation/email-comms.md)** — Automates and triages your email. +### Personal Automation +- **[Unified Notification Router](./ideas/personal-automation/unified-notification-router.md)** — One inbox for all alerts, with smart triage and noise suppression. +- **[Weekly Digest Generator](./ideas/personal-automation/weekly-digest-generator.md)** — Summarizes git, issues, and habits into a weekly report. +- **[Context-Aware Pomodoro / Focus Mode](./ideas/personal-automation/focus-mode.md)** — Blocks distractions and queues tasks during deep work. +- **[IoT Webhook Bridge](./ideas/personal-automation/home-bridge.md)** — Connects IoT devices and webhooks easily. +- **[Personal Data Aggregator](./ideas/personal-automation/data-aggregator.md)** — Collects and unifies your personal data streams. +- **[AI-Driven Habit Tracker & Nudger](./ideas/personal-automation/habit-tracker.md)** — Tracks habits and nudges you with AI. +- **[Personal AI Website](./ideas/personal-automation/personal-ai-website.md)** — Your own AI-powered personal site. +- **[Homeassistant Agent Integration](./ideas/personal-automation/homeassistant-agent.md)** — Integrates Luna with Homeassistant. +- **[Email Communications Agent](./ideas/personal-automation/email-comms.md)** — Automates and triages your email. + +### Everyday Helpers +- **[YouTube & Article Summarizer](./ideas/everyday-helpers/media-summarizer.md)** — Summarizes long media into key points. +- **[Intelligent Price Watcher](./ideas/everyday-helpers/smart-price-tracker.md)** — Monitors prices and alerts you on drops. +- **[AI-Fridge-Chef](./ideas/everyday-helpers/ai-fridge-chef.md)** — Suggests recipes based on what's in your fridge. ### Communication & Social - 📬 **[Smart Email Triage](./ideas/communication-social/smart-email-triage.md)** — Reads your inbox, drafts replies, flags urgent stuff. @@ -67,3 +73,4 @@ Yes this is a AI Slop Repo, don't worry, i know.😘 - 🎬 **[Personal Watchlist Ranker](./ideas/media-entertainment/watchlist-ranker.md)** — Ranks movies/shows by mood, time, and ratings. - 🎵 **[Music Discovery Pipeline](./ideas/media-entertainment/music-discovery-pipeline.md)** — Finds new artists from your listening data. - 🎙️ **[Podcast Chapter Summarizer](./ideas/media-entertainment/podcast-summarizer.md)** — Summarizes podcasts into skimmable notes. + diff --git a/ideas/everyday-helpers/ai-fridge-chef.md b/ideas/everyday-helpers/ai-fridge-chef.md new file mode 100644 index 0000000..17813eb --- /dev/null +++ b/ideas/everyday-helpers/ai-fridge-chef.md @@ -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. diff --git a/ideas/everyday-helpers/media-summarizer.md b/ideas/everyday-helpers/media-summarizer.md new file mode 100644 index 0000000..1d8bd73 --- /dev/null +++ b/ideas/everyday-helpers/media-summarizer.md @@ -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. diff --git a/ideas/everyday-helpers/smart-price-tracker.md b/ideas/everyday-helpers/smart-price-tracker.md new file mode 100644 index 0000000..7a0e3bf --- /dev/null +++ b/ideas/everyday-helpers/smart-price-tracker.md @@ -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.