← Back to Skills Marketplace
abdelkrim

Openclaw Skill M365 Task Manager

cross-platform ✓ Security Clean
557
Downloads
1
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-skill-m365-task-manager-by-altf1be
Description
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...
Usage Guidance
This skill appears to do exactly what it says: call Microsoft Graph to manage To Do tasks. Before installing or running it: 1) create a proper Entra app with only the delegated Graph scopes you intend to grant; 2) review the repository (especially package.json and dependencies) before running `npm install`; 3) be aware the script uses Device Code flow and will cache tokens locally (default: ~/.cache/openclaw/m365-task-manager-token.json) — store that file securely or set M365_TOKEN_CACHE_PATH to a safe location; 4) confirm the M365_CLIENT_ID you supply is a public client you control/trust (no client secret is used); and 5) if you need enterprise-level auditing/consent, prefer an admin-consented service/app registration or consult your tenant admin. Overall the package is internally coherent and consistent with its stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-skill-m365-task-manager-by-altf1be Version: 0.1.2 The OpenClaw skill bundle is classified as benign. The `SKILL.md` provides clear, non-manipulative instructions for the AI agent and user. The `scripts/format-task-name.sh` is a simple, safe shell script for string formatting. The core logic in `scripts/m365-todo.mjs` uses official Microsoft authentication libraries (`@azure/msal-node`) to interact with the Microsoft Graph API for To Do tasks. It handles token caching in a standard user-specific cache directory (`~/.cache/openclaw/m365-task-manager-token.json`) and validates inputs where appropriate (e.g., date formats, resolving list IDs from the API). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent.
Capability Assessment
Purpose & Capability
Name/description claim Microsoft 365 To Do/Planner task management and the code implements Microsoft Graph CRUD calls. Required env vars (M365_TENANT_ID, M365_CLIENT_ID) map directly to creating an Entra app and using device-code/OAuth; no unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md instructs creating an Entra app, granting delegated Graph permissions, setting env vars, running npm install, and running the provided Node script. The runtime instructions and the script operate only on Microsoft identity endpoints and graph.microsoft.com and do not reference unrelated files or external endpoints. The script does read/write a local token cache (expected for offline_access).
Install Mechanism
There is no automated install spec in the registry metadata (instruction-only), but the README asks the user to run `npm install` in the repo root before using the script. This is reasonable for a Node-based script, but the user should inspect package.json (not included here) and the dependencies before running `npm install`.
Credentials
Only M365_TENANT_ID and M365_CLIENT_ID are required (plus an optional M365_TOKEN_CACHE_PATH). These are proportional to performing delegated Graph operations. No unrelated SECRET/TOKEN/PASSWORD environment variables are requested.
Persistence & Privilege
The skill does not request permanent platform-wide privileges (always is false). It caches OAuth tokens to a local file in the user's home directory by default — appropriate for device-code flow and offline_access scope. It does not modify other skills or global agent config.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-skill-m365-task-manager-by-altf1be
  3. After installation, invoke the skill by name or use /openclaw-skill-m365-task-manager-by-altf1be
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
Align naming with openclaw-skill-* pattern used by existing ALT-F1 skills.
Metadata
Slug openclaw-skill-m365-task-manager-by-altf1be
Version 0.1.2
License
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Openclaw Skill M365 Task Manager?

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 557 downloads so far.

How do I install Openclaw Skill M365 Task Manager?

Run "/install openclaw-skill-m365-task-manager-by-altf1be" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Openclaw Skill M365 Task Manager free?

Yes, Openclaw Skill M365 Task Manager is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Openclaw Skill M365 Task Manager support?

Openclaw Skill M365 Task Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Openclaw Skill M365 Task Manager?

It is built and maintained by Abdelkrim from Brussels (@abdelkrim); the current version is v0.1.2.

💬 Comments