← 返回 Skills 市场
523
总下载
0
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install task-tracker-pro
功能描述
持久化任务管理:拆解步骤、追踪进度、中断恢复、多Agent协作。 触发场景: - 收到需要多步骤执行的任务("帮我做XX"、"搞一个XX") - 新对话/会话启动时自动检查未完成任务 - 用户问"任务进度"、"做到哪了"、"继续上次的" - 用户说"建个任务"、"拆解一下"、"规划一下步骤" 核心理念:不信任对话...
安全使用建议
This skill appears to do what it says (persist task state to ~/.openclaw/workspace/tasks/) and asks for no credentials, which is good. However, the runtime instructions are vague about what '执行该步骤的实际工作' means — an agent following this could perform arbitrary actions (network requests, shell commands, read other files) to complete steps. Before installing or enabling it: 1) Confirm how your agent runtime restricts file and network access; run the skill in a sandbox if possible. 2) Inspect any created task files regularly and set filesystem permissions for ~/.openclaw/workspace/tasks. 3) If you want tighter control, ask for a version of the skill that explicitly limits allowed actions (e.g., only local edits to task files, no external network calls) or require explicit user confirmation before performing non-file operations. 4) Monitor logs for unexpected outbound requests. These precautions reduce the risk that vague 'do the work' instructions are used to perform unwanted operations.
功能分析
Type: OpenClaw Skill
Name: task-tracker-pro
Version: 1.0.2
The skill is a task management utility designed to provide persistence across AI agent sessions by storing state in Markdown files. It operates within a restricted workspace directory (~/.openclaw/workspace/tasks/) and uses standard file operations (ls, mv, and file writes) to track progress. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found in SKILL.md or README.md.
能力评估
Purpose & Capability
Name/description claim persistent task tracking; SKILL.md only requires creating, reading, updating, and moving Markdown files under ~/.openclaw/workspace/tasks — this is coherent. However the instruction to '执行该步骤的实际工作' is underspecified and could justify additional capabilities (network calls, shell actions) not explicitly declared.
Instruction Scope
Instructions explicitly read/write files in ~/.openclaw/workspace/tasks/, move files to tasks/done/, and run a simple ls on startup — all consistent with persistence. But the runtime guidance grants broad discretion ('execute the actual work' for each step, '记录执行日志') without limiting which system resources, external endpoints, or commands may be used; that ambiguity could allow the agent to access other files, call APIs, or run shell commands beyond what a user expects.
Install Mechanism
Instruction-only skill with no install spec and no bundled code — lowest install risk (nothing downloaded or written by an installer).
Credentials
Skill requests no environment variables, no credentials, and no config paths beyond its own workspace directory. That is proportionate to its stated purpose.
Persistence & Privilege
Does not set always:true and does not modify other skills or system-wide configs. It will create and update files in the user's OpenClaw workspace, which is expected for a persistence-focused skill; autonomous invocation is allowed by platform default but is not elevated here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install task-tracker-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/task-tracker-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
重命名发布,避免 slug 冲突
v1.0.0
首发:持久化任务管理,断电不丢活
元数据
常见问题
Task Tracker Pro 是什么?
持久化任务管理:拆解步骤、追踪进度、中断恢复、多Agent协作。 触发场景: - 收到需要多步骤执行的任务("帮我做XX"、"搞一个XX") - 新对话/会话启动时自动检查未完成任务 - 用户问"任务进度"、"做到哪了"、"继续上次的" - 用户说"建个任务"、"拆解一下"、"规划一下步骤" 核心理念:不信任对话... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 523 次。
如何安装 Task Tracker Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install task-tracker-pro」即可一键安装,无需额外配置。
Task Tracker Pro 是免费的吗?
是的,Task Tracker Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Task Tracker Pro 支持哪些平台?
Task Tracker Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Task Tracker Pro?
由 Yurio99(@yurio99)开发并维护,当前版本 v1.0.2。
推荐 Skills