Telnyx Voice Gather Java

🌐Community
by team-telnyx Β· vlatest Β· Repository

Collects user voice input via Telnyx's Java SDK for automated workflows and speech 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-java npx -- -y @trustedskills/telnyx-voice-gather-java
2

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

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

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

About This Skill

What it does

This skill allows AI agents to collect spoken input from a user via voice prompts, using the Telnyx Voice Gather API. It handles initiating calls, playing prompts, recording responses, and terminating the call after gathering the required information. The collected audio can then be processed or used for further actions within the agent's workflow.

When to use it

  • Interactive Voice Response (IVR): Implement a simple IVR system where users respond to spoken prompts to navigate options.
  • Voice-Based Authentication: Gather voice samples for authentication purposes, comparing them against stored recordings.
  • Dictation/Transcription Input: Collect spoken text from the user that can be transcribed into written form.
  • Collecting User Feedback: Prompt users with questions and record their verbal responses to gather feedback on a service or product.

Key capabilities

  • Initiates outbound voice calls using Telnyx API.
  • Plays pre-defined prompts to guide the user.
  • Records user audio input during the call.
  • Terminates the call after recording is complete.

Example prompts

  • "Please state your order number."
  • "For English, press 1. For Spanish, press 2."
  • β€œCan you please repeat the security code?”

Tips & gotchas

  • Requires a Telnyx API key and configuration for outbound calls.
  • Ensure proper error handling is implemented to manage call failures or unexpected user behavior.

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
6

🌐 Community

Passed automated security scans.