Building a Discord Cat Monitoring Bot with ESP32-S3, MiniClaw, and Multimodal AI

Edge Agent Setup for Cat Monitoring
A developer created a Discord bot that monitors their cat using an ESP32-S3 Sense as an edge agent. The system captures photos or records audio when triggered via Discord mentions, then sends the media to a multimodal LLM for analysis.
Hardware and Software Stack
The implementation uses specific components:
- Hardware: XIAO ESP32-S3 Sense (Vision version) - small enough to hide in a cat tree
- Communication: Web UI + WebSocket setup for low-latency debugging
- AI Model: Zhipu AI's VLM-4V multimodal model
- Platform: Discord for bot interaction
How It Works
The workflow is straightforward: when someone @mentions the bot on Discord, the ESP32-S3 either snaps a photo or records audio. This media gets sent to the VLM (Vision-Language Model), which analyzes it and returns natural language descriptions of what's happening. Instead of getting "Motion Detected" spam, users receive specific descriptions like "Your cat is sleeping on the couch" or "Cat is playing with a toy."
Current Limitations and Future Plans
The developer identified several areas for improvement:
- Image Quality: Current captures are "pretty blurry" and "mediocre" but functional
- Fixed Position: The device has a fixed POV - considering adding mobility via servo brackets or rover mechanics
- Audio Intelligence: Planning to add vocalization classification to distinguish between hungry meows, zoomies, or general yelling
The developer notes the implementation was "surprisingly straightforward" and works better than expected, with the VLM analysis being "surprisingly spot-on" despite the blurry image quality.
📖 Read the full source: r/openclaw
👀 See Also

Building self-healing AI agents for production systems
A team running an AI-operated store built self-healing infrastructure where agents detect failures, diagnose root causes, and recover autonomously without human intervention, particularly addressing 3am crashes.

OpenClaw Testing Agent for Mobile Apps: Setup and Results
A developer built a mobile testing agent on OpenClaw that runs plain English test steps on cloud emulators, catching bugs that manual testing misses. The service costs $350-600/month per client and has converted 70-75% of trial leads.

Claude Code Agent Teams Build Micro SaaS Products in 4 Hours Using Obsidian Vault
A developer built an end-to-end system where Claude Code agent teams handle the complete SaaS lifecycle from idea discovery to deployment in 4 hours. The system uses an Obsidian vault as persistent memory and specialized agent teams for research, validation, development, and distribution.

Practical Cowork Use Cases: From Bulk Image Metadata to API Workarounds
A user details specific Cowork applications including automating banner uploads with CSV generation, reverse-engineering UI APIs for data pushes, and creating self-improving skills for repetitive tasks.