Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Register for 10DLC (10-Digit Long Code) to enable A2P SMS in the USA.
# 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>
Telnyx CLI installed: npm install -g @telnyx/api-cli API key configured: telnyx auth setup At least one US phone number
Interactive wizard (easiest): telnyx 10dlc wizard
telnyx 10dlc brand create --sole-prop \ --display-name "Your Business Name" \ --phone +15551234567 \ --email you@example.com
telnyx 10dlc brand get <brand-id> telnyx 10dlc brand verify <brand-id> --pin 123456
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."
telnyx 10dlc assign +15551234567 <campaign-id>
telnyx 10dlc campaign get <campaign-id>
Use CaseDescription2FAAuth codesCUSTOMER_CARESupport messagesACCOUNT_NOTIFICATIONAccount alertsDELIVERY_NOTIFICATIONShipping updatesMIXEDMultiple purposes List all: telnyx 10dlc usecases
telnyx 10dlc brand list telnyx 10dlc campaign list telnyx 10dlc assignment status +15551234567
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
# 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}'
StepTypical TimeBrand creationInstantBrand verification1-5 minutes (PIN via SMS/email)Brand approval24-72 hoursCampaign review24-48 hoursNumber assignmentInstant (after campaign approved)
Telnyx docs: https://developers.telnyx.com/docs/messaging/10dlc Support portal: https://support.telnyx.com API status: https://status.telnyx.com
Brand and campaign registration: Free
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.