Telnyx Voice Streaming Ruby
This skill enables real-time audio streaming via Telnyx Voice using Ruby, simplifying VoIP integration and application development.
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-streaming-ruby npx -- -y @trustedskills/telnyx-voice-streaming-ruby
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-voice-streaming-ruby": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-voice-streaming-ruby"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to stream audio data using the Telnyx Voice Streaming Ruby gem. It facilitates real-time voice communication, allowing agents to send and receive audio for tasks like automated phone calls or interactive voice response (IVR) systems. The skill provides a convenient interface for managing voice streams within an agent workflow.
When to use it
- Automated outbound calls: Initiate and manage phone calls from the AI agent, delivering pre-recorded messages or engaging in dynamic conversations.
- Interactive Voice Response (IVR): Build complex IVR systems where the agent handles voice prompts and user input.
- Real-time transcription integration: Stream audio to a transcription service for live captioning or analysis during a call.
- Voice-enabled chatbots: Allow users to interact with a chatbot using their voice instead of text.
Key capabilities
- Initiate voice streams
- Receive audio data
- Manage voice stream connections
- Utilize the Telnyx Voice Streaming Ruby gem
Example prompts
- "Start a voice call to +15551234567 and play this message: 'Hello, this is an automated announcement.'"
- "Stream audio from this URL to the active voice connection."
- "Connect the incoming voice stream to my transcription service."
Tips & gotchas
- Requires a Telnyx API key for authentication. Ensure your agent has access to valid credentials.
- Voice streaming can be resource-intensive; consider optimizing audio quality and buffering strategies for performance.
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.