🔊 Telnyx Tts — 文本转语音
v1.0.0调用 Telnyx Text-to-Speech API,将任意文本即时生成高质量语音音频,适用于语音消息、音频内容创作及无障碍朗读场景。
0· 861·0 当前·0 累计
下载技能包
最后更新
2026/4/21
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
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 incl...详细分析 ▾
✓ 用途与能力
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.
ℹ 指令范围
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).
ℹ 安装机制
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.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/2/11
NULL
● 可疑
安装命令
点击复制官方npx clawhub@latest install telnyx-tts
镜像加速npx clawhub@latest install telnyx-tts --registry https://cn.longxiaskill.com✓ 镜像可用