← 返回 Skills 市场
1898
总下载
2
收藏
9
当前安装
1
版本数
在 OpenClaw 中安装
/install microsoft-todo
功能描述
Manage Microsoft To Do tasks via the `todo` CLI. Use when user wants to add, list, complete, remove tasks, manage subtasks (steps), notes, or organize task lists.
安全使用建议
This skill is internally consistent for providing a Microsoft To Do CLI, but before installing you should: 1) verify the pip package and GitHub repository authorship (ensure the package name and repo match and are from a trusted maintainer); 2) inspect the package source (or the GitHub repo) if possible because the registry entry is instruction-only and the actual code will be installed from PyPI; 3) be aware that you must create a keys.yml containing client_id and client_secret — store that file securely (restrict filesystem permissions) or prefer a secrets manager if possible; 4) confirm the package's behavior on first run (where token.json is created) and that OAuth redirects to the expected localhost URL; and 5) avoid installing if you cannot confirm the package's provenance or if you prefer not to place client secrets in a local file.
功能分析
Type: OpenClaw Skill
Name: microsoft-todo
Version: 1.0.0
This skill bundle is benign. It provides instructions and installation steps for the `microsoft-todo-cli` tool, which allows an agent to manage Microsoft To Do tasks. The `SKILL.md` outlines standard usage of the `todo` CLI, and `references/setup.md` details the necessary Azure API configuration. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection with harmful intent. All commands are direct invocations of the `todo` CLI, consistent with the skill's stated purpose.
能力评估
Purpose & Capability
The name/description (Microsoft To Do via a 'todo' CLI) match the requested binary and the runtime instructions. The CLI operations (add/list/complete/remove tasks, subtasks, notes, lists) are coherent with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the 'todo' commands, perform OAuth in a browser, and store credentials under ~/.config/microsoft-todo-cli; it does not ask the agent to read unrelated system files, other skills' credentials, or exfiltrate data to unexpected endpoints. The only external endpoints are Microsoft/Azure (expected for OAuth).
Install Mechanism
Install uses a Python package (uv/pip) 'microsoft-todo-cli' which will create the 'todo' binary. Installing from PyPI/pip is a common pattern but carries moderate trust risk compared with purely instruction-only skills — verify the package origin and publisher before installing.
Credentials
No environment variables are required, which is consistent. The instructions do require creating a local config file (~/.config/microsoft-todo-cli/keys.yml) containing client_id and client_secret; this is proportional to performing OAuth but is sensitive (client_secret stored on disk). The registry metadata did not declare the config path even though the SKILL.md references it — a minor metadata inconsistency.
Persistence & Privilege
always:false and user-invocable:true — normal. The skill will create config and token files under the user's home config directory (expected). It does not request system-wide changes or other skills' configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install microsoft-todo - 安装完成后,直接呼叫该 Skill 的名称或使用
/microsoft-todo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: task management, subtasks, notes, list management, filtering, recurrence patterns, JSON output
元数据
常见问题
Microsoft To Do 是什么?
Manage Microsoft To Do tasks via the `todo` CLI. Use when user wants to add, list, complete, remove tasks, manage subtasks (steps), notes, or organize task lists. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1898 次。
如何安装 Microsoft To Do?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install microsoft-todo」即可一键安装,无需额外配置。
Microsoft To Do 是免费的吗?
是的,Microsoft To Do 完全免费(开源免费),可自由下载、安装和使用。
Microsoft To Do 支持哪些平台?
Microsoft To Do 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Microsoft To Do?
由 underwear(@underwear)开发并维护,当前版本 v1.0.0。
推荐 Skills