Build a Hands-Free AI Chat with OpenClaw + Mattermost — No Real-Time Voice Needed

A developer has shared a self-hosted AI workflow combining OpenClaw, Mattermost, and TTS that delivers driving-safe AI interaction without building a full real-time voice assistant. The system uses the Mattermost mobile app on iPhone: tap the keyboard microphone button, dictate using Apple's built-in speech-to-text, and send a normal text message into an OpenClaw agent chat. The agent replies with a concise written response and a generated MP3 audio attachment that can be played immediately — ideal for commuting or multitasking.
Architecture Overview
- Input: iPhone speech-to-text → Mattermost text message
- Processing: OpenClaw agent receives message, generates response
- Output: Written reply + TTS-generated MP3 attached via Mattermost API
No always-on microphone, no websocket voice sessions, no interruption handling. The conversation remains searchable and threaded in Mattermost with a complete written record.
Key Benefits
- Persistent chat with full searchability and threading
- No real-time voice infrastructure needed
- Privacy-friendly — fully self-hosted
- Works for commuting, field work, troubleshooting, multitasking
The TTS is currently handled via Microsoft Edge TTS, with the generated MP3 uploaded directly through the Mattermost API. The result is described as an asynchronous AI voice copilot with persistent memory and operational logs — simpler than real-time voice mode but delivering most practical benefits.
While the post uses Mattermost, the concept is platform-agnostic: any chat platform that supports mobile dictation and file attachments should work.
📖 Read the full source: r/openclaw
👀 See Also

iOS App Built Entirely with Claude Code by Non-Engineer Ships to App Store
A product manager with no iOS development experience shipped SpectraSort, a photo sorting app built entirely with Claude Code. The app uses on-device AI for quality ranking and personal taste learning, processing about 10 photos/second on the Neural Engine.

Developer Builds Minecraft Launcher with Claude Code
A developer with 20+ years experience used Claude Code to create BlockHaven Launcher, an Electron-based Minecraft launcher with Microsoft authentication, Modrinth mod browsing, and isolated multi-instance profiles. The project is open-source with MIT licensing.

Automating Recruiting Workflows with Claude Desktop: A Case Study
A developer automated the first layer of recruiting using Claude Desktop, Chrome with browser extension, and Google Calendar integration, handling resume screening and interview scheduling every two hours on a Windows workstation.

Building a 13-Agent Claude Team with Peer Review Workflow
A developer built a 13-agent Claude system where AI agents review each other's work, run on scheduled heartbeats, and track everything in a database for marketing automation.