Installation

clawhub install teamtelnyx/telnyx-stt

Summary

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

SKILL.md

Telnyx Speech-to-Text

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

Usage

To transcribe an audio file, run:

bash
{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

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

Output:

text
Hello, this is a test transcription.

Environment

Requires TELNYX_API_KEY environment variable to be set.

Recommended skills

Browse all →

Related guides

Hand-picked reading to help you choose, install, and use agent skills.