microsoft-outlook
Installation
SKILL.md
Microsoft Outlook Email Skill
Access Outlook and Hotmail emails via the Microsoft Graph API. Supports reading messages, listing inbox contents, and downloading emails as .eml files.
Prerequisites
Before using email commands, ensure authentication is configured:
- Setup credentials (one-time):
pnpm --prefix "${CLAUDE_PLUGIN_ROOT}" tsx scripts/microsoft.ts setup- Note: For personal accounts, ensure the app is registered as Multitenant + Personal Accounts in the Azure Portal. See the README for detailed steps.
- Authenticate (per-project):
pnpm --prefix "${CLAUDE_PLUGIN_ROOT}" tsx scripts/microsoft.ts auth- Tip: Use
auth --browser Safarion macOS if your default browser is causing issues.
- Tip: Use
Available Commands
All commands output JSON for easy parsing.