← Back to Skills Marketplace
Session Task Tracker
by
Dylan Zhang
· GitHub ↗
· v1.0.1
· MIT-0
100
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install session-task-tracker
Description
Task-based cross-session context management for OpenClaw agents. Maintains persistent task files so context survives session resets, compaction, and channel...
Usage Guidance
This skill appears to do what it says (maintain per-task markdown files), but it encourages storing configuration details, accounts, and absolute file paths in persistent files without any guidance on secret handling. Before installing: (1) Decide whether the workspace/tasks location is an appropriate place to persist sensitive data; avoid putting passwords, API keys, or private keys into task files. (2) If you will record credentials or config, require the skill to redact/avoid secrets or encrypt task files (or store sensitive data in a dedicated secret manager). (3) Restrict filesystem permissions on the workspace so other agents/users can't read task files. (4) Prefer that the skill prompt you before persisting any '关键信息' or absolute paths. (5) If you want tighter control, consider disabling autonomous invocation (if your platform supports it) or request the author add explicit safe-handling guidance (secret redaction, warnings, and an allowlist of paths). If you want, ask the skill author to add: (a) explicit prohibition on storing credentials, (b) optional encryption or secret-store integration, and (c) an explicit confirmation step before writing any 'accounts' or absolute paths.
Capability Analysis
Type: OpenClaw Skill
Name: session-task-tracker
Version: 1.0.1
The skill bundle provides a structured workflow for an AI agent to track tasks and maintain context across sessions by managing markdown files in a dedicated 'tasks/' directory. The instructions in SKILL.md and references/DESIGN.md are well-documented, focusing on organizational logic, task status transitions, and persistence without any evidence of data exfiltration, unauthorized execution, or malicious prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the skill only reads/writes per-task markdown files under {workspace}/tasks and maintains an index. No unexpected binaries, environment variables, or external services are requested.
Instruction Scope
Instructions explicitly direct the agent to create, read, update, move, and archive files under {workspace}/tasks and to maintain _INDEX.md. They also encourage storing '关键信息' (configs, links, accounts) and '相关文件' as absolute paths — there is no guidance to avoid or protect secrets, redact credentials, or limit what absolute paths are recorded or read. This can lead to persistent storage of sensitive data and possible accidental exposure across sessions or channels.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by an installer and there are no download URLs to evaluate.
Credentials
The skill requests no environment variables or credentials (proportionate). However, its file format explicitly permits storing 'accounts' and absolute filesystem paths; requiring the agent to persist such data is disproportionate unless the user explicitly consents and secrets are protected. The SKILL.md does not declare or limit access to other files beyond the workspace/tasks tree.
Persistence & Privilege
always is false (normal). The agent is allowed to invoke the skill autonomously (disable-model-invocation false). Combined with automatic file writes across sessions, autonomous invocation increases the risk that the agent will persist or update sensitive info without tight user oversight.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install session-task-tracker - After installation, invoke the skill by name or use
/session-task-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Remove personal task file names from example, use generic placeholders
v1.0.0
Initial release: cross-session task-based context management for OpenClaw agents
Metadata
Frequently Asked Questions
What is Session Task Tracker?
Task-based cross-session context management for OpenClaw agents. Maintains persistent task files so context survives session resets, compaction, and channel... It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.
How do I install Session Task Tracker?
Run "/install session-task-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Session Task Tracker free?
Yes, Session Task Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Session Task Tracker support?
Session Task Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Session Task Tracker?
It is built and maintained by Dylan Zhang (@zhangzixuan961128-blip); the current version is v1.0.1.
More Skills