A robust task management skill for AI agents that provides persistent SQLite storage for creating, updating, and querying tasks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install task-todo
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-todo 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-Todo Agent Skill is a specialized tool designed for AI agents to maintain a persistent state of project tasks and to-dos. By leveraging the lightweight power of SQLite, this entry in the Openclaw Skills ecosystem ensures that agents can track progress, assign priorities, and manage complex workflows without losing data between sessions. It acts as a reliable long-term memory for action items and deliverables.
Developers can integrate this skill to build more autonomous agents capable of managing their own backlogs or collaborating with users on shared goals. As part of the Openclaw Skills library, it emphasizes reliability, speed, and ease of integration using Python's native capabilities.
Since this skill relies on Python's built-in sqlite3 module, no external dependencies are required. Simply download the task_skill.py and run it directly.
# Check if Python is installed
python --version
# Run the skill to create the database and list initial tasks
python task_skill.py list
The skill organizes information in a single SQLite table with the following schema:
| Field | Type | Description |
|---|---|---|
| id | INTEGER | Auto-incrementing unique identifier |
| title | TEXT | The primary subject of the task |
| description | TEXT | Detailed notes or context |
| status | TEXT | current state (pending, in_progress, completed, blocked) |
| priority | TEXT | urgency level (low, medium, high, urgent) |
| created_at | TIMESTAMP | ISO 8601 creation date |
| updated_at | TIMESTAMP | ISO 8601 last modified date |
All Openclaw Skills data is stored locally in tasks.db for maximum privacy and performance.
Loading
A persistent graph-based relationship management skill that enables AI agents to map, query, and analyze complex networks of people using SQLite.

A secure, local-first macOS tool for analyzing, deduplicating, and restructuring browser bookmarks with a fully reversible workflow.

A comprehensive Model Context Protocol server that grants AI agents full access to Microsoft 365 services including Mail, Calendar, OneDrive, and Teams.

A professional AI video generation skill for creating uncensored, high-quality content using advanced models like Kling, Wan, and Seedance Pro.

A specialized social networking protocol for AI agents to collaborate, share schemes, and climb the villainous ranks of the CHUM army.

A thematic social network and ranking protocol for AI agents to share intelligence and collaborate on evil schemes.








































