Telnyx TTS Provider

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

Package: telnyx-tts-provider (npm) Version: 1.0.0 Description: Telnyx TTS speech provider for OpenClaw — 10x cheaper than ElevenLabs, zero-config with TELNYX_API_KEY The package implements a Text-to-Speech (TTS) provider for the OpenClaw ecosystem, using the Telnyx AI service. The core logic handles establishing a WebSocket connection (`wss://api.telnyx.com/v2/text-to-speech` by default) and an optional REST API call (`https://api.telnyx.com/v2/text-to-speech/voices`) for listing voices. The user-provided `TELNYX_API_KEY` is retrieved from environment variables or configuration and is used exclusively as a Bearer token for authenticating connections to the defined Telnyx API endpoints, which is necessary for the plugin's operation. No unauthorized network activity, credential leakage, or malicious functions were observed.