← 返回 Skills 市场
jdrhyne

TODO Tracker

作者 Jonathan Rhyne · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
9284
总下载
1
收藏
61
当前安装
1
版本数
在 OpenClaw 中安装
/install todo-tracker
功能描述
Persistent TODO scratch pad for tracking tasks across sessions. Use when user says "add to TODO", "what's on the TODO", "mark X done", "show TODO list", "remove from TODO", or asks about pending tasks. Also triggers on heartbeat to remind about stale items.
安全使用建议
Install only if you are comfortable with the agent maintaining a persistent local TODO.md file. Use explicit commands for add, done, and remove actions, and review TODO.md before deleting entries. Avoid passing complex regex-like text to mark-done or remove commands unless the script is hardened to treat input as plain text.
功能分析
Type: OpenClaw Skill Name: todo-tracker Version: 1.0.0 The skill is classified as suspicious due to a potential Regular Expression Denial of Service (ReDoS) vulnerability in `scripts/todo.sh`. User-provided patterns for 'mark done' and 'remove item' commands are directly used in `grep` and `sed` regex operations without sufficient sanitization, which could allow a malicious or overly complex regex pattern to consume excessive CPU resources and lead to a denial of service. While the skill's core functionality is benign and involves local file operations, this specific implementation detail introduces a notable risk.
能力评估
Purpose & Capability
The described behavior fits a TODO tracker: listing pending items, adding remembered tasks, marking tasks done, and removing entries from a local TODO file.
Instruction Scope
Some activation examples are broad, such as natural phrasing around pending tasks or remembering something, so accidental TODO edits are possible, but they remain aligned with the stated task-tracking purpose.
Install Mechanism
No evidence was provided of unusual install steps, hidden package execution, dependency fetching, or install-time persistence beyond the skill files themselves.
Credentials
The apparent environment access is limited to local TODO state and a helper shell script; no network, credential, browser profile, account, or broad filesystem access is evidenced.
Persistence & Privilege
The skill maintains persistent TODO.md state and can delete TODO entries. That persistence is expected for the purpose, but users should understand removals may be irreversible unless they have backups or version control.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install todo-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /todo-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Persistent TODO scratch pad for Clawdbot with priority levels, completion tracking, and heartbeat integration
元数据
Slug todo-tracker
版本 1.0.0
许可证
累计安装 314
当前安装数 61
历史版本数 1
常见问题

TODO Tracker 是什么?

Persistent TODO scratch pad for tracking tasks across sessions. Use when user says "add to TODO", "what's on the TODO", "mark X done", "show TODO list", "remove from TODO", or asks about pending tasks. Also triggers on heartbeat to remind about stale items. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 9284 次。

如何安装 TODO Tracker?

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

TODO Tracker 是免费的吗?

是的,TODO Tracker 完全免费(开源免费),可自由下载、安装和使用。

TODO Tracker 支持哪些平台?

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

谁开发了 TODO Tracker?

由 Jonathan Rhyne(@jdrhyne)开发并维护,当前版本 v1.0.0。

💬 留言讨论