BeClaude

teams-sdk

New
707Community RegistryDevelopmentby Microsoft

Create and manage Microsoft Teams bots using the Teams Developer CLI. Covers bot application development (scaffolding bot code), infrastructure setup (bot registration, credentials), SSO configuration, and troubleshooting.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/teams-sdk.md https://raw.githubusercontent.com/microsoft/teams-sdk/main/SKILL.md
3
Invoke in Claude Code
/teams-sdk
View source on GitHub

Frequently Asked Questions

What is teams-sdk?

Create and manage Microsoft Teams bots using the Teams Developer CLI. Covers bot application development (scaffolding bot code), infrastructure setup (bot registration, credentials), SSO configuration, and troubleshooting.

How to install teams-sdk?

To install teams-sdk, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /teams-sdk.

What is teams-sdk best for?

teams-sdk is a community categorized under Development. Created by Microsoft.