ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 5/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/makkzone/task-todo
Or

What 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

  1. "Create a new task titled 'Review Q1 Budget' with description 'Check spreadsheet for discrepancies' and set the priority to urgent."
  2. "List all my currently blocked tasks so I can identify what is preventing the project from moving forward."
  3. "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

Author@makkzone
Stars1524
Views1
Updated2026-02-26
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-makkzone-task-todo": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#task-management#sqlite#productivity#organization#workflow
Safety Score: 5/5

Flags: file-write, file-read