Telnyx Oauth Python
Helps with OAuth, Python as part of implementing security and authentication workflows.
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-python npx -- -y @trustedskills/telnyx-oauth-python
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-oauth-python": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-oauth-python"
]
}
}
}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 to resources and functionalities. It handles the complexities of obtaining and refreshing tokens, simplifying integration for developers. The skill streamlines interactions by abstracting away the underlying authentication flow.
When to use it
- Automated Call Routing: Authenticate an agent with Telnyx to programmatically route calls based on dynamic criteria.
- SMS Sending Automation: Securely send SMS messages through Telnyx APIs for automated notifications or campaigns.
- Number Management: Manage and provision phone numbers within your application using authenticated access to the Telnyx platform.
- Reporting & Analytics: Retrieve usage data and analytics from Telnyx in a secure, authenticated manner.
Key capabilities
- OAuth 2.0 Authentication
- Token Refreshing
- Secure API Access
- Telnyx Integration
Example prompts
- "Authenticate with Telnyx to send an SMS message."
- "Get the current access token for my Telnyx account."
- "Route this call using a Telnyx number, authenticating first."
Tips & gotchas
- Requires valid Telnyx API credentials (client ID and client secret) to be configured.
- Ensure your AI agent has the necessary permissions within your Telnyx account for the desired operations.
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.