Telnyx Voice Media Ruby
The Telnyx Voice Media Ruby skill enables developers to seamlessly integrate high-quality audio and video communication into their applications via Telnyx's robust platform.
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-media-ruby npx -- -y @trustedskills/telnyx-voice-media-ruby
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-voice-media-ruby": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-voice-media-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 interact with Telnyx Voice Media APIs using Ruby. It enables the agent to programmatically manage voice media resources, such as fetching audio files and generating call logs. The skill provides a convenient abstraction layer for common Telnyx operations, simplifying integration into AI workflows.
When to use it
- Automated Call Logging: Automatically record and store details of phone calls made or received by an agent.
- Audio File Retrieval: Retrieve audio recordings associated with specific call identifiers for analysis or archival purposes.
- Voice Media Resource Management: Programmatically create, update, or delete voice media resources within a Telnyx account.
- Automated Transcription Workflow: Trigger transcription services based on incoming audio files.
Key capabilities
- Ruby API client for Telnyx Voice Media
- Resource management (fetching, creation, updating)
- Call log generation and retrieval
Example prompts
- "Get the audio file associated with call ID '12345'."
- "Create a new voice media resource from this recording."
- "Log a phone call between agent X and customer Y."
Tips & gotchas
- Requires a valid Telnyx API key to function. Ensure the API key is properly configured within the AI agent's environment.
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.