Install
openclaw skills install microsoft365Microsoft 365 integration for Outlook, Calendar, Contacts, and OneDrive via Microsoft Graph API. Supports reading/sending emails, managing calendar events, a...
openclaw skills install microsoft365This skill provides a direct integration with Microsoft 365 services using the Device Code Flow.
The skill is executed via node index.js. Use the --account <name> flag to specify which account to use (e.g., --account personal).
node index.js --account personal --calendarThis skill uses centralized credential management to keep the skill directory clean and safe for sharing.
~/.openclaw/credentials/ms365.tokens.<account>.json.~/.openclaw/credentials/ms365.env if present.config.<account>.json in the skill directory (or environment variables).MICROSOFT_CLIENT_ID and MICROSOFT_TENANT_ID in your environment or ~/.openclaw/credentials/ms365.env.node index.js --account <name> and follow the device login instructions.