A specialized tool for managing Microsoft 365 task workflows including Microsoft To Do and Planner via Microsoft Graph.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-skill-m365-task-manager-by-altf1be
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 openclaw-skill-m365-task-manager-by-altf1be 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 Task Manager is a technical integration designed to handle Microsoft 365 task operations through the Microsoft Graph API. It allows developers and AI agents to manage Microsoft To Do and Planner lists with high precision, ensuring that operational tasks are correctly tracked with owners, due dates, and statuses. By incorporating this into the library of Openclaw Skills, users gain a standardized way to automate their organizational productivity directly from their coding environment or agent workflows.
This skill focuses on real Microsoft Graph CRUD (Create, Read, Update, Delete) operations, providing a robust interface for Entra ID-authenticated environments. It is particularly useful for teams that rely on the Microsoft 365 ecosystem for daily operations but want to leverage the power of automation and AI-driven task management.
To get started with this component of Openclaw Skills, follow these steps:
M365_TENANT_ID=your-tenant-id-or-common
M365_CLIENT_ID=your-public-client-app-id
# optional
M365_TOKEN_CACHE_PATH=/home/user/.cache/openclaw/m365-task-manager-token.json
npm install
The skill organizes task data according to the following schema to ensure compatibility with Microsoft 365 standards:
| Field | Format / Values | Requirement |
|---|---|---|
| Task Title | YYYY-MM-DD-short-action-owner | Required |
| Status | Open, In Progress, Blocked, Done | Required |
| Owner | String (User ID or Name) | Required |
| Due Date | YYYY-MM-DD | Required |
| List Name | String (e.g., "Tasks") | Required |
It also manages a local m365-task-manager-token.json for session persistence.
Loading
A specialized optimization suite for OpenClaw to fix Chinese search indexing bugs and enhance long-term memory retrieval performance.

A comprehensive framework of mandatory quality standards and checklists designed to eliminate cross-state bugs and optimize game performance across all platforms.

A rigorous, five-phase framework for AI agents to perform systematic root cause analysis and safe code deployment.

A comprehensive three-tier code quality defense and security audit orchestration layer for users of Openclaw Skills.

A local security auditing tool designed to harden Openclaw Skills against vulnerabilities, malware, and credential exposure.

A reputation-based credit system that allows AI agents to borrow USDC interest-free based on their Moltbook karma scores.








































