Telnyx Voice Gather Javascript
Collects user voice input via DTMF tones using JavaScript within a Telnyx call flow for data capture.
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-javascript npx -- -y @trustedskills/telnyx-voice-gather-javascript
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-voice-gather-javascript": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-voice-gather-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 gather voice input from users using the Telnyx Voice Gather API. It handles initiating a call, prompting the user for audio input, and then returning the collected speech as text. This enables conversational AI applications that require spoken responses from users.
When to use it
- Interactive Voice Response (IVR) systems: Collect user selections or information through voice commands.
- Voice-based surveys: Gather feedback by prompting users with questions and recording their verbal answers.
- Dictation services: Allow users to dictate text, which can then be processed further.
- Spoken search: Enable users to perform searches using spoken queries instead of typed keywords.
Key capabilities
- Initiates a Telnyx Voice Gather call.
- Prompts the user for audio input.
- Returns transcribed speech as text.
Example prompts
- "Start a voice gather session and ask 'Please state your order number.'"
- "Begin a voice gathering task, limit to 10 seconds."
- "Initiate a call to collect feedback on the last transaction."
Tips & gotchas
- Requires an active Telnyx account and API key for authentication.
- Consider setting appropriate timeouts to prevent excessively long recording durations.
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.