#Quick openclaw + smartwatch - azsle2190
1 messages ยท Page 1 of 1 (latest)
how did you do that? I have the same watch and i would like to be able to do that too
Hey, here's what I did -> on the openclaw repo, using claude code, ask it
Build a Wear OS smartwatch app in Kotlin that acts as a voice-first AI assistant. The app should:
Core loop:
-
User taps a mic button
-
Speech is captured via Android SpeechRecognizer
-
Transcript is sent to a backend AI service over WebSocket
-
Streamed response is displayed in real-time on the watch face
-
Final response is spoken back via Android TextToSpeech