← 返回 Skills 市场
rare

Task Manager

作者 raressen · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
2530
总下载
0
收藏
43
当前安装
2
版本数
在 OpenClaw 中安装
/install task-manager
功能描述
SQLite-based task management with priority, tags, and stats. Database stored in skill directory for natural isolation.
安全使用建议
Reasonable to install for local task tracking. Avoid putting secrets in task titles or descriptions because tasks and some update history are stored persistently in the local SQLite database.
能力评估
Purpose & Capability
The documented purpose is task CRUD, priorities, tags, due dates, and statistics; the Python script implements those functions against a local SQLite database.
Instruction Scope
Runtime instructions are limited to direct CLI task-management commands and do not include role changes, hidden directives, network use, credential handling, or broad system access.
Install Mechanism
Installation requirements are minimal and disclosed as python3 plus the included script; the artifact metadata has a minor version mismatch, but no risky install behavior is present.
Credentials
The script stores data under the skill directory and does not use network calls, subprocess execution, credential stores, environment secrets, or broad filesystem indexing.
Persistence & Privilege
Task data is intentionally persistent in <skill-dir>/data/tasks.db, and update history can retain previous task values after edits; this is expected for a task manager but worth knowing.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install task-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /task-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Fix: database path now uses skill directory for proper workspace isolation
v1.0.0
Initial release: SQLite task management with priority, tags, and stats. Database stored in skill directory for natural isolation.
元数据
Slug task-manager
版本 1.1.0
许可证
累计安装 43
当前安装数 43
历史版本数 2
常见问题

Task Manager 是什么?

SQLite-based task management with priority, tags, and stats. Database stored in skill directory for natural isolation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2530 次。

如何安装 Task Manager?

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

Task Manager 是免费的吗?

是的,Task Manager 完全免费(开源免费),可自由下载、安装和使用。

Task Manager 支持哪些平台?

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

谁开发了 Task Manager?

由 raressen(@rare)开发并维护,当前版本 v1.1.0。

💬 留言讨论