Installation Quickstart
Choose your setup method:- Skills CLI
- Claude Code Plugins
- Manual Setup
The Skills CLI works with Codex, Cursor, OpenClaw, Gemini CLI, GitHub Copilot, and more.Example:
See the full list of supported agents.
Agent-specific commands
Codex
Codex
Claude Code
Claude Code
Cursor
Cursor
OpenClaw
OpenClaw
Gemini CLI
Gemini CLI
GitHub Copilot
GitHub Copilot
Use only the skills your project actually needs. Loading too many skills wastes tokens and dilutes context.
You’ll need a Telnyx API key when you’re ready to make API calls.
Available Skills
Skills are organized by product and language. Each product skill is available in curl, JavaScript, Python, Go, Java, and Ruby. Replace* with your language suffix (e.g., telnyx-voice-python, telnyx-messaging-go).
Messaging
Voice & Communications
Numbers
AI
IoT & Networking
Other Products
Account Management
WebRTC Client SDKs
The skills above cover server-side Telnyx APIs. For building calling apps where users make/receive VoIP calls, you need client-side WebRTC SDKs:
Each covers authentication, making/receiving calls, call controls, push notifications, and AI Agent integration.
Building a calling app typically requires two skills: a server-side plugin (e.g.
telnyx-voice-python) for credentials/tokens, and a client-side WebRTC skill for the UI.Twilio Migration
A comprehensive 6-phase orchestrated workflow for migrating from Twilio to Telnyx.
Includes automated scripts for pre-flight checks, usage scanning, linting, validation, and smoke tests.
Example Prompts
Once installed, try asking your agent:How It Works
- Describe what you want to build in natural language.
- The agent reads Telnyx SDK documentation through the installed skill.
- The agent writes production-ready code with proper auth, error handling, and best practices.
- Review and iterate until complete.
- Complete SDK reference documentation
- Code examples and patterns
- Error handling best practices
- Authentication setup guides
- Webhook configuration examples