Telnyx Voice Gather Ruby
This Ruby skill uses Telnyx Voice Gather to collect and process audio data from various sources, streamlining your telephony workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add telnyx-voice-gather-ruby npx -- -y @trustedskills/telnyx-voice-gather-ruby
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-voice-gather-ruby": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-voice-gather-ruby"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to gather voice input from users, transcribing spoken responses into text. It leverages the Telnyx Voice Gather API for handling audio streams and speech-to-text conversion. The resulting transcript can then be used for further processing or decision making within the agent's workflow.
When to use it
- Interactive Voice Response (IVR) systems: Collect user selections from a phone call menu.
- Voice-based surveys: Gather responses to survey questions via spoken answers.
- Dictation applications: Allow users to dictate text messages or notes over the phone.
- Automated customer service: Capture customer feedback or details through voice interaction.
Key capabilities
- Initiates a Voice Gather session with Telnyx.
- Transcribes spoken audio into text.
- Handles audio stream management.
- Integrates with Ruby environments.
Example prompts
- "Start a voice gather to collect the user's order number."
- "Begin a voice gathering session and transcribe the response for sentiment analysis."
- "Launch a voice gather, asking 'What is your name?'"
Tips & gotchas
- Requires an active Telnyx account and API key.
- Ensure proper audio input configuration for optimal transcription accuracy.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.