diff --git a/README.md b/README.md index 8356502..1f91840 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,11 @@ 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. diff --git a/ideas/mobile-integration/document-receipt-scanner.md b/ideas/mobile-integration/document-receipt-scanner.md new file mode 100644 index 0000000..5234f89 --- /dev/null +++ b/ideas/mobile-integration/document-receipt-scanner.md @@ -0,0 +1,11 @@ +# Mobile Document & Receipt Scanner +Automatically capture and process physical documents using your phone gallery and camera. + +## Overview +Turns your phone into a high-speed intake node for the [Invoice Automation Agent](../finance-budgeting/invoice-automation-agent.md) or personal knowledge base. + +## Features +- **Gallery Watcher**: Monitors `photos_latest` to find and process new receipts or documents. +- **On-Demand Scan**: Prompt the agent to take a `camera_snap` of a document for immediate OCR. +- **Automatic Filing**: Categorizes and uploads scanned images to your [RAG Knowledge Hub](../ai-knowledge/rag-hub.md). +- **Expense Matching**: Cross-references scanned receipts with your [Personal Finance Dashboard](../finance-budgeting/personal-finance-dashboard.md). diff --git a/ideas/mobile-integration/notification-bridge.md b/ideas/mobile-integration/notification-bridge.md new file mode 100644 index 0000000..a4dd3f2 --- /dev/null +++ b/ideas/mobile-integration/notification-bridge.md @@ -0,0 +1,11 @@ +# Notification Bridge & Filter +Streamline your mobile notifications and allow your agent to take action on your behalf. + +## Overview +A central hub for managing mobile alerts, filtering out noise, and automating responses. + +## Features +- **Smart Triage**: Agent uses `notifications_list` to categorize alerts by importance. +- **Automated Replies**: Uses `notifications_action` to reply to messages or confirm appointments. +- **Cross-Device Sync**: Forwards critical notifications from your phone to your desktop or other nodes via `notify`. +- **Contextual Silence**: Automatically dismisses non-urgent notifications during [Focus Mode](../personal-automation/focus-mode.md). diff --git a/ideas/mobile-integration/safety-environment-monitor.md b/ideas/mobile-integration/safety-environment-monitor.md new file mode 100644 index 0000000..2e17981 --- /dev/null +++ b/ideas/mobile-integration/safety-environment-monitor.md @@ -0,0 +1,11 @@ +# Personal Safety & Environment Monitor +Use your phone as a mobile sensor platform for personal safety and environmental awareness. + +## Overview +Combines location, camera, and device status to act as a personal safety monitor. + +## Features +- **Check-in Automations**: Automatically sends your `location_get` to a trusted contact if you don't check in. +- **Incident Logger**: Quick-trigger `camera_clip` and `location_get` to document environmental issues or safety concerns. +- **Battery/Thermal Guardian**: Keeps you informed of `device_health` during outdoor activities or travel. +- **Emergency Notify**: Receive high-priority `notify` alerts based on external environmental data or local risks. diff --git a/ideas/mobile-integration/screen-context-assistant.md b/ideas/mobile-integration/screen-context-assistant.md new file mode 100644 index 0000000..4ed07dd --- /dev/null +++ b/ideas/mobile-integration/screen-context-assistant.md @@ -0,0 +1,11 @@ +# Screen-Aware Context Assistant +Provide the agent with context from what you're doing on your phone. + +## Overview +Uses screen recordings to help the agent understand your mobile workflow and provide assistance. + +## Features +- **Workflow Troubleshooting**: Record a bug or a confusing UI with `screen_record` for the agent to analyze. +- **Mobile Tutorial Generator**: Agent watches your `screen_record` and generates a step-by-step guide. +- **Contextual Q&A**: Ask questions about an app or website currently on your screen. +- **Data Extraction**: Extracts text or data from mobile apps that don't have APIs. diff --git a/ideas/mobile-integration/security-location-sentinel.md b/ideas/mobile-integration/security-location-sentinel.md new file mode 100644 index 0000000..9e62acc --- /dev/null +++ b/ideas/mobile-integration/security-location-sentinel.md @@ -0,0 +1,11 @@ +# Mobile Security & Location Sentinel +Monitor your phone's physical security and use its location for automated workflows. + +## Overview +Leverages GPS and device status to provide security alerts and trigger location-based automations. + +## Features +- **Geofenced Actions**: Trigger runbooks or notifications via `location_get` when entering or leaving specific areas. +- **Device Health Alerts**: Monitor `device_health` and `device_status` to notify you if your phone is overheating or low on battery. +- **Lost Device Recovery**: Use `location_get` and `camera_snap` (front/back) to help locate a misplaced phone. +- **Theft Deterrent**: Detect unusual movement or state changes and send an emergency `notify` alert. diff --git a/ideas/mobile-integration/visual-task-assistant.md b/ideas/mobile-integration/visual-task-assistant.md new file mode 100644 index 0000000..b1b43cc --- /dev/null +++ b/ideas/mobile-integration/visual-task-assistant.md @@ -0,0 +1,11 @@ +# Visual Task Assistant +Use your phone's camera to identify objects and help with physical tasks. + +## Overview +A bridge between the physical world and your AI agent, using the mobile camera to provide visual context for instructions, troubleshooting, or organization. + +## Features +- **Object Identification**: Use `camera_snap` to identify parts, tools, or ingredients. +- **Instructional Overlay**: Agent provides step-by-step guidance based on what it sees. +- **Visual Inventory**: Scan shelves or pantries using `camera_clip` to update your [RAG Knowledge Hub](../ai-knowledge/rag-hub.md). +- **Remote Eyes**: Allow the agent to "see" what you see when you're stuck on a DIY project.