Telnyx Voice Gather Java
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.
Run in terminal (recommended)
claude mcp add telnyx-voice-gather-java npx -- -y @trustedskills/telnyx-voice-gather-java
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.