← Back to Skills Marketplace
harrot90-code

Midlong Term Task Manager

by harrot90-code · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
124
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install midlong-term-task-manager
Description
管理和跟踪 AI Agent 中长期任务,支持任务分解、进度更新、延期提醒及每日/每周总结生成。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install midlong-term-task-manager
  3. After installation, invoke the skill by name or use /midlong-term-task-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
midlong-term-task-manager v0.1.0 - 新增支持中长期任务的分解、登记及进度跟踪 - 数据独立存储于 .tasks/tasks.json,进度日志写入 .tasks/logs/ - 提供任务添加、更新、查询、取消命令 - 集成心跳检查,自动提醒进度及延期风险 - 每日/每周自动生成任务总结报告 - 明确与三层记忆系统边界,避免数据混用
Metadata
Slug midlong-term-task-manager
Version 0.1.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Midlong Term Task Manager?

管理和跟踪 AI Agent 中长期任务,支持任务分解、进度更新、延期提醒及每日/每周总结生成。 It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.

How do I install Midlong Term Task Manager?

Run "/install midlong-term-task-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Midlong Term Task Manager free?

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

Which platforms does Midlong Term Task Manager support?

Midlong Term Task Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Midlong Term Task Manager?

It is built and maintained by harrot90-code (@harrot90-code); the current version is v0.1.0.

💬 Comments