# Send Openclaw Skill M365 Task Manager to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-skill-m365-task-manager-by-altf1be",
    "name": "Openclaw Skill M365 Task Manager",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/Abdelkrim/openclaw-skill-m365-task-manager-by-altf1be",
    "canonicalUrl": "https://clawhub.ai/Abdelkrim/openclaw-skill-m365-task-manager-by-altf1be",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/openclaw-skill-m365-task-manager-by-altf1be",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-skill-m365-task-manager-by-altf1be",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/playbook.md",
      "scripts/format-task-name.sh",
      "scripts/m365-todo.mjs"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/openclaw-skill-m365-task-manager-by-altf1be"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-skill-m365-task-manager-by-altf1be",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-skill-m365-task-manager-by-altf1be",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-skill-m365-task-manager-by-altf1be/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-skill-m365-task-manager-by-altf1be/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-skill-m365-task-manager-by-altf1be/agent.md"
  }
}
```
## Documentation

### 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.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.

### 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 <TASK_ID> --status inProgress

# delete task
node skills/m365-task-manager/scripts/m365-todo.mjs tasks:delete --list-name "Tasks" --task-id <TASK_ID>

### Operating standard

Task title pattern: YYYY-MM-DD-short-action-owner
Required fields: title, owner, due date, status
Status values: Open, In Progress, Blocked, Done

### References

references/playbook.md for operating guidance.

### Scripts

scripts/m365-todo.mjs for Graph CRUD on Microsoft To Do.
scripts/format-task-name.sh for deterministic task naming.

### Author

Abdelkrim BOUJRAF - ALT-F1 SRL - https://www.alt-f1.be

### License

MIT
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Abdelkrim
- Version: 0.1.2
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/openclaw-skill-m365-task-manager-by-altf1be)
- [Send to Agent page](https://openagent3.xyz/skills/openclaw-skill-m365-task-manager-by-altf1be/agent)
- [JSON manifest](https://openagent3.xyz/skills/openclaw-skill-m365-task-manager-by-altf1be/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openclaw-skill-m365-task-manager-by-altf1be/agent.md)
- [Download page](https://openagent3.xyz/downloads/openclaw-skill-m365-task-manager-by-altf1be)