The idea
Every time I'm out and remember a command I should've run on my dev machine, I have to wait until I'm back at the laptop. This agent listens for WhatsApp voice notes, transcribes them, and runs the matching shell script locally — no SSH, no friction.
How it works
- WhatsApp message → webhook
- Whisper transcribes
- A small LLM matches intent to a script in
~/openclaw/scripts - Confirmation reply with stdout
Status
Working prototype on macOS. Still figuring out the auth model for letting an LLM execute commands without it being terrifying.