What problem does it solve?
The speak Skill solves the problem of silent automation by narrating task acknowledgments, reasoning checkpoints, tool/file actions, and final responses through text-to-speech across your Tailscale devices.
Core Features & Use Cases
- Continuous agent narration: Speaks start, thinking/analysis, file/tool operations, periodic progress updates, and end-of-task summaries when speak mode is enabled.
- Multi-device TTS routing: Sends spoken audio to devices like Surface Duo 2, Senter S10, or local speakers, with auto-detection via Tailscale presence.
- Async and queueing: Supports background/non-blocking speech and queues additional messages when audio is already playing to preserve ordering.
- Agent integration pattern: Designed to be called at deterministic points in an agent loop (acknowledge → analyze → act → progress → complete → final response).
Quick Start
Enable narration and have the agent speak a message on the default Duo device by running: "speak --on" then "speak "Starting the build now." --if-on --device duo".