Telnyx Messaging Hosted Javascript
Integrate Telnyx messaging directly into your web app using a hosted JavaScript snippet for reliable delivery.
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-hosted-javascript npx -- -y @trustedskills/telnyx-messaging-hosted-javascript
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-messaging-hosted-javascript": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-messaging-hosted-javascript"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides a hosted JavaScript library for sending and receiving SMS messages via Telnyx. It simplifies integrating messaging functionality into AI agents without needing to manage complex API calls or server-side infrastructure. The library handles authentication, message formatting, and delivery status updates.
When to use it
- Automated Customer Support: Allow an agent to send confirmation codes or support information directly to a user's phone.
- Appointment Reminders: Automatically send reminders for scheduled appointments via SMS.
- Order Updates: Provide real-time order status updates and shipping notifications to customers.
- Two-Factor Authentication (2FA): Implement 2FA by sending verification codes over SMS.
Key capabilities
- Hosted JavaScript library
- SMS message sending
- SMS message receiving
- Delivery status tracking
- Authentication with Telnyx
Example prompts
- "Send a text message to +15551234567 saying 'Your appointment is confirmed for tomorrow at 2pm.'"
- "Check the delivery status of message ID abcdefg."
- "What's the latest SMS received from phone number +15557890123?"
Tips & gotchas
- Requires a Telnyx API key to authenticate. Ensure your agent has access to this key securely.
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.