Jump to related tools in the same category or review the original source on GitHub.

Media & Streaming @teamtelnyx Updated 7/17/2026 1,580 downloads 0 stars Security: Pass

🎤 Telnyx Stt OpenClaw Plugin & Skill | ClawHub

Looking to integrate Telnyx Stt into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate media & streaming tasks instantly, without having to write custom tools from scratch.

What this skill does

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.

Install

ClawHub CLI
openclaw skills install @teamtelnyx/telnyx-stt
Node.js (npx)
npx clawhub@latest install telnyx-stt

Full SKILL.md

Open original
Metadata table.
namedescription
telnyx-sttTranscribe 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.

SKILL.md content below is scrollable.

Telnyx Speech-to-Text

Transcribe audio files to text using the Telnyx STT API (powered by Whisper).

Usage

To transcribe an audio file, run:

{baseDir}/scripts/telnyx-stt.py /path/to/audio.mp3

The script outputs the transcribed text to stdout.

Supported Formats

  • MP3
  • WAV
  • OGG
  • M4A
  • WebM

Example

{baseDir}/scripts/telnyx-stt.py /tmp/voice-message.ogg

Output:

Hello, this is a test transcription.

Environment

Requires TELNYX_API_KEY environment variable to be set.

ClawHub Registry URL: https://clawhub.ai/teamtelnyx/skills/telnyx-stt

Related skills

If this matches your use case, these are close alternatives in the same category.