Teams Assistant
SkillCommunicationInteract with Microsoft Teams — read chats, send messages, list channels and teams.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Teams Assistant skill
What this skill tells your AI
The instructions your AI receives, as published by spamsch/son-of-simon in skills/teams_assistant/SKILL.md and read by ahel’s review.
Behavior Notes
Setup Flow
- Setup requires the Azure CLI (
az). If not installed, tell the user:brew install azure-cli teams_setuphandles everything: az login, Azure AD app registration, and initial browser auth- The user just needs to sign in via the browser windows that open — no manual Azure portal steps
- After setup, tokens are cached and refresh automatically
- If token expires, use
teams_loginto re-authenticate
Account Selection
- If only one account is configured, it is used automatically — no need to pass
account_name - If multiple accounts exist and
account_nameis not specified, the task returns an error listing available accounts - Use
teams_statusto check which accounts are set up and whether tokens are valid - Default account name is "default" — suggest "work" or "personal" if the user has multiple tenants
Reading Messages
- Start with
teams_list_teamsto get team IDs - Use
teams_list_channelswith the team_id to get channel IDs - Use
teams_read_channel_messageswith both IDs to read messages - For direct chats, use
teams_list_chatsthenteams_read_chat_messages
Sending Messages
- Always confirm with the user before sending a message
- Show a preview of the message content and destination before sending
- Channel messages go to
teams_send_channel_message(needs team_id + channel_id) - Direct/group chat messages go to
teams_send_chat_message(needs chat_id)
Message Content
- Messages support plain text by default
- HTML content is supported by the Graph API but prefer plain text for simplicity
- Channel message content may contain HTML tags — present the text content to the user cleanly
Common Request Patterns
- "my Teams messages" → list chats, show recent messages from top chats
- "what's happening in [channel]" → find the team/channel, read recent messages
- "message [person] on Teams" → find the 1:1 chat, send message
- "Teams status" → check configured accounts and token validity
Signals
- GitHub stars
- 29
- Forks
- 1
- Last commit
- Jul 2026
ahel review
K1binfo
installs-packages
Automated review, not a security audit. Ruleset v1+k2.
Advanced
- Catalog kind
- skill
- Gateway key
teams-assistant- Source
- github.com/spamsch/son-of-simon