Telnyx Messaging Python
Sends and receives SMS messages via the Telnyx API using Python, enabling automated communication workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add telnyx-messaging-python npx -- -y @trustedskills/telnyx-messaging-python
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-messaging-python": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-messaging-python"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to send and receive SMS messages using the Telnyx API. It provides functionality for composing, sending, and retrieving message status updates programmatically. This enables automated communication workflows and integration with other systems that rely on SMS messaging.
When to use it
- Automated Notifications: Send appointment reminders or order confirmations via SMS.
- Two-Factor Authentication (2FA): Implement 2FA using one-time passwords delivered through SMS.
- Customer Support: Respond to customer inquiries and provide support updates directly over SMS.
- Marketing Campaigns: Send promotional messages or alerts to a list of contacts.
Key capabilities
- Sending SMS messages
- Retrieving message status (e.g., sent, delivered, failed)
- Integration with the Telnyx API
- Python-based implementation
Example prompts
- "Send an SMS to +15551234567 saying 'Your appointment is confirmed for tomorrow at 2pm.'"
- "What's the status of message ID abcdefg?"
- "Send a welcome SMS to all new users."
Tips & gotchas
- Requires a Telnyx API key and configuration. Ensure your environment variables are set correctly with your Telnyx credentials before using this skill.
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.