← 返回 Skills 市场
237
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install task-manager-easy
功能描述
任务管理系统,用于记录、追踪和管理所有分配给助手的任务,支持持续性任务和一次性任务,记录任务状态、调用功能、权限和依赖软件。当需要管理任务记录、新增任务、查询任务状态或维护任务系统时使用。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install task-manager-easy - 安装完成后,直接呼叫该 Skill 的名称或使用
/task-manager-easy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
task-manager 是什么?
任务管理系统,用于记录、追踪和管理所有分配给助手的任务,支持持续性任务和一次性任务,记录任务状态、调用功能、权限和依赖软件。当需要管理任务记录、新增任务、查询任务状态或维护任务系统时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 237 次。
如何安装 task-manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install task-manager-easy」即可一键安装,无需额外配置。
task-manager 是免费的吗?
是的,task-manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
task-manager 支持哪些平台?
task-manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 task-manager?
由 Simon Sun(@quenfly)开发并维护,当前版本 v1.0.0。
推荐 Skills