--- name: OpenClaw Child Safety System Architecture description: OpenClaw is the AI brain on gama-2 server that connects Aster (Android app), BitOn.Pro (dashboard), and Claude to build automated child safety monitoring type: project --- OpenClaw is an open-source AI agent platform running on gama-2 server (162.19.126.209) that executes actions via MCP (Model Context Protocol), not just chat. ## The Triangle Architecture 1. **Aster** (Android app on child's phone) — monitors SMS, notifications, and sends them in real-time to the server. Accessible at `aster-gama2.yohayai.com`. 2. **BitOn.Pro** (dashboard UI) — control panel for managing connected devices and approving them. 3. **OpenClaw** (the brain) — receives data from Aster, analyzes it with Claude AI, and decides on actions (e.g., alert parent about suspicious messages). ## How It Works - Aster sends events (SMS, notifications) to OpenClaw webhook at `localhost:18789` - OpenClaw analyzes content using Claude AI - Can trigger responses: WhatsApp alerts to parent, remote screenshots, GPS location pull, app locking ## Goal Build an automated child safety product for parents — detect dangerous messages (from strangers, predatory language), alert parents in real-time via WhatsApp, and allow remote device control. **Why:** Yohay is building a child safety monitoring system that uses AI to detect threats in real-time rather than relying on keyword blocklists. **How to apply:** When working on OpenClaw, Aster, or BitOn — understand they are parts of one integrated child safety system. Prioritize security, real-time processing, and parent notification workflows.