← 返回 Skills 市场
Telnyx Stt
作者
teamtelnyx
· GitHub ↗
· v1.0.1
956
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install telnyx-stt
功能描述
Transcribe audio files to text using Telnyx Speech-to-Text API. Use when you need to convert audio recordings, voice messages, or spoken content to text.
安全使用建议
This skill is coherent with its stated purpose, but review these practical points before installing: (1) the script will send the audio file and your TELNYX_API_KEY to Telnyx's API — only use it with audio you are allowed to transmit and with a key you trust. (2) The source is 'unknown' — consider rotating the API key after first use and run the script in an isolated environment if you have strong privacy concerns. (3) The implementation manually constructs multipart payloads (works but is simple); for production use you may prefer an official SDK. (4) If you need auditability or to avoid transmitting sensitive audio, do not use this skill or sanitize data before sending.
功能分析
Type: OpenClaw Skill
Name: telnyx-stt
Version: 1.0.1
The skill is classified as suspicious due to an arbitrary file read vulnerability in `scripts/telnyx-stt.py`. The script takes an `audio_path` as input and reads its content without validation, then sends it to the legitimate Telnyx API. While the script's intent is to process audio, an attacker could exploit this by providing a path to a sensitive file (e.g., `/etc/passwd`, `~/.ssh/id_rsa`), causing its contents to be read and transmitted to `https://api.telnyx.com`. This constitutes a significant data exposure risk, even if not directly exfiltrated to an attacker-controlled server, but lacks clear evidence of intentional malicious behavior by the skill's author.
能力评估
Purpose & Capability
Name/description (Telnyx STT) match the code and SKILL.md. The only required credential is TELNYX_API_KEY and the only network endpoint contacted is https://api.telnyx.com/v2/ai/audio/transcriptions — all are appropriate for a Telnyx STT wrapper.
Instruction Scope
SKILL.md instructs the agent to run the included Python script on a given audio file. The script reads only the specified audio file and the TELNYX_API_KEY environment variable and posts them to Telnyx; it does not read other files, system paths, or extra environment variables.
Install Mechanism
No install spec is provided (instruction-only with a small script). Nothing is downloaded or extracted at install time, minimizing installation risk.
Credentials
Only TELNYX_API_KEY is required and declared as the primary credential. That is proportionate to making authenticated API calls to Telnyx. No unrelated credentials or excessive env access are requested.
Persistence & Privilege
The skill is not always-enabled and does not request special persistent or system-level privileges. It does not modify other skills or system configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install telnyx-stt - 安装完成后,直接呼叫该 Skill 的名称或使用
/telnyx-stt触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Re-publish under dotcom-squad
v1.0.0
Initial release of telnyx-stt.
- Transcribe audio files to text using the Telnyx Speech-to-Text API.
- Supports multiple audio formats: MP3, WAV, OGG, M4A, WebM.
- Outputs transcribed text to standard output.
- Requires TELNYX_API_KEY environment variable.
元数据
常见问题
Telnyx Stt 是什么?
Transcribe audio files to text using Telnyx Speech-to-Text API. Use when you need to convert audio recordings, voice messages, or spoken content to text. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 956 次。
如何安装 Telnyx Stt?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install telnyx-stt」即可一键安装,无需额外配置。
Telnyx Stt 是免费的吗?
是的,Telnyx Stt 完全免费(开源免费),可自由下载、安装和使用。
Telnyx Stt 支持哪些平台?
Telnyx Stt 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Telnyx Stt?
由 teamtelnyx(@teamtelnyx)开发并维护,当前版本 v1.0.1。
推荐 Skills