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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dotcom-squad/telnyx-toolkitWhat 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
- "Use the telnyx-toolkit to transcribe the audio file located at /data/meetings/recordings/call_001.mp3 and summarize the key action items."
- "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."
- "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_KEYis 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.mdfile 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dotcom-squad-telnyx-toolkit": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution
Related Skills
telnyx-rag
Semantic search and Q&A over workspace files using Telnyx Storage + AI embeddings. Index your memory, knowledge, and skills for natural language retrieval and AI-powered answers.
telnyx-network
Private mesh networking and public IP exposure via Telnyx WireGuard infrastructure. Connect nodes securely or expose services to the internet.
10dlc-registration
Register for 10DLC as a sole proprietor to enable SMS messaging in the USA. Use when setting up A2P SMS, registering brands/campaigns, or assigning phone numbers for compliant US messaging. Requires Telnyx CLI.
sip-voice-call-control
Voice interface using Telnyx Call Control API. Answer phone calls with AI, function calling, and natural conversation. Use for hands-free assistant access, phone-based reminders, or voice-controlled tools. Requires Node.js and Telnyx API key.
backup-to-telnyx-storage
Backup and restore your OpenClaw workspace to Telnyx Storage. Simple CLI-based scripts with no external dependencies.