Favicon of azure-communication-chat-java

azure-communication-chat-java Skill

AI Agent SkillCloud & DevOpsTypeScriptOpen source

Build real-time chat applications with Azure Communication Services Chat Java SDK. Use when implementing chat threads, messaging, participants, read receipts, typing notifications, or real-time chat features. Published by microsoft in skills.

Decision snapshot

Is this a fit?

Best for

Developers using skills, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

API key required authentication, Credentials required

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

Access note: API key required.

What is azure-communication-chat-java Skill?

Build real-time chat applications with Azure Communication Services Chat Java SDK. Use when implementing chat threads, messaging, participants, read receipts, typing notifications, or real-time chat features. Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
85/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using skills

Declared skill metadata

  • Declared author: Microsoft
  • Declared license: MIT
  • Source file: .github/plugins/azure-sdk-java/skills/azure-communication-chat-java/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory
  • API key required

Requirements and access

API key required

Security and permissions

Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.

Credentials requiredAPI key required authentication

When to use azure-communication-chat-java Skill

  • Use it for developers using skills.

Built with

TypeScriptCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/skills
  • Skill file: .github/plugins/azure-sdk-java/skills/azure-communication-chat-java/SKILL.md

What it does

Build real-time chat applications with Azure Communication Services Chat Java SDK. Use when implementing chat threads, messaging, participants, read receipts, typing notifications, or real-time chat features.

Skill instructions

Azure Communication Chat (Java) Build real-time chat applications with thread management, messaging, participants, and read receipts. Installation xml <dependency <groupIdcom.azure</groupId <artifactIdazure-communication-chat</artifactId <version1.6.0</version </dependency Client Creation java import com.azure.communication.chat.ChatClient; import com.azure.communication.chat.ChatClientBuilder; import com.azure.communication.chat.ChatThreadClient; import com.azure.communication.common.CommunicationTokenCredential; // ChatClient requires a CommunicationTokenCredential (user access token) String endpoint = "https://<resource.communication.azure.com"; String userAccessToken = "<user-access-token"; CommunicationTokenCredential credential = new CommunicationTokenCredential(userAccessToken); ChatClient chatClient = new ChatClientBuilder() .endpoint(endpoint) .credential(credential) .buildClient(); // Async client ChatAsyncClient chatAsyncClient = new ChatClientBuilder() .endpoint(endpoint) .

Verified compatibility and discovery

Frequently asked questions

What is azure-communication-chat-java?

azure-communication-chat-java is a open-source AI agent skill with Copy skill directory. Build real-time chat applications with Azure Communication Services Chat Java SDK.

Who is azure-communication-chat-java best for?

azure-communication-chat-java is best for reusing agent instructions, scripts, and references.

How do I install azure-communication-chat-java?

Install or run azure-communication-chat-java using Copy skill directory. Check azure-communication-chat-java for the latest setup command.

Is azure-communication-chat-java actively maintained?

azure-communication-chat-java may need a closer maintenance check before production use.

Share:

Stars
2,741
Forks
309
Last commit
2 months ago
Last verified
Aug 26, 2026
Metadata fetched
Aug 26, 2026
Repository age
8 months
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to azure-communication-chat-java