Task Todo
Skill by makkzone
Why use this skill?
Enhance your OpenClaw agent with persistent SQLite task management. Create, filter, and track tasks with status and priority support for better project organization.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/makkzone/task-todoWhat This Skill Does
The Task Todo skill is a robust task management solution designed for OpenClaw agents. It leverages a local SQLite database to provide persistent, structured task tracking directly within your agent's environment. Beyond simple storage, it provides full CRUD (Create, Read, Update, Delete) capabilities, enabling agents to organize complex projects, maintain to-do lists, and track the lifecycle of tasks from 'pending' to 'completed'. The skill includes automated timestamping and supports filtering by status (e.g., 'blocked', 'in_progress') and priority levels, making it an essential tool for maintaining long-term memory and context on projects.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/makkzone/task-todo
Ensure your environment has the necessary write permissions to the directory where the SQLite database file will be generated.
Use Cases
This skill is perfect for agents acting as personal assistants, project coordinators, or automated research managers. It is ideal for teams or individuals who need an agent that can track progress across multiple days, as the persistence layer ensures that tasks are not lost when the agent process restarts. It is particularly effective for managing multi-step workflows where an agent needs to keep track of blocked tasks awaiting external input.
Example Prompts
- "Create a new task titled 'Review Q1 Budget' with description 'Check spreadsheet for discrepancies' and set the priority to urgent."
- "List all my currently blocked tasks so I can identify what is preventing the project from moving forward."
- "Update task ID 4 to status 'completed' and add a note that the final report has been submitted."
Tips & Limitations
- Tip: Regularly list your tasks and update their status to keep your agent's context accurate and clean.
- Tip: Use the priority filtering feature when asking the agent for daily summaries to focus on high-impact items first.
- Limitation: This skill stores data locally. If you switch computers or agents without migrating the SQLite file, your task data will not be accessible in the new environment.
- Limitation: While it handles basic task management excellently, it is not a collaborative tool; it is intended for use by a single agent instance to track its own workload or instructions.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-makkzone-task-todo": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read