From teams-reader
Read Microsoft Teams conversations. Use when the user shares a Teams chat URL or asks to read a Teams conversation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/teams-reader:teams-readerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Reads Microsoft Teams conversations using the `read_teams_chat` MCP tool.
Reads Microsoft Teams conversations using the read_teams_chat MCP tool.
Call the read_teams_chat MCP tool with the Teams URL:
read_teams_chat({ url: "https://teams.cloud.microsoft/l/chat/..." })
The tool returns the full conversation text.
The first execution opens a Chrome browser for Azure AD login. The user must authenticate once. Credentials are saved for subsequent runs.
npx claudepluginhub forcli/forcli-ai-marketplace --plugin teams-readerAutomates Microsoft Teams tasks via Rube MCP (Composio): send channel/chat messages, list teams/channels/users, create chats/meetings, search messages. Requires active Teams connection.
Automates Microsoft Teams tasks via Composio's Rube MCP tools: send channel/chat messages, list teams/channels/users, create chats/meetings. Use for Teams workflow integrations after connecting via OAuth.
Sends messages, reads channels, lists teams, and manages reactions in Microsoft Teams via a CLI tool with automatic token extraction and multi-account support.