add-teams

Connect NanoClaw to Microsoft Teams for interactive chat in channels and DMs.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/wrightchin/nanoclaw-playground --skill add-teams-wrightchin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-teams
Source: https://github.com/wrightchin/nanoclaw-playground/tree/main/.claude/skills/add-teams
Command: npx skills add https://github.com/wrightchin/nanoclaw-playground --skill add-teams-wrightchin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connect NanoClaw to Microsoft Teams for interactive chat in team channels, group chats, and direct messages.

Core Features & Use Cases

  • Channel integration setup, credential provisioning, and bot wiring across Teams-enabled environments (teams channels, group chats, and DMs).
  • On-demand adapter provisioning and deployment, including fetching the Teams adapter and wiring the bot to Teams.
  • Use case: wire NanoClaw to a Teams channel to enable real-time assistant interactions within a team.

Quick Start

Run the setup to fetch the Teams adapter and configure credentials to connect NanoClaw to Microsoft Teams.

Frequently Asked Questions about add-teams

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect a bot to Microsoft Teams for interactive chat?

To connect a bot to Microsoft Teams, you need to fetch the Teams adapter, update source imports, install the chat-adapter/teams package, and configure environment variables for a working webhook endpoint.

What is Microsoft Teams channel integration setup for a custom bot?

Microsoft Teams channel integration enables interactive chat in team channels, group chats, and DMs by wiring your bot to Teams through credential provisioning and adapter configuration.

Can I use the Teams adapter to wire a bot across channels and direct messages?

Yes, the Teams adapter wires your bot to support interactive chat across team channels, group chats, and direct messages within Microsoft Teams environments.

How do I configure environment variables for a Teams bot webhook endpoint?

Configuring environment variables for a Teams bot webhook endpoint requires provisioning credentials and updating source imports to establish a working connection after installing the chat-adapter package.

Does Microsoft Teams bot integration require installing a specific chat adapter package?

Yes, Microsoft Teams bot integration requires installing the chat-adapter/teams package, copying the adapter, and updating source imports to wire the bot to Teams channels successfully.