What problem does it solve?
This skill helps users complete Microsoft 365 tasks (mail, calendar, Teams, SharePoint/OneDrive, and directory lookups) inside Claude Code by routing requests to the correct MCP tools and handling MS login requirements safely.
Core Features & Use Cases
- MCP tool routing for Microsoft 365: Chooses the right
mcp__ms365__* capability for reading/sending mail, listing or creating calendar events, posting to Teams, and searching/downloading/uploading files from OneDrive/SharePoint.
- Authentication guidance with safe workflows: Detects when login is missing/expired and instructs users to complete the required terminal-based device-code login instead of attempting a broken cowork login path.
- Guardrails for destructive actions: Requires confirmation before sending/deleting/moving items and provides patterns for summarizing results (e.g., “last N emails” or “what’s on my calendar”).
Quick Start
Tell the assistant “Send an Outlook email to [email protected] about the Q3 status, with this message body: ‘Hi Alex…’” and it will guide you through confirmation and then call the appropriate MS365 mail tools.