📱
DevOpsTypeScript

Telnyx 10DLC

by team-telnyx

Telnyx 10DLC is a DevOps skill for Claude Code, published by team-telnyx in ai.

212 stars22 forkson team-telnyx/aiAdded 2026/09/04Repository updated 2026/09/03
agent-skillsaiai-coding-agentclaude-codecpaascursoriotllmsdksipsmsspeech-to-texttelephonytelnyxttstwilio-migrationvoice-agentsvoice-aiwebrtcwindsurf
Install in seconds
Install Telnyx 10DLC
Copy Telnyx 10DLC into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/team-telnyx/ai/tree/main/skills/telnyx-10dlc-go ~/.claude/skills/telnyx-10dlc-go

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/team-telnyx/ai.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/telnyx-10dlc-go/SKILL.md in team-telnyx/ai
Installs to
~/.claude/skills/telnyx-10dlc-go
Collection
One of 25 skills cataloged from this repository
Category
DevOps920 skills

What Telnyx 10DLC does

Telnyx 10DLC registers US A2P brands and campaigns, then assigns phone numbers or messaging profiles so messaging can become compliant and send-ready. Use it when automating Telnyx 10DLC setup in Go.

Telnyx 10DLC is cataloged under DevOps on DirSkills. Telnyx 10DLC comes from a repository tagged agent-skills, ai, ai-coding-agent, claude-code and cpaas.

Documentation

README

Telnyx 10DLC - Go

Installation

go get github.com/team-telnyx/telnyx-go

Setup

import (
  "context"
  "fmt"
  "os"

  "github.com/team-telnyx/telnyx-go"
  "github.com/team-telnyx/telnyx-go/option"
)

client := telnyx.NewClient(
  option.WithAPIKey(os.Getenv("TELNYX_API_KEY")),
)

All examples below assume client is already initialized as shown above.

Error Handling

All API calls can fail with network errors, rate limits (429), validation errors (422), or authentication errors (401). Always handle errors in production code:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Telnyx 10DLC

  • What else does team-telnyx publish alongside Telnyx 10DLC?

    Telnyx 10DLC is one of 25 skills that DirSkills catalogs from team-telnyx/ai, the repository it ships in. Its siblings there include Push Notification Tester, Telnyx 10DLC and Telnyx 10DLC. Each one is a separate skill with its own page in this directory, installs the same way Telnyx 10DLC does, and is maintained by team-telnyx in that same repository. The rest of the collection is listed on the team-telnyx/ai page.

  • How does Telnyx 10DLC compare to other DevOps skills?

    Telnyx 10DLC ranks #836 by stars among the 920 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Telnyx 10DLC against them. Open each page to compare what they document and how they install.