← 返回 Skills 市场
abdelkrim

Openclaw Skill M365 Task Manager

作者 Abdelkrim from Brussels · GitHub ↗ · v0.1.2
cross-platform ✓ 安全检测通过
557
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-skill-m365-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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-skill-m365-task-manager-by-altf1be
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-skill-m365-task-manager-by-altf1be 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Align naming with openclaw-skill-* pattern used by existing ALT-F1 skills.
元数据
Slug openclaw-skill-m365-task-manager-by-altf1be
版本 0.1.2
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 557 次。

如何安装 Openclaw Skill M365 Task Manager?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-skill-m365-task-manager-by-altf1be」即可一键安装,无需额外配置。

Openclaw Skill M365 Task Manager 是免费的吗?

是的,Openclaw Skill M365 Task Manager 完全免费(开源免费),可自由下载、安装和使用。

Openclaw Skill M365 Task Manager 支持哪些平台?

Openclaw Skill M365 Task Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Openclaw Skill M365 Task Manager?

由 Abdelkrim from Brussels(@abdelkrim)开发并维护,当前版本 v0.1.2。

💬 留言讨论