← Back to Skills Marketplace
10dlc Registration
by
teamtelnyx
· GitHub ↗
· v1.0.0
863
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install telnyx-10dlc
Description
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.
Usage Guidance
This skill appears to do only what it claims: it wraps Telnyx CLI commands to register 10DLC and requires a Telnyx API key and the Telnyx CLI. Before installing or running setup.sh: verify you trust the '@telnyx/api-cli' package and its source, be prepared that 'npm install -g' will modify your system/node environment, and never share your TELNYX_API_KEY with untrusted parties. The scripts prompt before making assignments; run test.sh to validate CLI/auth prior to doing real registrations.
Capability Analysis
Type: OpenClaw Skill
Name: telnyx-10dlc
Version: 1.0.0
The OpenClaw AgentSkills skill bundle for Telnyx 10DLC registration appears benign. All scripts (`assign.sh`, `register.sh`, `status.sh`, `setup.sh`, `test.sh`) and the `SKILL.md` documentation consistently focus on interacting with the Telnyx CLI for 10DLC management. There is no evidence of data exfiltration, malicious execution (e.g., `curl|bash`, `eval`), persistence mechanisms, obfuscation, or prompt injection attempts in `SKILL.md` designed to mislead the agent. The scripts use standard shell practices and pass arguments directly to the `telnyx` CLI, which is the intended behavior for this skill.
Capability Assessment
Purpose & Capability
Name/description match the actual behavior: scripts and README use the Telnyx CLI and Telnyx API to create brands/campaigns and assign numbers. Required binary (telnyx) and required env var (TELNYX_API_KEY) are appropriate for the stated purpose.
Instruction Scope
SKILL.md and scripts stay within the 10DLC registration domain: they call telnyx 10dlc commands, check auth, prompt the user before assignments, and provide troubleshooting. There are no instructions to read unrelated files, access unrelated credentials, or send data to endpoints outside Telnyx/documentation links.
Install Mechanism
There is no package install spec in the registry metadata, but setup.sh installs the Telnyx CLI via 'npm install -g @telnyx/api-cli' if npm is available. Installing a global npm package modifies the system environment and requires privilege; this is expected for a CLI-based skill but users should verify the package origin/version before installing.
Credentials
Only TELNYX_API_KEY is required and declared as the primary credential. The scripts do not request unrelated secrets or other environment variables. telnyx auth setup will prompt interactively for credentials as expected.
Persistence & Privilege
Skill does not request always:true and is user-invocable. Setup modifies local state only by installing the Telnyx CLI (global npm install) and making included scripts executable (chmod). Those are reasonable for this functionality but are system-level changes the user should be aware of.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install telnyx-10dlc - After installation, invoke the skill by name or use
/telnyx-10dlc - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with comprehensive 10DLC (10-Digit Long Code) registration workflow for Telnyx.
- Enables users to register as a sole proprietor for 10DLC to send compliant SMS in the USA.
- Provides interactive scripts and manual CLI commands for brand/campaign registration, phone number assignment, and status checks.
- Includes troubleshooting tips, error explanations, and typical approval timelines.
- Details common A2P SMS use cases and outlines requirements, with free brand/campaign registration.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 863 downloads so far.
How do I install 10dlc Registration?
Run "/install telnyx-10dlc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 10dlc Registration free?
Yes, 10dlc Registration is completely free (open-source). You can download, install and use it at no cost.
Which platforms does 10dlc Registration support?
10dlc Registration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 10dlc Registration?
It is built and maintained by teamtelnyx (@teamtelnyx); the current version is v1.0.0.
More Skills