SkillsLLM
CategoriesBlogAI NewsAbout
HomeAI Agentstelnyx-skills

telnyx-skills

by team-telnyx

Pending

Official Telnyx skills for AI coding agents

138stars
7forks
Shell
Added 3/10/2026
View on GitHubDownload ZIP
AI Agentsagent-skillsaiai-coding-agentclaude-codecpaascursoriotllmsdksipsmsspeech-to-texttelephonytelnyxttstwilio-migrationvoice-agentsvoice-aiwebrtcwindsurf
Installation
# Add to your Claude Code skills
git clone https://github.com/team-telnyx/telnyx-skills
README.md

Telnyx Agent Skills

Official skills for AI coding agents to integrate Telnyx APIs using the native SDKs.

These skills follow the Agent Skills specification and can be installed in AI coding assistants like Claude Code, Cursor, Windsurf, and other compatible agents.

Quick Start (Claude Code)

Step 1. Add the Telnyx skills marketplace (one-time setup):

/plugin marketplace add team-telnyx/telnyx-skills

Step 2. Install a plugin — pick a plugin from table below:

/plugin install <PLUGIN>@telnyx-skills

Replace <PLUGIN> with the plugin from the table below e.g /plugin install telnyx-python@telnyx-skills or /plugin install telnyx-twilio-migration@telnyx-skills

<!-- BEGIN GENERATED PLUGIN_TABLE -->

| Plugin | Language | |--------|----------| | telnyx-curl | curl (REST API) | | telnyx-go | Go | | telnyx-java | Java | | telnyx-javascript | JavaScript / Node.js | | telnyx-python | Python | | telnyx-ruby | Ruby | | telnyx-webrtc-client | WebRTC client SDKs (JS, iOS, Android, Flutter, React Native) | | telnyx-twilio-migration | Migrate from Twilio to Telnyx | | telnyx-cli | Telnyx CLI |

<!-- END GENERATED PLUGIN_TABLE -->

Each language plugin includes all <!-- PRODUCT_COUNT -->36<!-- /PRODUCT_COUNT --> Telnyx products (messaging, voice, numbers, IoT, AI, and more).

The WebRTC client plugin covers building VoIP calling apps — see WebRTC Client SDKs for details.

Example

After installing, your AI agent knows how to write correct Telnyx SDK code:

import os
from telnyx import Telnyx

client = Telnyx(api_key=os.environ.get("TELNYX_API_KEY"))

# Send an SMS
response = client.messages.send(
    from_="+15550001234",
    to="+18445550001",
    text="Hello from Telnyx!",
)
print(response.data)

Available Skills

Skills are organized by product and language. Each product is available in JavaScript, Python, Go, Java, and Ruby (append the language suffix, e.g. telnyx-messaging-python).

<!-- BEGIN GENERATED SKILLS_TABLE -->

Messaging

| Skill | Description | |-------|-------------| | telnyx-messaging-* | Send/receive SMS/MMS, manage messaging numbers, handle opt-outs | | telnyx-messaging-profiles-* | Messaging profiles, number pools, short codes | | telnyx-messaging-hosted-* | Hosted SMS numbers, toll-free verification, RCS | | telnyx-10dlc-* | 10DLC brand/campaign registration for A2P compliance |

Voice & Communications

| Skill | Description | |-------|-------------| | telnyx-voice-* | Call control: dial, answer, hangup, transfer, bridge | | telnyx-voice-media-* | Audio playback, text-to-speech, call recording | | telnyx-voice-gather-* | DTMF/speech input collection, AI-powered gather | | telnyx-voice-streaming-* | Real-time audio streaming, forking, transcription | | telnyx-voice-conferencing-* | Conference calls, queu...

Comments (0)
to leave a comment.

No comments yet. Be the first to share your thoughts!

Related Skills

n8n

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
178,903
55,726
TypeScript
MCP Serversaiapis
View details
gemini-cli

by google-gemini

An open-source AI agent that brings the power of Gemini directly into your terminal.
97,469
12,195
TypeScript
AI Agentsaiai-agents
View details
everything-claude-code

by affaan-m

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
73,757
9,228
JavaScript
AI Agentsai-agentsanthropic
View details
context7

by upstash

Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
48,800
2,303
TypeScript
MCP Serversllmmcp
View details
TrendRadar

by sansan0

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。
48,795
22,617
Python
MCP Serversaibark
View details
awesome-claude-skills

by ComposioHQ

A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
43,513
4,373
Python
AI Agentsagent-skillsai-agents
View details