toby-ttsConvert text to speech using SkillBoss API Hub. Use when the user asks for an audio message, a voice reply, or to hear something "of vive voix".
Install via ClawdBot CLI:
clawdbot install tobeyrebecca/toby-ttsGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://registry.npmjs.org/@types/node/-/node-18.19.130.tgzAudited Apr 22, 2026 · audit v1.0
Generated May 5, 2026
An e-commerce company deploys this TTS skill to generate personalized voice responses for customer inquiries, such as order confirmations or shipping updates. This enhances user experience by providing audio feedback.
Educational platforms use TTS to convert textual content like articles or instructions into speech, enabling visually impaired students to access materials easily.
Smart home device manufacturers integrate TTS to give voice responses for user commands, like reading out weather forecasts or news headlines.
Publishing houses automate audiobook creation by converting text manuscripts into speech, reducing production time and costs while offering multiple voice options.
Automotive apps use TTS to generate real-time voice navigation instructions, ensuring drivers receive audible directions without distraction.
Charge users a monthly or yearly fee for access to the TTS API, with tiered pricing based on usage (e.g., number of characters converted per month).
Bill customers per request or per minute of generated audio, suitable for occasional users like freelancers or small businesses.
Offer basic TTS with standard voices for free, and charge for premium features like advanced voices, higher quality, or batch processing.
💬 Integration Tip
Ensure SKILLBOSS_API_KEY is securely stored in environment variables; use the provided Node.js scripts as a starting point for integration.
Scored May 5, 2026
Local speech-to-text with the Whisper CLI (no API key).
ElevenLabs text-to-speech with mac-style say UX.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Text-to-speech conversion using node-edge-tts npm package for generating audio from text. Supports multiple voices, languages, speed adjustment, pitch control, and subtitle generation. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.
Local text-to-speech via sherpa-onnx (offline, no cloud)
Start voice calls via the OpenClaw voice-call plugin.