Telnyx Oauth Java
Helps with OAuth, Java 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-java npx -- -y @trustedskills/telnyx-oauth-java
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-oauth-java": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-oauth-java"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The telnyx-oauth-java skill enables AI agents to authenticate with the Telnyx API using OAuth 2.0 credentials. It handles token acquisition and refresh, allowing your agent to make secure requests to Telnyx services like calling, messaging, and number management without needing to manage API keys directly. This simplifies security and improves compliance by leveraging industry-standard authentication flows.
When to use it
- Automating Telnyx tasks: Use this skill when building an AI agent that needs to programmatically interact with Telnyx services like sending SMS messages or making phone calls.
- Secure API access: Implement the skill whenever your agent requires secure and authenticated access to Telnyx APIs, protecting sensitive credentials.
- Integrating with existing Telnyx workflows: Leverage this skill when integrating an AI agent into a system already using Telnyx's OAuth 2.0 authentication.
- Managing number inventory: Automate tasks related to managing your Telnyx phone numbers through an AI agent, ensuring secure access and compliance.
Key capabilities
- OAuth 2.0 Authentication: Supports standard OAuth 2.0 flows for secure API access.
- Token Management: Handles token acquisition and automatic refresh.
- Java Implementation: Provides a Java-based implementation for seamless integration with Java applications.
Example prompts
- "Authenticate to Telnyx using my OAuth credentials."
- "Send an SMS message via Telnyx, ensuring secure authentication."
- "Retrieve the list of phone numbers I own from Telnyx securely."
Tips & gotchas
- Requires valid Telnyx OAuth 2.0 credentials (client ID and client secret).
- Ensure your agent has appropriate permissions configured in 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.