Telnyx Voice Javascript
Integrate Telnyx voice calling functionality into your JavaScript applications using this robust backend skill.
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-javascript npx -- -y @trustedskills/telnyx-voice-javascript
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-voice-javascript": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-voice-javascript"
]
}
}
}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 JavaScript. It allows for initiating outbound calls, receiving inbound call notifications, and managing call states like answering, hanging up, and transferring calls. The skill simplifies integration with Telnyx's robust telephony platform within an agent workflow.
When to use it
- Automated Outbound Calls: Schedule and execute automated phone calls for tasks like appointment reminders or order confirmations.
- Interactive Voice Response (IVR): Build custom IVR systems that dynamically route callers based on their input.
- Call Center Automation: Integrate with existing call center infrastructure to automate repetitive tasks, such as transferring calls to specialized agents.
- Real-time Call Management: Respond to inbound calls and manage ongoing call states programmatically within an agent's context.
Key capabilities
- Initiate outbound phone calls
- Receive inbound call notifications
- Answer incoming calls
- Hang up calls
- Transfer calls
Example prompts
- "Make a phone call to +15551234567 and play the greeting 'Hello, this is an automated message.'"
- "When I receive an inbound call, answer it and connect me."
- "Transfer the current active call to agent John Doe."
Tips & gotchas
- Requires a Telnyx API key for authentication. Ensure your API key has the necessary permissions configured in your Telnyx account.
- The skill handles asynchronous operations; proper error handling and state management are crucial for reliable 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.