task-todo

Coding Agents & IDEs
v1.0.0
Benign

A task management agent skill that provides persistent task storage and management using SQLite database.

741 downloads741 installsby @makkzone

Setup & Installation

Install command

clawhub install makkzone/task-todo

If the CLI is not installed:

Install command

npx clawhub@latest install makkzone/task-todo

Or install with OpenClaw CLI:

Install command

openclaw skills install makkzone/task-todo

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/makkzone/task-todo

What This Skill Does

A Python-based task management skill that gives AI agents persistent task storage via SQLite. Supports full CRUD operations with status tracking (pending, in_progress, completed, blocked) and priority levels.

Uses Python's built-in sqlite3 module so no external database or service setup is required.

When to Use It

  • Tracking pending tasks across agent sessions
  • Filtering urgent tasks during a project sprint
  • Marking tasks blocked by external dependencies
  • Maintaining a persistent TODO list without external services
  • Logging completed steps in an automated workflow

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Tracking pending tasks across agent sessions

AGENT
  1. 1Tracking pending tasks across agent sessions
  2. 2Filtering urgent tasks during a project sprint
  3. 3Marking tasks blocked by external dependencies
  4. 4Maintaining a persistent TODO list without external services
  5. 5Logging completed steps in an automated workflow
OUTPUT
A task management agent skill that provides persistent task storage and management using SQLite database.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 25, 2026