Add mobile integration ideas and resolve README conflicts
This commit is contained in:
18
README.md
18
README.md
@@ -5,6 +5,11 @@ Yes this is a AI Slop Repo, don't worry, i know.😘
|
||||
|
||||
## Projects
|
||||
|
||||
### TikTok-Worthy (User-Centered & Aesthetic)
|
||||
- 📊 **[The Aura Tracker](./ideas/tiktok-worthy/aura-monitor.md)** — Aesthetic daily energy & vibe dashboard.
|
||||
- 💸 **[Financial Aesthetic](./ideas/tiktok-worthy/finance-infographic.md)** — Beautiful, gamified monthly spending infographics.
|
||||
- ✨ **[The Vibe-Based Room Controller](./ideas/tiktok-worthy/vibe-room-control.md)** — Magical, mood-responsive smart home automation.
|
||||
|
||||
### Dev Tooling
|
||||
- 🚦 **[PR Conflict Predictor](./ideas/dev-tooling/pr-conflict-predictor.md)** — Warns about likely merge conflicts before they get nasty.
|
||||
- 🛡️ **[Dependency Vulnerability Watcher](./ideas/dev-tooling/dependency-vulnerability-watcher.md)** — Monitors your repos for new CVEs and opens issues/PRs automatically.
|
||||
@@ -38,6 +43,11 @@ Yes this is a AI Slop Repo, don't worry, i know.😘
|
||||
- 🏠 **[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 videos and articles 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.
|
||||
- 📅 **[Social Media Scheduler & Analyzer](./ideas/communication-social/social-media-scheduler.md)** — Schedules posts, tracks engagement, gives summaries.
|
||||
@@ -67,11 +77,3 @@ 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.
|
||||
|
||||
### Mobile Integration (OpenClaw App)
|
||||
- 👁️ **[Visual Task Assistant](./ideas/mobile-integration/visual-task-assistant.md)** — Uses your phone's camera to help with physical tasks.
|
||||
- 📍 **[Mobile Security & Location Sentinel](./ideas/mobile-integration/security-location-sentinel.md)** — Monitor your phone's physical security and location.
|
||||
- 🔔 **[Notification Bridge & Filter](./ideas/mobile-integration/notification-bridge.md)** — Streamline and automate your mobile alerts.
|
||||
- 📄 **[Mobile Document & Receipt Scanner](./ideas/mobile-integration/document-receipt-scanner.md)** — Process physical documents via gallery and camera.
|
||||
- 📱 **[Screen-Aware Context Assistant](./ideas/mobile-integration/screen-context-assistant.md)** — Give your agent context from your phone screen.
|
||||
- 🛡️ **[Personal Safety & Environment Monitor](./ideas/mobile-integration/safety-environment-monitor.md)** — Use your phone as a mobile safety sensor.
|
||||
|
||||
13
ideas/everyday-helpers/ai-fridge-chef.md
Normal file
13
ideas/everyday-helpers/ai-fridge-chef.md
Normal 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.
|
||||
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.
|
||||
13
ideas/everyday-helpers/smart-price-tracker.md
Normal file
13
ideas/everyday-helpers/smart-price-tracker.md
Normal 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.
|
||||
13
ideas/tiktok-worthy/aura-monitor.md
Normal file
13
ideas/tiktok-worthy/aura-monitor.md
Normal 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.
|
||||
12
ideas/tiktok-worthy/finance-infographic.md
Normal file
12
ideas/tiktok-worthy/finance-infographic.md
Normal 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.
|
||||
12
ideas/tiktok-worthy/vibe-room-control.md
Normal file
12
ideas/tiktok-worthy/vibe-room-control.md
Normal 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.
|
||||
Reference in New Issue
Block a user