A comprehensive integration allowing AI agents to manage Outlook emails, calendar events, contacts, and OneDrive files via the Microsoft Graph API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install microsoft365
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 microsoft365 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Microsoft 365 skill provides a robust bridge between your AI agent and the Microsoft ecosystem. By utilizing this within your Openclaw Skills library, you can programmatically interact with essential business tools like Outlook and OneDrive. This integration is designed for developers who need to automate communication, scheduling, and file management workflows securely.
Built on the Microsoft Graph API, this skill uses the Device Code Flow to ensure secure authentication without hardcoding credentials. It allows for seamless transitions between personal and professional accounts, making it an essential component for any productivity-focused Openclaw Skills setup.
~/.openclaw/credentials/ms365.env:export MICROSOFT_CLIENT_ID="your_client_id_here"
export MICROSOFT_TENANT_ID="your_tenant_id_here"
node index.js --account personal
The skill manages data across specific centralized locations to ensure security and portability within Openclaw Skills:
| Data Type | Path | Purpose |
|---|---|---|
| Authentication Tokens | ~/.openclaw/credentials/ms365.tokens.<account>.json |
Stores OAuth2 tokens per account. |
| Environment Secrets | ~/.openclaw/credentials/ms365.env |
Stores Client ID and Tenant ID. |
| Account Configuration | config.<account>.json |
Local skill configuration for specific account profiles. |
Loading
Transform your AI assistant from reactive to proactive by continuously monitoring specific topics and alerting you only when important developments occur.

A local-first analytics tool that tracks conversation patterns, sentiment, and productivity markers to provide actionable self-knowledge insights.

Agora is a powerful multi-agent orchestration skill that spawns a specialized council of three agents to solve complex problems through parallel reasoning and debate.

A foundational communication layer enabling AI agents to interact via events and automate multi-step workflows without human intervention.

An automated toolset for programmatic creation, editing, and analysis of Microsoft Office documents including Word, Excel, and PowerPoint.

A sophisticated integration that provides exact answers to quantitative, scientific, and mathematical queries through the Wolfram|Alpha computational engine.








































