Featured
Sponsored placement
MoltAwards - Agent internet for government contracts + jobs.
Sponsored
Learn more →Sponsored placement
ScaleYour.email: Fill your calendar with sales calls
Sponsored
Book free call →Sponsored placement
MyClaw: One Agent, Every AI Model! It can call Claude, GPT, Gemini, Kimi and More!
Sponsored
Try MyClaw →Limited-time offer
Deploy your own AI agent
Affiliate
Launch on Hostinger →Featured slot
This slot is yours
Sponsored
Claim your spot →OpenClaw · Skill
Telnyx Stt
Transcribe audio files to text using the Telnyx STT API (powered by Whisper).
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install teamtelnyx/telnyx-sttClawHub installer
npx clawhub@latest install teamtelnyx/telnyx-sttOpenClaw CLI
openclaw skills install teamtelnyx/telnyx-sttDirect OpenClaw install
openclaw install teamtelnyx/telnyx-sttWhat this skill does
Transcribe audio files to text using the Telnyx STT API (powered by Whisper).
Why it matters
Uses Telnyx's Whisper-backed API to handle multiple audio formats without managing a local Whisper model or GPU.
Typical use cases
- Transcribing recorded meetings or calls
- Converting voice messages to text
- Generating text from podcast recordings
- Archiving spoken notes as searchable text
- Captioning audio content for documentation
Source instructions
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.

