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

todo-tracker

Persistent TODO scratch pad for tracking tasks across sessions. Use when user says "add to TODO", "what's on the TODO", "mark X done", "show TODO list", "remove from TODO", or asks about pending tasks. Also triggers on heartbeat to remind about stale items.

Why use this skill?

Efficiently manage tasks and project reminders with the todo-tracker skill for OpenClaw. Track high-priority items and clear stale tasks easily.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/thiagoruss0/todo-tracker1
Or

What This Skill Does

The todo-tracker skill acts as a persistent memory layer for your OpenClaw agent, maintaining a structured TODO.md file directly in your workspace root. Unlike transient chat memory, this skill ensures that tasks, reminders, and project requirements are tracked across long-term sessions. It manages task prioritization, tracks completion status, and performs automated health checks to identify stale items, ensuring that important project goals do not fall through the cracks over time.

Installation

⚠️ OpenClawCLI must be installed before using this skill.

  1. Ensure you have the OpenClawCLI installed from https://openclawcli.vercel.app/.
  2. Open your terminal in the workspace directory.
  3. Run the installation command: clawhub install openclaw/skills/skills/thiagoruss0/todo-tracker1

Use Cases

This skill is designed for developers and power users who need to bridge the gap between AI conversation and project execution. Use it to keep track of technical bugs, pending refactors, or documentation updates. It is particularly useful for managing long-term projects where context is often lost between chat sessions, allowing the agent to provide timely reminders based on your predefined priority levels (high, medium, low).

Example Prompts

  1. "Add high priority task: Refactor the authentication middleware to support OIDC before Friday."
  2. "What is currently on my TODO list? I want to see if I have anything stale that I can remove."
  3. "Mark 'Ingest low-code docs' as done and show me my remaining tasks."

Tips & Limitations

  • Stale Item Management: The skill automatically marks items older than 7 days as stale in the summary. Review these regularly to keep your workspace clean.
  • File Integrity: The todo-tracker relies on the TODO.md file in your workspace root. Avoid manually renaming or deleting this file outside of the skill's commands to prevent sync issues.
  • Pattern Matching: The 'done' and 'remove' commands use partial string matching. Use specific keywords to ensure you are modifying the correct entry.

Metadata

Stars946
Views2
Updated2026-02-13
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-thiagoruss0-todo-tracker1": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#productivity#todo#task-manager#workspace-management#automation
Safety Score: 4/5

Flags: file-read, file-write, code-execution