Telnyx Voice Gather Python

🌐Community
by team-telnyx · vlatest · Repository

Collects user voice input via Telnyx's Gather API using Python for automated workflows and data processing.

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-gather-python npx -- -y @trustedskills/telnyx-voice-gather-python
2

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

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

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The telnyx-voice-gather-python skill allows AI agents to collect spoken input from users via a voice call. It leverages the Telnyx Voice API to initiate calls, record audio, and transcribe collected speech into text. This enables interactive voice response (IVR) systems or applications requiring user voice input.

When to use it

  • Automated Customer Service: Implement an IVR system where users can provide spoken responses for account verification or issue reporting.
  • Voice-Based Surveys: Conduct surveys by prompting users with questions and recording their verbal answers.
  • Dictation Services: Allow users to dictate text, such as notes or messages, through a voice call.
  • Interactive Games/Applications: Create interactive experiences where user input is gathered via spoken commands.

Key capabilities

  • Initiates outbound phone calls using the Telnyx Voice API.
  • Records audio from the caller's microphone.
  • Transcribes recorded audio into text.

Example prompts

  • "Call a user and ask them to record their order number."
  • "Start a call, play a greeting, then wait for the user to speak for 10 seconds."
  • "Initiate an outbound call and collect a spoken response to the question 'What is your zip code?'"

Tips & gotchas

  • Requires a Telnyx API key configured within the agent environment.
  • Transcription accuracy depends on audio quality and background noise.

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
5

🌐 Community

Passed automated security scans.