Telnyx Voice Media Python

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

Transcribes, analyzes, and manipulates audio media files using Python via Telnyx's voice APIs for backend 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-media-python npx -- -y @trustedskills/telnyx-voice-media-python
2

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

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

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

About This Skill

What it does

This skill allows AI agents to manipulate and process voice media files using the Telnyx Python SDK. It can perform actions like converting audio formats (e.g., from WAV to MP3), trimming audio segments, and potentially other media transformations. The core functionality revolves around leveraging Telnyx's APIs for voice media handling within a Python environment.

When to use it

  • Automated voicemail transcription: Process incoming voicemails, convert them to text using another skill, and archive the audio.
  • Call recording cleanup: Trim unwanted silence or noise from call recordings before storage or analysis.
  • Audio file format conversion: Convert audio files into a desired format for compatibility with different systems or applications.
  • Creating custom audio prompts: Generate short, customized audio clips for automated phone interactions.

Key capabilities

  • Voice media manipulation using the Telnyx Python SDK.
  • Audio format conversion (specific formats not listed).
  • Trimming of audio segments.

Example prompts

  • "Convert this WAV file to MP3."
  • "Trim the first 10 seconds from this audio recording."
  • β€œCan you shorten this audio clip?”

Tips & gotchas

  • Requires a Telnyx API key for authentication and access to their services.
  • The specific supported audio formats are determined by the Telnyx Python SDK's capabilities, which may evolve over time.

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.