A complete task lifecycle management system with SQLite persistence and automated monitoring for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install task-system
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install task-system using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Task System is a comprehensive solution for managing the end-to-end lifecycle of agent activities. By leveraging a local SQLite database, this skill ensures that task data remains persistent across agent sessions, providing a reliable backbone for complex workflows within the Openclaw Skills ecosystem. It effectively replaces fragmented legacy tools with a unified interface for tracking, monitoring, and auditing agent performance. This skill is ideal for developers needing a robust way to ensure their agents stay on track and recover from unexpected interruptions.
To install the Task System, execute the provided installation script within the skill directory:
./install.sh
Alternatively, you can manually add the skill scripts to your environment PATH:
export PATH="$HOME/.openclaw/agents/main/workspace/skills/task-system/scripts:$PATH"
The skill utilizes a SQLite database with a core tasks table organized as follows:
| Column | Type | Description |
|---|---|---|
request_text |
TEXT | The original prompt or instruction for the task. |
status |
TEXT | The current lifecycle state (e.g., pending, started, completed). |
priority |
INTEGER | The task urgency level, used for ordering the queue. |
last_updated |
DATETIME | The timestamp of the last heartbeat or status change. |
notes |
TEXT | Additional context or the final result of the task. |
Performance is optimized via indexes on (status, last_updated) and priority to allow for rapid status checks within the Openclaw Skills framework.
Loading
A diagnostic tool for calculating API token consumption and financial costs based on agent session transcripts.

A comprehensive AI-driven playbook for managing, optimizing, and scoring Objectives and Key Results (OKRs) based on industry-standard frameworks.

A comprehensive security auditing tool for identifying and fixing vulnerabilities in Node.js HTTP servers and web applications.

A technical tool for parsing and extracting structured data from EDI X12 transaction sets like 810, 850, and 856 files.

Securely manage wallet-backed on-chain agent identities and cryptographic proofs on the Base blockchain.

A compounding tool ecosystem designed for AI agents to create, discover, and compose functional tools for each other.








































