Telnyx 10Dlc Python
Automates Telnyx voice & SMS provisioning using Python, enabling dynamic number allocation and configuration for backend systems.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add telnyx-10dlc-python npx -- -y @trustedskills/telnyx-10dlc-python
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-10dlc-python": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-10dlc-python"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to the Telnyx 10DLC API using Python. It allows AI agents to send and receive SMS messages via a 10-digit long code, enabling direct communication with users in a compliant manner. The skill handles authentication and request formatting for interacting with the Telnyx platform.
When to use it
- Automating customer support interactions through SMS.
- Sending appointment reminders or notifications.
- Facilitating two-factor authentication (2FA) via SMS.
- Building interactive SMS applications or chatbots.
Key capabilities
- SMS sending functionality
- Authentication with the Telnyx API
- Request formatting for 10DLC messages
- Python implementation
Example prompts
- "Send an SMS to [phone number] saying '[message]'."
- "What is the status of message sent to [phone number]?"
- "Initiate a conversation with [phone number]."
Tips & gotchas
- Requires a Telnyx account and API keys.
- 10DLC compliance requirements must be adhered to when sending messages.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.