← 返回 Skills 市场
harrot90-code

Midlong Term Task Manager

作者 harrot90-code · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
124
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install midlong-term-task-manager
功能描述
管理和跟踪 AI Agent 中长期任务,支持任务分解、进度更新、延期提醒及每日/每周总结生成。
安全使用建议
This skill appears safe and coherent for local task tracking, but review before enabling: 1) inspect the included scripts (they are small, readable, and local-only) and confirm you are comfortable with files being created at ~/.openclaw/workspace/.tasks (tasks.json, logs, summaries). 2) Ensure tasks.json will not contain sensitive secrets; store only task metadata. 3) If you enable cron/heartbeat entries, add them manually rather than blindly executing instructions. 4) Consider file permissions (chmod) on the .tasks directory to limit access. 5) The scripts optionally use jq and rely on GNU date extensions on some platforms — test on your OS or adjust for portability.
功能分析
Type: OpenClaw Skill Name: midlong-term-task-manager Version: 0.1.0 The 'midlong-term-task-manager' skill is a legitimate tool for tracking tasks over time. It uses a local JSON file (tasks.json) and several Bash scripts (task_check.sh, daily_summary.sh, weekly_review.sh) to generate Markdown reports and monitor progress. The code and instructions in SKILL.md are strictly focused on task management and do not exhibit any signs of data exfiltration, unauthorized execution, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description (mid/long-term task manager) align with the provided artifacts: SKILL.md plus three shell scripts that read/write a tasks.json and logs under ~/.openclaw/workspace/.tasks. There are no unrelated env vars, binaries, or network endpoints requested.
Instruction Scope
Instructions and SKILL.md stay within scope: they instruct running the included scripts, adding heartbeat/cron entries, and storing data under ./.openclaw/workspace/.tasks. Note: the scripts persist task data and logs to disk (tasks.json, logs, summaries/weekly reports); the user should be aware that these files are stored locally and accessible to local processes and users with filesystem access.
Install Mechanism
No install spec (instruction-only + bundled scripts). Scripts are plain shell files included in the package — no network downloads, no package installers, and no extracted archives. This is low-risk from an install mechanism perspective.
Credentials
Skill declares no required environment variables or credentials and the code does not attempt to read secrets or unrelated config. It optionally uses jq if installed, which is reasonable for JSON parsing. The number and type of accesses are proportionate to a local task-manager skill.
Persistence & Privilege
always is false and the skill does not request permanent platform-level privileges or modify other skills' configs. It only writes its own task/log files under ~/.openclaw/workspace/.tasks and suggests (user-driven) cron/heartbeat integration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install midlong-term-task-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /midlong-term-task-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
midlong-term-task-manager v0.1.0 - 新增支持中长期任务的分解、登记及进度跟踪 - 数据独立存储于 .tasks/tasks.json,进度日志写入 .tasks/logs/ - 提供任务添加、更新、查询、取消命令 - 集成心跳检查,自动提醒进度及延期风险 - 每日/每周自动生成任务总结报告 - 明确与三层记忆系统边界,避免数据混用
元数据
Slug midlong-term-task-manager
版本 0.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Midlong Term Task Manager 是什么?

管理和跟踪 AI Agent 中长期任务,支持任务分解、进度更新、延期提醒及每日/每周总结生成。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 124 次。

如何安装 Midlong Term Task Manager?

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

Midlong Term Task Manager 是免费的吗?

是的,Midlong Term Task Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Midlong Term Task Manager 支持哪些平台?

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

谁开发了 Midlong Term Task Manager?

由 harrot90-code(@harrot90-code)开发并维护,当前版本 v0.1.0。

💬 留言讨论