A comprehensive CLI tool for AI agents to manage Microsoft 365 services including Outlook mail, calendars, OneDrive storage, and SharePoint sites.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install m365-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install m365-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The m365 skill is a robust interface designed to connect AI agents with the vast Microsoft 365 ecosystem. By utilizing the Microsoft 365 CLI, this skill enables programmatic access to user-level services, allowing agents to send emails, schedule meetings, and manage cloud storage without leaving the terminal. It is a vital component for users leveraging Openclaw Skills to build sophisticated, enterprise-ready automation pipelines.
Security is a core pillar of this skill, featuring a trusted-senders whitelist to prevent prompt injection via email bodies and mandatory confirmation steps for sensitive actions like deleting files or sending messages. This ensures that while your agent is powerful, it remains operating within safe and defined boundaries.
Install the Microsoft 365 CLI globally using npm:
npm install -g m365-cli
Log in to your Microsoft account to authorize Openclaw Skills access:
m365 login
For SharePoint access, you must add specific scopes during login:
m365 login --add-scopes Sites.ReadWrite.All
The m365 skill organizes its configuration and security metadata within the user's home directory. Output can be toggled between human-friendly tables and machine-readable JSON.
| Category | Location / Format | Purpose |
|---|---|---|
| Authentication | ~/.m365-cli/credentials.json |
Stores OAuth tokens and session state |
| Security | ~/.m365-cli/trusted-senders.txt |
List of emails allowed to bypass content filtering |
| Commands | CLI Binary | Entry point for all M365 interactions |
| Data Output | --json flag |
Returns raw API responses for agent processing |
Loading
A B2B intelligence skill for accessing ZoomInfo API to enrich lead data and find company prospects.

An AI-driven meeting assistant skill that provides automated transcription, summaries, and action item extraction for seamless team collaboration.

Monitor application performance and infrastructure health using New Relic's robust API and NRQL querying engine.

A comprehensive tool for programmatically managing Miro boards, sticky notes, and shapes via the Miro V2 API.

A comprehensive CLI-based skill for interacting with Microsoft 365 user services including Outlook, OneDrive, and SharePoint.

An AI-powered performance creative strategist designed to generate, validate, and iterate on high-converting ad copy across all major advertising platforms.








































