← Back to Skills Marketplace
237
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install task-manager-easy
Description
任务管理系统,用于记录、追踪和管理所有分配给助手的任务,支持持续性任务和一次性任务,记录任务状态、调用功能、权限和依赖软件。当需要管理任务记录、新增任务、查询任务状态或维护任务系统时使用。
Usage Guidance
This skill appears to be a simple local task tracker that will create and update a TASKS.md file. Before installing: 1) Confirm where it will store TASKS.md — change the hardcoded path to a workspace-relative path to avoid writing into an unexpected home directory. 2) Review and run scripts/update-task-stats.js yourself to verify no unexpected behavior; it only reads/writes the provided file path but you should inspect it. 3) Ensure the agent is allowed to write to the chosen file and consider backups or version control for TASKS.md. 4) If you want prompts before automatic writes (the skill requires recording new tasks within 5 minutes), add explicit confirmation steps. These checks will reduce surprises from implicit filesystem writes.
Capability Analysis
Type: OpenClaw Skill
Name: task-manager-easy
Version: 1.0.0
The skill bundle provides a straightforward task management system that tracks tasks in a Markdown file. The included Node.js script (scripts/update-task-stats.js) performs basic text parsing and file updates to maintain task statistics without any network access, obfuscation, or unauthorized data access. While SKILL.md contains a hardcoded local path (/Users/quenflysmac/...), it appears to be a remnant of the developer's environment rather than a malicious indicator.
Capability Assessment
Purpose & Capability
The name/description match the provided instructions and included script: the skill maintains a TASKS.md and updates statistics. Nothing in the package requests unrelated credentials or network access. However, the SKILL.md uses a hardcoded default file path (/Users/quenflysmac/.openclaw/workspace/TASKS.md) which is user-specific and odd for a generic skill; the package metadata does not declare any required config paths even though the skill expects to read/write a workspace file.
Instruction Scope
Runtime instructions require creating, reading and writing a TASKS.md file in the user's workspace and mandate automatic recording of new tasks (within 5 minutes). Those file I/O operations are within the stated purpose, but the SKILL.md gives a specific absolute path tied to a particular user account instead of a generic workspace location and does not instruct about permissions, backups, or confirming writes with the user — giving the skill automatic write duties that may surprise users.
Install Mechanism
No install spec or external downloads; the skill is instruction-only and includes a small local Node script (scripts/update-task-stats.js) that reads/writes the TASKS.md file. No network fetches or archive extraction are present.
Credentials
The skill declares no required environment variables or config paths, yet its runtime behavior expects filesystem access to a specific path under a user's home. The lack of declared config/permission requirements is a mismatch — the skill needs write/read permission to the workspace but does not document or request that explicitly.
Persistence & Privilege
The skill is not set to always:true and does not request elevated platform privileges. It will autonomously update a local file when invoked, which is consistent with its purpose. It does not modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install task-manager-easy - After installation, invoke the skill by name or use
/task-manager-easy - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Task Manager skill — a system for recording, tracking, and managing assistant tasks.
- Automatically maintains a detailed task log, including persistent and one-time tasks
- Supports task status updates, system function calls, permission requirements, and software dependencies
- Enables querying and statistics on tasks by type, status, time, and keywords
- Saves all records to a configurable TASKS.md file; includes auto-generated headers and statistics
- Includes a script (update-task-stats.js) to recalculate and update task statistics
Metadata
Frequently Asked Questions
What is task-manager?
任务管理系统,用于记录、追踪和管理所有分配给助手的任务,支持持续性任务和一次性任务,记录任务状态、调用功能、权限和依赖软件。当需要管理任务记录、新增任务、查询任务状态或维护任务系统时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 237 downloads so far.
How do I install task-manager?
Run "/install task-manager-easy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is task-manager free?
Yes, task-manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does task-manager support?
task-manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created task-manager?
It is built and maintained by Simon Sun (@quenfly); the current version is v1.0.0.
More Skills