Telnyx Voice Python
Integrates Python code with Telnyx voice APIs to build custom call flows and interactive voice applications.
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-python npx -- -y @trustedskills/telnyx-voice-python
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-voice-python": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-voice-python"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with the Telnyx voice API using Python. It allows for making and receiving phone calls programmatically, sending DTMF tones, and handling call events like answer, hangup, and speech recognition. The agent can leverage this skill to automate outbound calling campaigns or build interactive voice response (IVR) systems.
When to use it
- Automating outbound sales calls with personalized greetings and follow-ups.
- Building a simple IVR system for customer service inquiries.
- Integrating voice capabilities into an existing AI agent workflow, such as placing calls based on user requests.
- Receiving incoming phone calls and routing them to the appropriate agent or department.
Key capabilities
- Making outbound phone calls
- Receiving inbound phone calls
- Sending DTMF tones during a call
- Handling call events (answer, hangup, speech recognition)
Example prompts
- "Place a call to 555-123-4567 and say 'Hello, this is an automated message.'"
- "Answer incoming calls and route them to the sales department."
- "Send DTMF code 1234 during the call."
Tips & gotchas
- Requires a Telnyx API key for authentication.
- Familiarity with Python programming is necessary to utilize this skill effectively.
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.