Telnyx Account Ruby

🌐Community
by team-telnyx · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add telnyx-account-ruby npx -- -y @trustedskills/telnyx-account-ruby
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
team-telnyx
Installs
6

🌐 Community

Passed automated security scans.