← 返回 Skills 市场
sunshine-del-ux

agent-task-tracker

作者 Sunshine-del-ux · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
563
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install new-agent-task-tracker
功能描述
Proactive task state management. Use on EVERY task start, progress update, completion, or failure. Tracks what was requested, what's running (background proc...
安全使用建议
This skill appears to be what it says (a small persistent task-state tracker) but there are a few things to check before installing: 1) Provenance: the included _meta.json ownerId/version differ from the registry metadata—verify the publisher and source. 2) Invocation: the doc says it should 'trigger automatically' but the registry metadata doesn't force always-on; decide whether you want automatic triggering. 3) Privacy: it records session IDs, PIDs, server names and full commands — avoid storing commands or arguments that contain secrets, and confirm the memory/tasks.md location is access-controlled. 4) Redaction: ask for or add a rule to redact sensitive fields before writing (tokens, passwords, private keys, secret-bearing args). 5) Minimality: consider making it user-invoked or limiting fields recorded to reduce leakage. If you cannot verify the owner or you are uncomfortable with persistent recording of process/host/command details, do not install or only enable it in a constrained/testing environment.
功能分析
Type: OpenClaw Skill Name: new-agent-task-tracker Version: 1.0.0 The skill is designed for proactive task state management, storing operational details in `memory/tasks.md`. It instructs the agent to record its own task status, background processes (including session ID, PID, server, and command), and progress updates. While recording commands could log sensitive information if the agent were compromised by another vector, this is a functional requirement for task tracking and not indicative of malicious intent by the skill itself. There are no instructions for data exfiltration, unauthorized network calls, persistence, or other harmful actions. The instructions are clear, focused on the stated purpose, and lack any prompt injection attempts to subvert the agent for malicious ends.
能力评估
Purpose & Capability
Name/description (task tracker that persists state) align with the SKILL.md instructions to read/write a single state file. However the package metadata and included _meta.json disagree (different ownerId and version) and the SKILL.md asserts it “Triggers automatically — not user-invoked” while the registry flags show normal user-invocable/autonomous behavior (always: false). These inconsistencies around provenance and invocation model are unexpected.
Instruction Scope
Instructions explicitly instruct the agent to write/read memory/tasks.md and to record session IDs, PIDs, server names, and full commands. That is coherent with a task tracker, but these fields can contain sensitive data (server identifiers, command-line arguments that may include secrets). The SKILL.md also mandates 'Update the file BEFORE reporting to user (write-first)', which increases the chance of persisting transient or sensitive state. The document does not reference any other files or env vars, which is consistent, but it does not declare the memory/tasks.md path in the skill metadata (no required config paths), so there's a minor mismatch between declared requirements and runtime instructions.
Install Mechanism
Instruction-only skill with no install spec and no code files — low install risk because nothing will be downloaded or written by an installer. The runtime behavior is limited to read/write of a small state file.
Credentials
The skill requests no environment variables or external credentials. That is proportionate to its stated purpose. However, the data it instructs the agent to capture (commands, PIDs, server names) can contain secrets; absence of declared secrets is appropriate but the skill should document redaction rules.
Persistence & Privilege
The skill expects to persist state across sessions (survive resets), which fits its purpose. It does not request 'always: true' or system-wide privileges. The main concern is that the SKILL.md claims automatic triggering (runs on EVERY task event) while registry flags do not indicate forced inclusion — a mismatch that affects how broadly this skill will act in practice.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install new-agent-task-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /new-agent-task-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Task Tracker skill v1.0.0 — Tracks and maintains live task state to survive session resets. - Proactively records task lifecycles: start, progress, completion, or failure. - Tracks background processes with session ID, PID, server, and command. - Stores state in memory/tasks.md, capped at 50 lines or 2KB. - Ensures up-to-date status before any user reporting. - Auto-prunes completed tasks, preserving recent activity only.
元数据
Slug new-agent-task-tracker
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

agent-task-tracker 是什么?

Proactive task state management. Use on EVERY task start, progress update, completion, or failure. Tracks what was requested, what's running (background proc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 563 次。

如何安装 agent-task-tracker?

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

agent-task-tracker 是免费的吗?

是的,agent-task-tracker 完全免费(开源免费),可自由下载、安装和使用。

agent-task-tracker 支持哪些平台?

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

谁开发了 agent-task-tracker?

由 Sunshine-del-ux(@sunshine-del-ux)开发并维护,当前版本 v1.0.0。

💬 留言讨论