Microsoft 365 integration via the m365 CLI — Outlook email, Todo tasks, Calendar events, Teams chat.
CLAUDE.mdandAGENTS.mdare autogenerated by/init. Do not edit directly.
Behaviour layer module for Microsoft 365. Provides platform skills that wrap the m365 CLI and Microsoft Graph API. No active hooks (events: []).
| Capability | Status | Skill | Tool |
|---|---|---|---|
| Outlook email | Active | /M365 outlook |
m365 CLI |
| Todo tasks | Active | /M365 todo |
m365 CLI |
| Calendar events | Active | /M365 calendar |
m365 CLI (Graph API) |
| Teams chat | Active | /M365 teams |
m365 CLI |
| Edge browser | Active | /EdgeBrowser |
PowerShell |
| SharePoint/OneDrive | Planned | — | m365 CLI |
| Planner tasks | Planned | — | m365 CLI |
See INSTALL.md for dependencies, permissions, and authentication.
make install| Skill | Description |
|---|---|
/M365 |
Microsoft 365 operations — Outlook, Todo, Calendar, Teams |
/EdgeBrowser |
Edge tab capture (Windows) |
Invoke with /M365 outlook, /M365 todo, /M365 calendar, or /M365 teams. Each service reads its subskill file and follows the operation instructions.
| Dependency | Install |
|---|---|
| Node.js | brew install node |
| CLI Microsoft 365 | npm install -g @pnp/cli-microsoft365 |
| Azure Entra app | App registration with delegated permissions |
See parent repository.