← 返回 Skills 市场
ifthikar-razik

Telnyx OpenClaw TTS

作者 ifthikar-razik · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
44
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力标签
cryptorequires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install telnyx-openclaw-tts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /telnyx-openclaw-tts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Telnyx TTS speech provider for OpenClaw with TELNYX_API_KEY auth, auto-selection, voice listing, and synthesis support.
元数据
Slug telnyx-openclaw-tts
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 44 次。

如何安装 Telnyx OpenClaw TTS?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install telnyx-openclaw-tts」即可一键安装,无需额外配置。

Telnyx OpenClaw TTS 是免费的吗?

是的,Telnyx OpenClaw TTS 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Telnyx OpenClaw TTS 支持哪些平台?

Telnyx OpenClaw TTS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Telnyx OpenClaw TTS?

由 ifthikar-razik(@ifthikar-razik)开发并维护,当前版本 v1.0.0。

💬 留言讨论