# Microsoft Teams

> Microsoft Teams integration for AI agents via ClawLink — browser login, no API key setup. Connect Microsoft Teams through ClawLink's hosted setup to manage teams, channels, chats, meetings, and shifts. Use this skill when the user wants to work with Microsoft Teams (Microsoft Apps) — connect Microsoft Teams, read or update Microsoft Teams data, or take actions in Microsoft Teams from chat instead of saying you cannot access it.

- Skill: `clawlink-hq/microsoft-teams` (Agent Skill)
- Install (CLI): `npx skillmds@latest add clawlink-hq/microsoft-teams`
- Raw SKILL.md: https://api.skillmd.com/api/skills/clawlink-hq/microsoft-teams/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: clawlink-hq (https://skillmd.com/u/clawlink-hq)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/clawlink-hq/microsoft-teams

---


# Microsoft Teams

Use **Microsoft Teams** from your AI agent through [ClawLink](https://claw-link.dev) — browser login, no API key to paste, no config to edit. Connect Microsoft Teams once and the agent can read and act on it. Works in any agent that can run shell commands (Claude Code, Cursor, Codex, Cline, and more).

## Setup

Run these once — the agent can run them for you:

```bash
npx @useclawlink/cli login              # opens browser → approve (mints + stores a key)
npx @useclawlink/cli connect microsoft-teams   # opens browser → authorize Microsoft Teams
```

No API key to create or paste — `login` stores the credential at `~/.clawlink/credentials.json`.

## Using Microsoft Teams

```bash
npx @useclawlink/cli actions microsoft-teams "<what you want to do>"   # find an action
npx @useclawlink/cli describe microsoft-teams <action-id>             # see its inputs (before writes)
npx @useclawlink/cli run microsoft-teams <action-id> --input '<json>' # execute
```

Reads first; confirm with the user before any write.

## Available actions

| Action | Description |
|--------|-------------|
| `microsoft_teams_list_user_joined_teams` | List the Teams that a specified user is a direct member of |
| `microsoft_teams_list_associated_teams` | List teams that a user is associated with (direct or shared channel) |
| `microsoft_teams_get_team_from_group` | Get team details from a group ID |
| `microsoft_teams_get_channel` | Get details of a specific channel within a team |
| `microsoft_teams_list_channel_tabs` | List tabs configured in a channel |
| `microsoft_teams_chats_get_all_chats` | Retrieve all chats a user is part of |
| `microsoft_teams_get_chat` | Get details of a specific chat |
| `microsoft_teams_list_user_chat_messages` | List messages in a user chat |
| `microsoft_teams_list_online_meetings` | List online meetings |
| `microsoft_teams_get_online_meeting` | Get details of a specific online meeting |
| `microsoft_teams_create_meeting` | Create a new online meeting |
| `microsoft_teams_list_team_members` | List members of a team |
| `microsoft_teams_get_my_profile` | Get the current user's Teams profile |
| `microsoft_teams_list_shifts` | List shifts in a team schedule |
| `microsoft_teams_get_shift` | Get details of a specific shift |

## Notes

- **No API key for Microsoft Teams itself** — ClawLink holds the OAuth token; the agent only holds your ClawLink credential.
- Not connected yet, or access expired? Re-run `npx @useclawlink/cli connect microsoft-teams`.
- The action list above is a snapshot; `npx @useclawlink/cli actions microsoft-teams` is always current.

## Resources

- ClawLink: https://claw-link.dev
- Docs: https://docs.claw-link.dev
- CLI: https://www.npmjs.com/package/@useclawlink/cli

---

**Powered by [ClawLink](https://claw-link.dev)** — connect 90+ apps to any AI agent.

