← 返回 Skills 市场
manifoldor

Todo List for MacOS

作者 manifold · GitHub ↗ · v1.0.6 · MIT-0
cross-platform ✓ 安全检测通过
528
总下载
0
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install todolist
功能描述
**macOS Only** - Manage macOS Reminders app via AppleScript. Full-featured reminder management: add, list, complete, delete, search, create lists, and more....
安全使用建议
This skill appears coherent and implements exactly what it claims: controlling macOS Reminders via AppleScript. Before installing or running it: (1) inspect the full scripts/todo.sh file locally (the provided listing was truncated) to confirm there are no unexpected commands (e.g., do shell script, curl, or other network calls); (2) be prepared for macOS to prompt for permission to control Reminders — grant only if you trust the skill; (3) test on a throwaway list or with test reminders (avoid running delete on critical items) since deletions are irreversible and changes sync to iCloud; (4) if you need higher assurance, run a quick grep over the script for suspicious patterns (network or shell execution) and review the final truncated lines before granting trust.
功能分析
Type: OpenClaw Skill Name: todolist Version: 1.0.6 The skill is a legitimate macOS Reminders management tool that uses AppleScript (via osascript) to interact with the native Reminders app. The shell script (scripts/todo.sh) safely passes user arguments to the AppleScript environment, and the logic is strictly confined to managing tasks, lists, and due dates without any evidence of data exfiltration, unauthorized execution, or malicious prompt injection.
能力评估
Purpose & Capability
The name/description say macOS Reminders via AppleScript and the included scripts/todo.sh implements that using osascript and Reminders APIs. No unrelated binaries, environment variables, or external services are requested.
Instruction Scope
SKILL.md instructs the agent to run the bundled scripts/todo.sh for actions (add, list, complete, delete, search, lists, create-list, today). The AppleScript blocks operate on Reminders objects and do not reference files, arbitrary shell execution, or external endpoints in the visible portion. Note: the provided file listing is truncated near the end, so the last lines could not be inspected.
Install Mechanism
There is no install spec; this is instruction-only with a bundled script. Nothing is downloaded or extracted from external URLs in the metadata or SKILL.md.
Credentials
No environment variables, credentials, or config paths are requested. The script will require macOS's Reminders automation permission (user-granted), which is expected for this purpose. No unrelated secrets are requested.
Persistence & Privilege
The skill is not always-enabled and doesn't declare elevated platform privileges. It modifies only Reminders data (create/complete/delete) which is consistent with its purpose and will sync via iCloud per macOS behavior. Autonomous invocation is allowed by default but is not exceptional here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install todolist
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /todolist 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
- No code or documentation changes detected for this version. - Functionality, usage, and requirements remain unchanged.
v1.0.5
Major update: The todo skill has been rewritten to manage macOS Reminders via AppleScript, replacing the local task management model. - Added a new script (`todo.sh`) enabling add/list/complete/delete/search/reminder list operations, working directly with the macOS Reminders app. - Removed the old Python script-based local task/project management system. - Now requires macOS and the native Reminders app; operates via AppleScript. - Supports priority, due dates, custom lists, fuzzy searching, and viewing/completing/deleting reminders. - All operations now synchronize with iCloud and Apple devices.
元数据
Slug todolist
版本 1.0.6
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 2
常见问题

Todo List for MacOS 是什么?

**macOS Only** - Manage macOS Reminders app via AppleScript. Full-featured reminder management: add, list, complete, delete, search, create lists, and more.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 528 次。

如何安装 Todo List for MacOS?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install todolist」即可一键安装,无需额外配置。

Todo List for MacOS 是免费的吗?

是的,Todo List for MacOS 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Todo List for MacOS 支持哪些平台?

Todo List for MacOS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Todo List for MacOS?

由 manifold(@manifoldor)开发并维护,当前版本 v1.0.6。

💬 留言讨论