Telnyx Oauth Go

🌐Community
by team-telnyx · vlatest · Repository

Helps with OAuth, Go as part of implementing security and authentication workflows.

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

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

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

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

About This Skill

What it does

The telnyx-oauth-go skill enables AI agents to authenticate with the Telnyx API using OAuth 2.0 credentials. This allows secure access to Telnyx services, such as making calls or sending messages, without directly handling API keys. The skill handles token acquisition and refreshing, simplifying integration for AI agent developers.

When to use it

  • Automated Call Routing: An AI agent needs to programmatically initiate phone calls through the Telnyx platform based on user requests.
  • SMS Campaign Management: An agent is responsible for sending SMS messages via Telnyx, requiring secure authentication.
  • Real-time Communication Integration: Integrate a conversational AI with Telnyx's real-time communication services (voice and messaging).
  • Secure API Access: When you need to access Telnyx APIs in an environment where storing API keys directly is not feasible or desirable.

Key capabilities

  • OAuth 2.0 authentication for Telnyx API access
  • Token acquisition and refreshing
  • Go-based implementation

Example prompts

  • "Authenticate with Telnyx using my OAuth credentials."
  • "Get a fresh Telnyx access token."
  • "Make an outbound call to [phone number] via Telnyx, authenticating securely."

Tips & gotchas

  • Requires valid Telnyx OAuth 2.0 credentials (client ID and client secret).
  • Ensure the AI agent's environment has network connectivity to reach the Telnyx authorization endpoint for token retrieval.

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.