← 返回 Skills 市场
1324
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install ms-todo-sync
功能描述
A CLI skill to manage Microsoft To Do tasks via Microsoft Graph API. Supports listing, creating, completing, deleting, searching tasks and lists, viewing overdue/today/pending tasks, and exporting data.
安全使用建议
This skill appears to be what it claims: a Microsoft To Do CLI that uses MSAL device-code flow and stores tokens locally. Before installing: (1) review the full scripts/ms-todo-sync.py file yourself (the provided file preview was truncated here), (2) run in an isolated Python virtualenv (uv or pip install -r requirements.txt) rather than globally, (3) be aware the token cache (~/.mstodo_token_cache.json) is stored unencrypted—treat it like a password and delete or revoke tokens when no longer needed, (4) if you prefer, register your own Azure AD app and supply your own client ID instead of using the built-in default, and (5) confirm network calls are only to microsoftonline.com / graph.microsoft.com during your review. If you cannot review the full code, exercise caution or request the complete source before use.
功能分析
Type: OpenClaw Skill
Name: ms-todo-sync
Version: 1.0.2
The OpenClaw skill 'ms-todo-sync' is a benign CLI tool designed to manage Microsoft To Do tasks via the Microsoft Graph API. The code and documentation align perfectly with its stated purpose, utilizing the official Microsoft Authentication Library (MSAL) for secure authentication and directing all API calls to legitimate Microsoft Graph endpoints. There is no evidence of data exfiltration, malicious execution, persistence mechanisms beyond token caching, or obfuscation. The `SKILL.md` explicitly instructs the agent to handle destructive operations and authentication with user confirmation, mitigating prompt injection risks for these sensitive actions. The hardcoded client ID is a public identifier for Microsoft Graph API samples, not a secret, and poses no security threat.
能力评估
Purpose & Capability
Name/description match the actual behavior: the package uses msal and requests to call Microsoft Graph, provides device-code login, and implements list/task operations. Declared dependencies (msal, requests) and Python >=3.9 are proportionate. A default public client ID is included (common for CLI tools) and is plausible for the stated purpose.
Instruction Scope
SKILL.md's runtime instructions are narrowly scoped to installing dependencies, running the CLI, and performing a device-code login flow. Instructions reference only local token cache files (~/.mstodo_token_cache.json and ~/.mstodo_device_flow.json) and Microsoft endpoints; they do not instruct reading unrelated system files, scanning environment variables, or posting data to unexpected endpoints.
Install Mechanism
There is no automated install spec in the registry entry (instruction-only), but the repository includes pyproject/requirements and a Python script. Installation is manual via uv or pip as documented — low-risk if the user inspects the code. Note: the registry entry lacking an automated install spec while shipping code is not dangerous by itself but means users must run installs themselves.
Credentials
The skill does not request environment variables or extra credentials beyond OAuth device flow, which is appropriate. It does persist token and device-flow JSON files in the user's home directory in plaintext; this is expected for a simple CLI but is sensitive (tokens grant Tasks.Read/Tasks.ReadWrite scopes) and users should protect those files and consider using their own app/client ID if desired.
Persistence & Privilege
The skill does not request elevated or platform-wide privileges, and always:false. It registers an atexit cache-save handler and writes only its own token/device-flow files under the user's home directory. It does not modify other skills or system-wide agent configs (based on visible code).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ms-todo-sync - 安装完成后,直接呼叫该 Skill 的名称或使用
/ms-todo-sync触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Removed the README.md file from the project.
- SKILL.md: Expanded and clarified installation and setup instructions.
- Added details on dependencies, environment verification, and security notes.
- Documented additional command-line options (e.g. --debug) and clarified usage and behaviors.
- Updated task operations references with new options for reminders, recurrence, and automatic list creation.
- Improved error handling and troubleshooting information in documentation.
v1.0.0
Initial release — Microsoft To Do management CLI with full task and list features.
- Supports authentication via Microsoft Graph (device code flow).
- Manage task lists: list, create, delete (with non-blocking prompts for agents).
- Manage tasks: add, complete, delete (with support for priorities, due dates, tags).
- List, search, and view details for tasks—including overdue, today, and pending filters.
- Data export supported.
- Designed for agent/non-interactive use; always use `-y` to skip confirmation prompts.
元数据
常见问题
ms-todo-sync 是什么?
A CLI skill to manage Microsoft To Do tasks via Microsoft Graph API. Supports listing, creating, completing, deleting, searching tasks and lists, viewing overdue/today/pending tasks, and exporting data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1324 次。
如何安装 ms-todo-sync?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ms-todo-sync」即可一键安装,无需额外配置。
ms-todo-sync 是免费的吗?
是的,ms-todo-sync 完全免费(开源免费),可自由下载、安装和使用。
ms-todo-sync 支持哪些平台?
ms-todo-sync 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ms-todo-sync?
由 xiaoski(@xiaoski)开发并维护,当前版本 v1.0.2。
推荐 Skills