Telnyx Oauth Ruby

🌐Community
by team-telnyx · vlatest · Repository

Provides OAuth guidance and assistance for implementing security and authentication.

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-oauth-ruby npx -- -y @trustedskills/telnyx-oauth-ruby
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "telnyx-oauth-ruby": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/telnyx-oauth-ruby"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to authenticate with the Telnyx API using OAuth 2.0. It handles the complexities of obtaining and refreshing access tokens, allowing your agent to securely make requests to Telnyx services like calling, messaging, and number management. The skill simplifies integration by providing a Ruby interface for interacting with the Telnyx API.

When to use it

  • Automated Call Routing: Authenticate an AI agent to dynamically route calls based on caller information retrieved from Telnyx.
  • SMS Campaign Management: Allow your agent to send SMS messages through Telnyx, requiring secure authentication.
  • Number Provisioning: Enable the agent to programmatically provision and manage phone numbers within a Telnyx account.
  • Real-time Analytics Reporting: Securely retrieve real-time usage data from Telnyx for reporting purposes.

Key capabilities

  • OAuth 2.0 authentication with Telnyx
  • Access token management (retrieval and refresh)
  • Ruby interface for API interaction
  • Secure storage of credentials

Example prompts

  • "Authenticate to the Telnyx API using my stored credentials."
  • "Retrieve a new access token for the Telnyx API."
  • "Send an SMS message via Telnyx, authenticating with OAuth."

Tips & gotchas

  • Requires valid Telnyx API credentials (client ID and client secret).
  • Ensure your agent has appropriate permissions configured within your Telnyx account to perform the desired actions.

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.