M365 (Microsoft) Task Manager by altf1be
/install m365-task-manager-by-altf1be
M365 Task Manager
Use this skill to perform real Microsoft Graph CRUD operations for Microsoft To Do tasks.
Setup
- Create an Entra app registration for delegated sign-in.
- Add Microsoft Graph delegated permissions:
Tasks.ReadWriteUser.Readoffline_access
- Configure environment variables:
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
- Install dependencies at repo root:
npm install
On first run, the script uses Device Code login and caches tokens for reuse.
Commands
# profile connection
node skills/m365-task-manager/scripts/m365-todo.mjs info
# list Microsoft To Do lists
node skills/m365-task-manager/scripts/m365-todo.mjs lists
# list tasks
node skills/m365-task-manager/scripts/m365-todo.mjs tasks:list --list-name "Tasks"
# create task
node skills/m365-task-manager/scripts/m365-todo.mjs tasks:create --list-name "Tasks" --title "2026-03-01-submit-weekly-status-report" --due 2026-03-01
# update task
node skills/m365-task-manager/scripts/m365-todo.mjs tasks:update --list-name "Tasks" --task-id \x3CTASK_ID> --status inProgress
# delete task
node skills/m365-task-manager/scripts/m365-todo.mjs tasks:delete --list-name "Tasks" --task-id \x3CTASK_ID>
Operating standard
- Task title pattern:
\x3Cproject>-\x3Cdate>-\x3Cperson>-\x3Caction> - Required fields: title, owner, due date, status
- Status values:
Open,In Progress,Blocked,Done
References
references/playbook.mdfor operating guidance.
Scripts
scripts/m365-todo.mjsfor Graph CRUD on Microsoft To Do.scripts/format-task-name.shfor deterministic task naming.
Author
Abdelkrim BOUJRAF - ALT-F1 SRL - https://www.alt-f1.be
License
MIT
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install m365-task-manager-by-altf1be - After installation, invoke the skill by name or use
/m365-task-manager-by-altf1be - Provide required inputs per the skill's parameter spec and get structured output
What is M365 (Microsoft) Task Manager by altf1be?
Manage lightweight Microsoft 365 task workflows with Microsoft To Do and Planner. Use when a user needs to quickly create, assign, track, and follow up opera... It is an AI Agent Skill for Claude Code / OpenClaw, with 286 downloads so far.
How do I install M365 (Microsoft) Task Manager by altf1be?
Run "/install m365-task-manager-by-altf1be" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is M365 (Microsoft) Task Manager by altf1be free?
Yes, M365 (Microsoft) Task Manager by altf1be is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does M365 (Microsoft) Task Manager by altf1be support?
M365 (Microsoft) Task Manager by altf1be is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created M365 (Microsoft) Task Manager by altf1be?
It is built and maintained by Abdelkrim from Brussels (@abdelkrim); the current version is v0.3.0.