Telnyx Account Ruby
This skill allows you to manage your Telnyx accounts via Ruby scripting for automated billing and configuration tasks, streamlining operations.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add telnyx-account-ruby npx -- -y @trustedskills/telnyx-account-ruby
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-account-ruby": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-account-ruby"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The telnyx-account-ruby skill allows AI agents to interact with your Telnyx account programmatically using the Ruby SDK. It enables actions like retrieving account information, managing phone numbers, and initiating calls. This skill streamlines tasks that would otherwise require manual intervention through the Telnyx web interface or API documentation.
When to use it
- Automated provisioning: Automatically create new phone numbers for a campaign based on user input.
- Account balance monitoring: Regularly check your Telnyx account balance and alert you if it falls below a certain threshold.
- Number management: Programmatically update or delete unused phone numbers to optimize costs.
- Call initiation: Trigger outbound calls from within an AI agent workflow, such as for appointment reminders.
Key capabilities
- Retrieves account information (balance, credits).
- Manages phone number inventory.
- Initiates phone calls.
- Uses the Telnyx Ruby SDK.
Example prompts
- "What is my current Telnyx balance?"
- "Find available phone numbers in New York City."
- "Make a call to +15551234567 from number +19876543210."
Tips & gotchas
- Requires an active Telnyx account and API key.
- Ensure the Ruby SDK is properly configured with your 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.