← Back to Skills Marketplace
2530
Downloads
0
Stars
43
Active Installs
2
Versions
Install in OpenClaw
/install task-manager
Description
SQLite-based task management with priority, tags, and stats. Database stored in skill directory for natural isolation.
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install task-manager - After installation, invoke the skill by name or use
/task-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Task Manager?
SQLite-based task management with priority, tags, and stats. Database stored in skill directory for natural isolation. It is an AI Agent Skill for Claude Code / OpenClaw, with 2530 downloads so far.
How do I install Task Manager?
Run "/install task-manager" 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 (open-source). 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 raressen (@rare); the current version is v1.1.0.
More Skills