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.
Why use this skill?
Efficiently transcribe audio files like MP3, WAV, and OGG to text using the powerful Telnyx Speech-to-Text API within OpenClaw. Easy installation and usage.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dotcom-squad/telnyx-sttWhat This Skill Does
The telnyx-stt skill is a robust transcription tool integrated into the OpenClaw agent ecosystem. Powered by the Telnyx Speech-to-Text API and the sophisticated Whisper model, this skill converts a wide array of audio file formats into accurate, machine-readable text. Whether you are dealing with recorded voice memos, meeting transcripts, or audio snippets from web sources, this skill automates the labor-intensive process of manual transcription, allowing your agent to process spoken data with high fidelity and efficiency.
Installation
To integrate this capability into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/dotcom-squad/telnyx-stt
Ensure that you have an active Telnyx account and your API credentials available. Before running the skill, you must export your API key into your system environment by running export TELNYX_API_KEY='your_api_key_here'. Failure to provide this variable will result in an authentication error.
Use Cases
- Meeting Summarization: Convert recorded audio from team syncs into text logs for documentation.
- Voice Note Processing: Transcribe voice messages captured in the field into actionable task lists or notes.
- Content Accessibility: Generate transcriptions for audio-only media, making content searchable and accessible to users with hearing impairments.
- Research: Process long-form audio interviews or focus group recordings into structured text for data analysis.
Example Prompts
- "Transcribe the audio file located at /home/user/downloads/interview_01.mp3 and summarize the main action items."
- "Listen to the file /tmp/voice_note.ogg and save the full transcription into a text file named notes.txt."
- "Convert the provided voice recording at /mnt/data/call_log.wav into text so I can review what was discussed."
Tips & Limitations
- Supported Formats: The skill supports standard formats including MP3, WAV, OGG, M4A, and WebM. Ensure your file extension matches the actual encoding.
- API Costs: Be aware that Telnyx charges per minute of audio processed. Monitor your usage to avoid unexpected billing.
- Privacy: As this skill uses an external API, do not upload sensitive or classified audio recordings that violate your organization's data compliance policies.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dotcom-squad-telnyx-stt": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, external-api, code-execution
Related Skills
telnyx-rag
Semantic search and Q&A over workspace files using Telnyx Storage + AI embeddings. Index your memory, knowledge, and skills for natural language retrieval and AI-powered answers.
telnyx-network
Private mesh networking and public IP exposure via Telnyx WireGuard infrastructure. Connect nodes securely or expose services to the internet.
10dlc-registration
Register for 10DLC as a sole proprietor to enable SMS messaging in the USA. Use when setting up A2P SMS, registering brands/campaigns, or assigning phone numbers for compliant US messaging. Requires Telnyx CLI.
sip-voice-call-control
Voice interface using Telnyx Call Control API. Answer phone calls with AI, function calling, and natural conversation. Use for hands-free assistant access, phone-based reminders, or voice-controlled tools. Requires Node.js and Telnyx API key.
backup-to-telnyx-storage
Backup and restore your OpenClaw workspace to Telnyx Storage. Simple CLI-based scripts with no external dependencies.