🔐
AI EngineeringTypeScript

Telnyx Account Access Java

by team-telnyx

Telnyx Account Access Java is an AI Engineering skill for Claude Code, published by team-telnyx in ai.

212 stars22 forkson team-telnyx/aiAdded 2026/09/04Repository updated 2026/09/03
agent-skillsaiai-coding-agentclaude-codecpaascursoriotllmsdksipsmsspeech-to-texttelephonytelnyxttstwilio-migrationvoice-agentsvoice-aiwebrtcwindsurf
Install in seconds
Install Telnyx Account Access Java
Copy Telnyx Account Access Java into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/team-telnyx/ai/tree/main/skills/telnyx-account-access-java ~/.claude/skills/telnyx-account-access-java

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/team-telnyx/ai.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/telnyx-account-access-java/SKILL.md in team-telnyx/ai
Installs to
~/.claude/skills/telnyx-account-access-java
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering2970 skills

What Telnyx Account Access Java does

Telnyx Account Access Java shows how to manage addresses, authentication providers, IP access controls, billing groups, and integration secrets with the Telnyx Java SDK. Use it when you need code examples for account access APIs.

Telnyx Account Access Java is cataloged under AI Engineering on DirSkills. Telnyx Account Access Java comes from a repository tagged agent-skills, ai, ai-coding-agent, claude-code and cpaas.

Documentation

README

Telnyx Account Access - Java

Installation

<!-- Maven -->
<dependency>
    <groupId>com.telnyx.sdk</groupId>
    <artifactId>telnyx</artifactId>
    <version>6.89.0</version>
</dependency>

// Gradle
implementation("com.telnyx.sdk:telnyx:6.89.0")

Setup

import com.telnyx.sdk.client.TelnyxClient;
import com.telnyx.sdk.client.okhttp.TelnyxOkHttpClient;

TelnyxClient client = TelnyxOkHttpClient.fromEnv();

All examples below assume client is already initialized as shown above.

Error Handling

All API calls can fail with network errors, rate limits (429), validation errors (422), or authentication errors (401). Always handle errors in production code:

This is the opening of the README. Read the full README on GitHub.

Commands Telnyx Account Access Java provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /addresses

Frequently asked about Telnyx Account Access Java

  • What else does team-telnyx publish alongside Telnyx Account Access Java?

    Telnyx Account Access Java is one of 25 skills that DirSkills catalogs from team-telnyx/ai, the repository it ships in. Its siblings there include Push Notification Tester, Telnyx 10DLC and Telnyx 10DLC. Each one is a separate skill with its own page in this directory, installs the same way Telnyx Account Access Java does, and is maintained by team-telnyx in that same repository. The rest of the collection is listed on the team-telnyx/ai page.

  • How does Telnyx Account Access Java compare to other AI Engineering skills?

    Telnyx Account Access Java ranks #2666 by stars among the 2970 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Telnyx Account Access Java against them. Open each page to compare what they document and how they install.