Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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...
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...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use this skill to perform real Microsoft Graph CRUD operations for Microsoft To Do tasks.
Create an Entra app registration for delegated sign-in. Add Microsoft Graph delegated permissions: Tasks.ReadWrite User.Read offline_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.
# 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 <TASK_ID> --status inProgress # delete task node skills/m365-task-manager/scripts/m365-todo.mjs tasks:delete --list-name "Tasks" --task-id <TASK_ID>
Task title pattern: YYYY-MM-DD-short-action-owner Required fields: title, owner, due date, status Status values: Open, In Progress, Blocked, Done
references/playbook.md for operating guidance.
scripts/m365-todo.mjs for Graph CRUD on Microsoft To Do. scripts/format-task-name.sh for deterministic task naming.
Abdelkrim BOUJRAF - ALT-F1 SRL - https://www.alt-f1.be
MIT
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.