← 返回 Skills 市场
Telnyx Tts
作者
teamtelnyx
· GitHub ↗
· v1.0.0
920
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install telnyx-tts
功能描述
Generate speech audio from text using Telnyx Text-to-Speech API. Use when you need to convert text to spoken audio, create voice messages, or generate audio content.
安全使用建议
This skill appears to do exactly what it claims: send text to Telnyx and write back audio. Before installing, confirm you trust the skill source and are comfortable exposing a TELNYX_API_KEY (it can incur usage/billing). Install the Python 'websockets' dependency (pip install websockets) in a controlled environment, or run the script in a sandbox. Prefer using a Telnyx API key with limited permissions or usage limits and rotate the key after testing. If you need higher assurance, review the included script yourself or run it with a test account to verify behavior.
功能分析
Type: OpenClaw Skill
Name: telnyx-tts
Version: 1.0.0
The `scripts/telnyx-tts.py` script directly uses the user-provided `--output` argument as a file path for writing the generated audio. This creates a local file write vulnerability (path traversal) if the input is not sanitized by the OpenClaw agent or the user invoking the skill, potentially allowing an attacker to write files to arbitrary locations on the system. While not indicative of malicious intent by the skill developer, it represents a significant security flaw.
能力评估
Purpose & Capability
Name/description match the code and runtime instructions. The script connects to Telnyx's TTS WebSocket endpoint and uses TELNYX_API_KEY for authentication — exactly what a Telnyx TTS helper would need.
Instruction Scope
SKILL.md simply instructs running the included Python CLI to produce an audio file and return it; the instructions do not request unrelated files or secrets. Note: the CLI sends the provided text and API key to Telnyx (expected for TTS).
Install Mechanism
No install spec (instruction-only) — low risk. However, the script requires the Python 'websockets' package but the skill metadata only declares the 'python3' binary; the missing declared dependency may cause runtime errors and should be noted.
Credentials
Only TELNYX_API_KEY is requested and it is necessary for the Telnyx API. Consider that this key grants actions on your Telnyx account (usage/billing); limit scope or use a key with minimal privileges where possible.
Persistence & Privilege
The skill is not always-enabled and does not request persistent or system-wide changes. It does not modify other skills or access unrelated config paths.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install telnyx-tts - 安装完成后,直接呼叫该 Skill 的名称或使用
/telnyx-tts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of telnyx-tts skill.
- Generate high-quality speech audio from text using the Telnyx Text-to-Speech API.
- Supports multiple Telnyx voices, including premium and budget-friendly options.
- CLI script allows specifying output path and voice.
- Requires TELNYX_API_KEY environment variable.
元数据
常见问题
Telnyx Tts 是什么?
Generate speech audio from text using Telnyx Text-to-Speech API. Use when you need to convert text to spoken audio, create voice messages, or generate audio content. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 920 次。
如何安装 Telnyx Tts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install telnyx-tts」即可一键安装,无需额外配置。
Telnyx Tts 是免费的吗?
是的,Telnyx Tts 完全免费(开源免费),可自由下载、安装和使用。
Telnyx Tts 支持哪些平台?
Telnyx Tts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Telnyx Tts?
由 teamtelnyx(@teamtelnyx)开发并维护,当前版本 v1.0.0。
推荐 Skills