Skip to main content

Installation Quickstart

Choose your setup method:
The Skills CLI works with Codex, Cursor, OpenClaw, Gemini CLI, GitHub Copilot, and more.
Example:

Agent-specific commands

See the full list of supported agents.
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.
What’s covered: 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

  1. Describe what you want to build in natural language.
  2. The agent reads Telnyx SDK documentation through the installed skill.
  3. The agent writes production-ready code with proper auth, error handling, and best practices.
  4. Review and iterate until complete.
Skills provide:
  • Complete SDK reference documentation
  • Code examples and patterns
  • Error handling best practices
  • Authentication setup guides
  • Webhook configuration examples

Resources

Contributing

See the Agent Skills Repository for contribution guidelines and to report issues.