Add mobile integration ideas and resolve README conflicts

This commit is contained in:
Space-Banane
2026-04-03 13:08:10 +02:00
7 changed files with 86 additions and 8 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.

View File

@@ -0,0 +1,13 @@
# "The Aura Tracker" (AI Mood & Energy Dashboard)
## Problem
You track health data, but it's just raw numbers that don't tell a story. You don't know why you feel "off".
## Instructions
1. **Input:** Integrates Apple Health/Google Fit + your Calendar + your Journal.
2. **Analysis:** Generates an "Aura Score" (a single, aesthetic percentage representing your energy).
3. **The "Vibe":** It explains *why*: "You slept 6h, had back-to-back meetings, and your last heavy workout was 72h ago. You're exhausted."
4. **Visuals:** Pushes a beautiful, shareable PNG widget or dashboard card every morning.
## Why it's "TikTok-worthy"
People love aesthetic data. It tells a story about their day and solves the "Why am I tired?" mystery.

View File

@@ -0,0 +1,12 @@
# "Financial Aesthetic" (Monthly Infographic)
## Problem
Bank apps are ugly. Spreadsheets are boring. You want to know where your money went without getting depressed by tabular data.
## Instructions
1. **Data Source:** Connects to bank APIs (via simple export or automated scraper).
2. **Visualizer:** Agent creates an *aesthetic, minimalist* infographic: "You spent $200 on coffee this month (30% of your cafe budget)."
3. **The Hook:** It gamifies saving. "You saved $50 by skipping one subscription -> That's one cinema ticket."
## Why it's "TikTok-worthy"
It makes tracking money satisfying and pretty. People love "Money Diaries" or "Budget with me" content.

View File

@@ -0,0 +1,12 @@
# "The Vibe-Based Room Controller"
## Problem
You have smart lights and speakers, but setting the "vibe" manually is tedious.
## Instructions
1. **The Trigger:** You send a message or show a photo: "I'm reading a thriller" or "I'm having a dinner date".
2. **Action Agent:** The agent instantly adjusts your smart home devices to match that "mood" (e.g., dimmed warm light + Lo-Fi beat).
3. **The Magic:** It adjusts in real-time based on your activity (e.g., if you're reading, turn on the reading lamp).
## Why it's "TikTok-worthy"
It turns a house into a responsive environment. It's the "magical" aspect of a smart home everyone wants to record.