← Back to Skills Marketplace
sunshine-del-ux

Agent Task Tracker

by Sunshine-del-ux · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ⚠ suspicious
273
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sunshine-agent-task-tracker
Description
Proactive task state management. Use on EVERY task start, progress update, completion, or failure. Tracks what was requested, what's running (background proc...
Usage Guidance
Before installing, consider these actions: (1) Confirm the publisher/owner identity — registry metadata and _meta.json disagree. (2) Understand exactly what will be written to memory/tasks.md and where that file is stored and who can read it; avoid storing outputs that may contain secrets. (3) Ask the author to add sanitization (filtering/redaction), configurable retention, and an opt-in toggle so it isn't automatically invoked for every task. (4) If you enable it, review the first few entries of memory/tasks.md to verify no sensitive data is being persisted and set pruning/rotation limits. (5) If you need stronger guarantees, require encryption or tie storage to a controlled vault. If the developer can provide clearer metadata, explicit sanitization rules, and opt-in triggers (instead of unconditional write-first), my confidence in this skill would increase.
Capability Analysis
Type: OpenClaw Skill Name: sunshine-agent-task-tracker Version: 1.1.1 The 'sunshine-agent-task-tracker' skill is a utility designed for state management, instructing the agent to maintain a local Markdown file (memory/tasks.md) to track task progress and background processes across sessions. The instructions in SKILL.md are focused on organizational record-keeping and do not contain any indicators of malicious intent, data exfiltration, or unauthorized command execution.
Capability Assessment
Purpose & Capability
The declared purpose (task-state tracking across sessions) matches the instructions to read/write memory/tasks.md and record task lifecycle events. However the SKILL.md claims it "Triggers automatically — not user-invoked" while registry flags show it is user-invocable and not forced-always; the package metadata in _meta.json (ownerId, slug, version, publishedAt) also disagrees with the registry metadata. These metadata mismatches reduce trust and coherence.
Instruction Scope
Instructions require writing persistent state for every task and explicitly instruct recording background session IDs, PIDs, server names, and the exact command. They also mandate 'write-first' (update the persistent file before reporting to the user). That behavior increases risk of persisting sensitive data (credentials, tokens, or confidential outputs) and creates a privacy/exfiltration surface even though no external network endpoints are used.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — lowest-risk in terms of code being written to disk or arbitrary downloads.
Credentials
The skill requests no environment variables, binaries, or config paths, which is proportionate to a purely in-memory or agent-memory file writer. That said, the instructions expect the agent to capture runtime process/session details (PID, server, command) without declaring what permissions or APIs are used to obtain those — a minor mismatch to clarify.
Persistence & Privilege
The skill asks for persistent storage of task state that 'survives session resets' and to be used on EVERY task. While it is not declared as always:true, autonomous invocation is allowed by default; combined with the 'write-first' rule, this gives it a broad ability to persist content automatically. This creates ongoing privacy and data-retention risk if the stored content can include secrets or sensitive results.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sunshine-agent-task-tracker
  3. After installation, invoke the skill by name or use /sunshine-agent-task-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
- Improved skill documentation with detailed state management rules and markdown format in SKILL.md - Clarified when and how to track task state, including background process details and multi-step tasks - Added guidance on state file limits, pruning, and task summary formatting - Now ensures session resilience and user context recovery after resets or compaction
Metadata
Slug sunshine-agent-task-tracker
Version 1.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 273 downloads so far.

How do I install Agent Task Tracker?

Run "/install sunshine-agent-task-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agent Task Tracker free?

Yes, Agent Task Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agent Task Tracker support?

Agent Task Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Task Tracker?

It is built and maintained by Sunshine-del-ux (@sunshine-del-ux); the current version is v1.1.1.

💬 Comments