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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install m365-task-manager-by-altf1be - 安装完成后,直接呼叫该 Skill 的名称或使用
/m365-task-manager-by-altf1be触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 286 次。
如何安装 M365 (Microsoft) Task Manager by altf1be?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install m365-task-manager-by-altf1be」即可一键安装,无需额外配置。
M365 (Microsoft) Task Manager by altf1be 是免费的吗?
是的,M365 (Microsoft) Task Manager by altf1be 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
M365 (Microsoft) Task Manager by altf1be 支持哪些平台?
M365 (Microsoft) Task Manager by altf1be 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 M365 (Microsoft) Task Manager by altf1be?
由 Abdelkrim from Brussels(@abdelkrim)开发并维护,当前版本 v0.3.0。