This 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 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..json .~/.openclaw/credentials/ms365.env if present.config..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 and follow the device login instructions.共 1 个版本