Telnyx Oauth Javascript

🌐Community
by team-telnyx · vlatest · Repository

Helps with OAuth, JavaScript 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-javascript npx -- -y @trustedskills/telnyx-oauth-javascript
2

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

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

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 Telnyx APIs using OAuth 2.0, allowing secure access and interaction on behalf of users. It handles the complexities of obtaining and refreshing tokens, simplifying integration for tasks like making calls or sending messages. The skill provides a JavaScript library for seamless implementation within agent workflows.

When to use it

  • Automated Call Handling: Authenticate an AI agent to place outbound calls using Telnyx's Voice API without direct user credentials.
  • Secure Messaging: Send SMS messages via the Messaging API, ensuring secure delivery and compliance with regulations.
  • User Data Retrieval (with consent): Access limited user data from Telnyx on behalf of a user after obtaining their explicit consent through OAuth flow.
  • API Integration: Integrate other Telnyx APIs into your AI agent's workflow securely.

Key capabilities

  • OAuth 2.0 authentication with Telnyx APIs
  • Token refresh functionality
  • JavaScript library for easy integration
  • Secure credential management

Example prompts

  • "Authenticate to Telnyx using the provided client ID and secret."
  • "Send an SMS message to [phone number] via Telnyx, authenticating with OAuth."
  • "Place a call to [phone number] through Telnyx, handling authentication automatically."

Tips & gotchas

  • You'll need valid Telnyx API credentials (client ID and secret) to use this skill.
  • Ensure your agent has the necessary permissions configured in your Telnyx account for the actions it will perform.

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
5

🌐 Community

Passed automated security scans.