m365-mail

Installation
SKILL.md

Microsoft 365 Mail

CLI tool for Microsoft 365 email via Microsoft Graph API.

Setup (One-time)

1. Register Entra ID App

  1. Go to Entra ID Portal → App registrations → New registration
  2. Name: m365mail-cli (or whatever)
  3. Supported account types: "Accounts in this organizational directory only"
  4. Redirect URI: Leave blank (using device code flow)
  5. Click Register

2. Configure API Permissions

  1. In your app → API permissions → Add a permission
  2. Microsoft Graph → Delegated permissions
  3. Add: Mail.ReadWrite, Mail.Send
Related skills
Installs
66
First Seen
Jan 27, 2026