ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

telnyx-toolkit

Complete Telnyx toolkit — ready-to-use tools (STT, TTS, RAG, Networking, 10DLC) plus SDK documentation for JavaScript, Python, Go, Java, and Ruby.

Why use this skill?

A complete Telnyx integration suite for AI agents. Features STT, TTS, RAG, 10DLC registration, and cross-language SDK support for rapid development.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dotcom-squad/telnyx-toolkit
Or

What This Skill Does

The telnyx-toolkit is a comprehensive suite of utilities designed to integrate Telnyx cloud infrastructure directly into your AI agent workflows. It serves as a bridge between high-level autonomous tasks and low-level telecom or networking protocols. By providing direct access to Speech-to-Text (STT), Text-to-Speech (TTS), and Voice SIP control, this skill allows your agent to handle sophisticated phone-based interactions. Additionally, it features robust networking tools like WireGuard mesh connectivity, RAG-based search capabilities using Telnyx storage, and an interactive 10DLC registration wizard to ensure compliance with A2P messaging standards. The toolkit also serves as a centralized documentation hub, providing standardized SDK references across JavaScript, Python, Go, Java, and Ruby, making it an essential companion for developers building Telnyx-powered applications.

Installation

To integrate this toolkit into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/dotcom-squad/telnyx-toolkit Once installed, ensure your environment is configured with your credentials: export TELNYX_API_KEY="your_key_here" This allows the individual scripts located in the {baseDir}/tools/ directory to communicate securely with your Telnyx account.

Use Cases

  • Voice Assistants: Build agents that can place scheduled calls, listen to responses, transcribe them using Whisper, and trigger follow-up actions.
  • Regulatory Compliance: Use the interactive 10DLC wizard to simplify the complex process of registering brand and campaign information for A2P SMS messaging.
  • Secure Networking: Establish WireGuard mesh networks to securely connect remote agents to private infrastructure or public IP endpoints.
  • Intelligent Knowledge Bases: Index local markdown files or documents into Telnyx Storage to power semantic search for RAG-enabled agents.
  • Media Processing: Automate the conversion of text logs to audio reports (TTS) or process customer voicemail transcripts (STT).

Example Prompts

  1. "Use the telnyx-toolkit to transcribe the audio file located at /data/meetings/recordings/call_001.mp3 and summarize the key action items."
  2. "I need to register our new business entity for 10DLC messaging. Start the setup wizard from the telnyx-toolkit and guide me through the required inputs."
  3. "Index all documentation files in the /docs folder into the 'company-knowledge' Telnyx bucket so I can perform semantic searches on them."

Tips & Limitations

  • Authentication: Always ensure your TELNYX_API_KEY is kept secure and not hard-coded into version-controlled scripts. Use local environment variables or vault secrets.
  • Network Permissions: Because this tool facilitates mesh networking and external API calls, verify your system firewall settings to allow the necessary outbound/inbound ports.
  • Tool Directory: Always refer to the SKILL.md file within specific tool directories (e.g., {baseDir}/tools/rag/SKILL.md) for edge cases and advanced configuration flags specific to that utility.
  • Monitoring: When running scheduled missions, monitor your Telnyx dashboard to track usage costs and ensure your account has sufficient balance to avoid service interruptions during high-traffic periods.

Metadata

Stars1335
Views1
Updated2026-02-23
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dotcom-squad-telnyx-toolkit": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#telecom#automation#voice#networking#sdk
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api, code-execution