← 返回 Skills 市场
Session Task Tracker
作者
Dylan Zhang
· GitHub ↗
· v1.0.1
· MIT-0
100
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install session-task-tracker
功能描述
Task-based cross-session context management for OpenClaw agents. Maintains persistent task files so context survives session resets, compaction, and channel...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install session-task-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/session-task-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Session Task Tracker 是什么?
Task-based cross-session context management for OpenClaw agents. Maintains persistent task files so context survives session resets, compaction, and channel... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。
如何安装 Session Task Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install session-task-tracker」即可一键安装,无需额外配置。
Session Task Tracker 是免费的吗?
是的,Session Task Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Session Task Tracker 支持哪些平台?
Session Task Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Session Task Tracker?
由 Dylan Zhang(@zhangzixuan961128-blip)开发并维护,当前版本 v1.0.1。
推荐 Skills