Telnyx Messaging Hosted Ruby
This skill enables you to send and receive messages via Telnyx Messaging using Ruby code, simplifying integration workflows and automation.
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-ruby npx -- -y @trustedskills/telnyx-messaging-hosted-ruby
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-messaging-hosted-ruby": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-messaging-hosted-ruby"
]
}
}
}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 Hosted Ruby library. It facilitates programmatic communication with users via text messaging, enabling automated notifications, appointment reminders, or interactive conversations. The agent can manage message status (sent, delivered, failed) and retrieve message history.
When to use it
- Appointment Reminders: Automatically send SMS reminders to patients or customers about upcoming appointments.
- Order Updates: Provide real-time updates on order statuses via text message.
- Two-Factor Authentication (2FA): Send verification codes to users' phones for secure login.
- Customer Support Notifications: Notify customers of support ticket updates or important announcements.
Key capabilities
- Send SMS messages
- Receive incoming SMS messages
- Manage message status (sent, delivered, failed)
- Retrieve message history
Example prompts
- "Send an SMS to +15551234567 saying 'Your appointment is tomorrow at 2pm.'"
- "What's the status of the message sent to +15551234567 on 2024-01-01?"
- "Retrieve all SMS messages received from +15551234567 in the last week."
Tips & gotchas
- Requires a Telnyx API key to function. Ensure this is properly configured within your AI agent's environment.
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.