โ† All skills
Tencent SkillHub ยท Developer Tools

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, config.json, scripts/assign.sh, scripts/register.sh, scripts/status.sh, setup.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 16 sections Open source page

10DLC Registration

Register for 10DLC (10-Digit Long Code) to enable A2P SMS in the USA.

Quick Start with Scripts

# Interactive registration wizard ./scripts/register.sh # Check status of brands/campaigns ./scripts/status.sh # Assign a phone number to a campaign ./scripts/assign.sh +15551234567 <campaign-id>

Prerequisites

Telnyx CLI installed: npm install -g @telnyx/api-cli API key configured: telnyx auth setup At least one US phone number

Quick Start

Interactive wizard (easiest): telnyx 10dlc wizard

Step 1: Create Sole Proprietor Brand

telnyx 10dlc brand create --sole-prop \ --display-name "Your Business Name" \ --phone +15551234567 \ --email you@example.com

Step 2: Verify Brand (if required)

telnyx 10dlc brand get <brand-id> telnyx 10dlc brand verify <brand-id> --pin 123456

Step 3: Create Campaign

telnyx 10dlc campaign create \ --brand-id <brand-id> \ --usecase CUSTOMER_CARE \ --description "Customer notifications and support" \ --sample-message-1 "Your order #12345 has shipped." \ --sample-message-2 "Reply STOP to opt out."

Step 4: Assign Phone Number

telnyx 10dlc assign +15551234567 <campaign-id>

Step 5: Wait for Approval

telnyx 10dlc campaign get <campaign-id>

Use Cases

Use CaseDescription2FAAuth codesCUSTOMER_CARESupport messagesACCOUNT_NOTIFICATIONAccount alertsDELIVERY_NOTIFICATIONShipping updatesMIXEDMultiple purposes List all: telnyx 10dlc usecases

Status Commands

telnyx 10dlc brand list telnyx 10dlc campaign list telnyx 10dlc assignment status +15551234567

Common Errors

ErrorCauseSolutionBrand verification requiredSole proprietor brands need phone verificationCheck email/SMS for PIN, run telnyx 10dlc brand verify <id> --pin <code>Campaign rejected: insufficient descriptionDescription too vagueBe specific about message purpose, include business contextSample messages must include opt-outMissing STOP instructionsAdd "Reply STOP to unsubscribe" to sample messagesPhone number already assignedNumber linked to another campaignRun telnyx 10dlc unassign +1... firstBrand pendingStill under review (24-72h typical)Wait and check status with telnyx 10dlc brand get <id>Invalid use case for sole proprietorSome use cases restrictedSole prop limited to: 2FA, CUSTOMER_CARE, DELIVERY_NOTIFICATION, ACCOUNT_NOTIFICATIONRate limit exceededToo many API callsWait 60s and retry

Debug Tips

# Verbose output for debugging telnyx 10dlc brand get <id> --json # Check number assignment status telnyx 10dlc assignment status +15551234567 # List all campaigns with details telnyx 10dlc campaign list --json | jq '.data[] | {id, status, usecase}'

Timeline Expectations

StepTypical TimeBrand creationInstantBrand verification1-5 minutes (PIN via SMS/email)Brand approval24-72 hoursCampaign review24-48 hoursNumber assignmentInstant (after campaign approved)

Getting Help

Telnyx docs: https://developers.telnyx.com/docs/messaging/10dlc Support portal: https://support.telnyx.com API status: https://status.telnyx.com

Pricing

Brand and campaign registration: Free

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts1 Docs1 Config
  • SKILL.md Primary doc
  • scripts/assign.sh Scripts
  • scripts/register.sh Scripts
  • scripts/status.sh Scripts
  • setup.sh Scripts
  • config.json Config