Telnyx Messaging Javascript
Send and receive SMS messages via Telnyx's JavaScript API, enabling programmatic messaging 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-javascript npx -- -y @trustedskills/telnyx-messaging-javascript
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-messaging-javascript": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-messaging-javascript"
]
}
}
}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 through JavaScript. This enables automated communication workflows within your agent's capabilities.
When to use it
- Automated Notifications: Send appointment reminders or order confirmations directly to users via SMS.
- Two-Factor Authentication (2FA): Implement 2FA by sending verification codes to user phone numbers.
- Customer Support: Allow agents to communicate with customers through SMS for quicker responses and personalized support.
- Emergency Alerts: Send urgent notifications or alerts to a group of users via SMS.
Key capabilities
- Send SMS messages
- Retrieve message status updates
- JavaScript integration
- Telnyx API access
Example prompts
- "Send an SMS to +15551234567 saying 'Your appointment is confirmed for tomorrow at 2pm.'"
- "What's the status of the SMS I sent to +15559876543?"
- "Send a verification code of 123456 to +15550001111."
Tips & gotchas
- Requires an active Telnyx account and API key for authentication.
- Be mindful of SMS sending limits and costs associated with the Telnyx platform.
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.