Telnyx Voice Media Javascript

🌐Community
by team-telnyx · vlatest · Repository

Transcode, manipulate, and stream real-time voice media during calls using JavaScript within your Telnyx workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add telnyx-voice-media-javascript npx -- -y @trustedskills/telnyx-voice-media-javascript
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "telnyx-voice-media-javascript": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/telnyx-voice-media-javascript"
      ]
    }
  }
}

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's Voice Media API using JavaScript. It enables the agent to programmatically manage voice calls, including initiating outbound calls, handling inbound call events (like rings and answers), and playing audio files. This provides a programmatic interface for building sophisticated voice-enabled applications.

When to use it

  • Automated Customer Service: An AI agent can handle incoming customer support calls automatically, routing them or providing information via synthesized speech.
  • Appointment Reminders: Schedule automated outbound calls to remind users of upcoming appointments.
  • Interactive Voice Response (IVR): Build custom IVR systems that respond dynamically based on user input and data.
  • Voice-Based Notifications: Send voice notifications for events like order updates or security alerts.

Key capabilities

  • Initiate outbound calls via the Telnyx API.
  • Handle inbound call events (ringing, answered).
  • Play audio files during calls.
  • JavaScript integration for programmatic control.

Example prompts

  • "Call John Doe at 555-123-4567 and play a greeting."
  • "Answer incoming calls and route them to the queue labeled 'Sales'."
  • "Send an outbound call to all contacts in the list 'Reminders' with the audio file 'appointment_reminder.mp3'."

Tips & gotchas

  • Requires a Telnyx API key to function correctly. Ensure your agent has the necessary credentials configured.
  • Voice Media API usage is subject to Telnyx’s rate limits and pricing.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
team-telnyx
Installs
9

🌐 Community

Passed automated security scans.