Telnyx Oauth Ruby
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.
Run in terminal (recommended)
claude mcp add telnyx-oauth-ruby npx -- -y @trustedskills/telnyx-oauth-ruby
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.