← 返回 Skills 市场
278
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install suidge-todo-tracker
功能描述
Manage follow-up items and remind users at appropriate times via heartbeat checks.
安全使用建议
This skill appears coherent and limited to local todo management, but before installing: 1) verify the workspace layout on your agent matches the script's TODO_FILE path (the cleaner uses a relative path up from scripts to workspace/memory/todo.json); 2) run the cleaner in --dry-run first to confirm it targets the intended file; 3) ensure your agent will set completed_at / cancelled_at and reminded flags as required (the cleanup depends on completed_at); 4) review HEARTBEAT.md and AGENTS.md changes you are asked to make to confirm you want automatic heartbeat-driven reminders; and 5) if provenance matters, check the referenced GitHub repo/owner (SKILL.md/footer lists a GitHub URL) since the top-level metadata listed the source as unknown. If any of these checks fail or the workspace layout differs, treat installation as potentially disruptive until corrected.
功能分析
Type: OpenClaw Skill
Name: suidge-todo-tracker
Version: 1.2.0
The skill bundle is a standard todo tracking system that allows an AI agent to manage follow-up tasks. The included Python script, `scripts/todo-cleaner.py`, is a straightforward utility for pruning old entries from a local JSON file using standard libraries, with no network activity or shell execution. The instructions in `SKILL.md` and `setup.md` are consistent with the stated purpose and do not contain any malicious prompt injection or unauthorized data access patterns.
能力评估
Purpose & Capability
The name/description (todo reminders, heartbeat-driven checks) matches the included files and behavior. There are no unrelated required binaries, env vars, or external services. The provided cleanup script and templates are appropriate for a self-managed todo skill.
Instruction Scope
SKILL.md instructs the agent to copy templates to memory/todo.json, register heartbeat and trigger keywords, and follow clear rules for marking items. The instructions reference only workspace files (memory/todo.json, HEARTBEAT.md, AGENTS.md) and do not ask the agent to read or exfiltrate unrelated files or secrets.
Install Mechanism
No install spec is provided (instruction-only) and the only code file is a small local Python script. Nothing is downloaded from external URLs or installed from remote package registries.
Credentials
The skill requires no environment variables, credentials, or config paths. The only persistent state is a JSON file in the agent workspace, which matches the skill's purpose.
Persistence & Privilege
The skill does not request 'always: true' and uses normal autonomous invocation via heartbeat triggers (the platform default). It does not attempt to modify other skills or system-wide settings programmatically.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install suidge-todo-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/suidge-todo-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
v1.2.0 - Added HARD CONSTRAINTS section: marking completed/cancelled MUST set completed_at/cancelled_at fields
- Added a mandatory rule: when marking a todo as completed or cancelled, you must set the completed_at or cancelled_at timestamp field (ISO 8601 with timezone).
- Explained the importance: cleanup script will skip items missing these fields, leaving them undeleted.
- Updated documentation with examples and emphasized these constraints for correct todo lifecycle management.
v1.1.0
v1.1.0 - Added cleanup script (scripts/todo-cleaner.py) for auto-deleting completed items after 24h
- New: Added scripts/todo-cleaner.py to automatically delete completed/cancelled items older than 24 hours.
- Updated documentation (SKILL.md) with instructions and new quick reference for the cleanup script.
- Clarified heartbeat reminder policy in Core Rules.
v1.0.1
Fix: update slug references
v1.0.0
Todo Tracker 1.0.0 — Initial release
- Manage follow-up items and reminders via heartbeat checks.
- Store todos in `memory/todo.json` with fields for id, description, follow-up time, status, priority, and context.
- Remind users of pending items during 30-minute heartbeat intervals and prevent duplicate reminders.
- Automatically clean up completed or cancelled items after 24 hours.
- Support natural-language keywords to add, list, complete, or cancel todos.
- Prompts users for missing info when setting reminders.
元数据
常见问题
Todo Tracker 是什么?
Manage follow-up items and remind users at appropriate times via heartbeat checks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 278 次。
如何安装 Todo Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install suidge-todo-tracker」即可一键安装,无需额外配置。
Todo Tracker 是免费的吗?
是的,Todo Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Todo Tracker 支持哪些平台?
Todo Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Todo Tracker?
由 Neo Shi(@suidge)开发并维护,当前版本 v1.2.0。
推荐 Skills