← Back to Skills Marketplace
ifthikar-razik

Telnyx OpenClaw TTS

by ifthikar-razik · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
44
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install telnyx-openclaw-tts
Description
Add Telnyx as an OpenClaw text-to-speech provider with TELNYX_API_KEY-based auth, auto-selection, voice listing, and low-latency synthesis.
README (SKILL.md)

Telnyx OpenClaw TTS

Use Telnyx as your OpenClaw text-to-speech provider.

What it provides

  • Telnyx speech provider registration for OpenClaw
  • Auto-selection when TELNYX_API_KEY is configured
  • Voice listing support
  • Streaming/low-latency synthesis via Telnyx TTS
  • NaturalHD and KokoroTTS voice support

Install

openclaw install npm:openclaw-telnyx-tts

Or install the package directly:

npm install -g openclaw-telnyx-tts

Setup

Set your Telnyx API key:

export TELNYX_API_KEY="KEY..."

Then restart the gateway:

openclaw gateway restart

Verify

Test TTS:

/tts Hello from Telnyx

Check active provider:

/tts-status

Notes

  • Package: openclaw-telnyx-tts
  • Repo: team-telnyx/telnyx-openclaw-tts
  • OpenClaw compatibility: >=2026.4.0
Usage Guidance
This skill looks reasonable for adding Telnyx TTS. Before installing, verify the npm package/repository, store TELNYX_API_KEY securely, understand that spoken text is sent to Telnyx, and monitor Telnyx usage or costs after enabling auto-selection.
Capability Analysis
Type: OpenClaw Skill Name: telnyx-openclaw-tts Version: 1.0.0 The skill bundle is a legitimate implementation of a Telnyx Text-to-Speech (TTS) provider for the OpenClaw platform. It correctly implements the required provider contracts in `src/speech-provider.ts` and uses a standard WebSocket client in `src/tts.ts` to communicate with the official Telnyx API (wss://api.telnyx.com). The handling of the `TELNYX_API_KEY` is consistent with expected plugin behavior, and no evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Tags
cryptorequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The capabilities match the stated purpose: it registers Telnyx as an OpenClaw TTS provider, lists voices, and synthesizes speech. Users should notice that TTS text is sent to Telnyx or a configured proxy.
Instruction Scope
The skill is user-invocable but also auto-selects Telnyx when TELNYX_API_KEY is present, so it can become the default TTS route after installation and gateway restart.
Install Mechanism
Installation is via an npm package, and no postinstall hook is shown in package.json. Registry metadata says the source is unknown/no install spec while the skill documentation instructs npm installation, so users should verify the npm package and repository.
Credentials
Requiring TELNYX_API_KEY and network access to Telnyx is proportionate for a Telnyx TTS provider. No broad filesystem access, destructive actions, or hidden shell execution are shown.
Persistence & Privilege
The plugin is enabled by default and persists as an installed speech provider until removed, but no hidden background worker, self-propagation, or rogue persistence is evidenced.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install telnyx-openclaw-tts
  3. After installation, invoke the skill by name or use /telnyx-openclaw-tts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Telnyx TTS speech provider for OpenClaw with TELNYX_API_KEY auth, auto-selection, voice listing, and synthesis support.
Metadata
Slug telnyx-openclaw-tts
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Telnyx OpenClaw TTS?

Add Telnyx as an OpenClaw text-to-speech provider with TELNYX_API_KEY-based auth, auto-selection, voice listing, and low-latency synthesis. It is an AI Agent Skill for Claude Code / OpenClaw, with 44 downloads so far.

How do I install Telnyx OpenClaw TTS?

Run "/install telnyx-openclaw-tts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Telnyx OpenClaw TTS free?

Yes, Telnyx OpenClaw TTS is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Telnyx OpenClaw TTS support?

Telnyx OpenClaw TTS is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Telnyx OpenClaw TTS?

It is built and maintained by ifthikar-razik (@ifthikar-razik); the current version is v1.0.0.

💬 Comments