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:

  1. 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.
  2. Authenticate (per-project): pnpm --prefix "${CLAUDE_PLUGIN_ROOT}" tsx scripts/microsoft.ts auth
    • Tip: Use auth --browser Safari on macOS if your default browser is causing issues.

Available Commands

All commands output JSON for easy parsing.

Authentication & Setup

Installs
1
First Seen
Apr 6, 2026