Install
openclaw skills install @frussen-robotics/speakSpeak text aloud through a Linux device's physical speaker using OpenClaw Talk.
openclaw skills install @frussen-robotics/speakUse this skill when the assistant should say text aloud through the device's physical speaker.
Run:
python3 {baseDir}/scripts/run.py "$SPEAK_TEXT"
where $SPEAK_TEXT is exactly the text that should be spoken.
The skill does not call an AI provider directly and does not handle provider API credentials.
The Python wrapper:
openclaw CLI;talk.speak;aplay.The active OpenClaw Talk provider owns the speech model, voice, and provider credentials.
aplaySPEAK_ALSA_DEVICE may optionally select a specific ALSA playback device.
talk.speak for synthesis.