Telnyx Sip Ruby
This skill enables Ruby developers to seamlessly integrate Telnyx's SIP services into their applications via API calls for voice and messaging.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add telnyx-sip-ruby npx -- -y @trustedskills/telnyx-sip-ruby
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-sip-ruby": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-sip-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 the Telnyx SIP (Session Initiation Protocol) API using Ruby. It enables sending and receiving SIP calls, managing call flows, and integrating telephony functionality into agent workflows. Specifically, it facilitates tasks like initiating outbound calls, answering incoming calls, and potentially handling basic call control functions.
When to use it
- Automated Call Routing: Route inbound customer calls based on AI-determined criteria (e.g., sentiment, topic).
- Outbound Notifications: Initiate automated phone calls for appointment reminders or critical alerts.
- Interactive Voice Response (IVR) Integration: Build custom IVR systems controlled by the AI agent's logic.
- Telephony API Testing: Automate testing of Telnyx SIP functionality and integrations.
Key capabilities
- Ruby interface to the Telnyx SIP API
- Call initiation
- Call answering
- SIP call flow management
Example prompts
- "Initiate a call to +15551234567 using my configured SIP endpoint."
- "Answer incoming calls and transcribe the audio for analysis."
- "Send a DTMF sequence '1234' during an active call."
Tips & gotchas
- Requires a Telnyx account and API credentials to function.
- Familiarity with SIP concepts is helpful for advanced usage.
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.