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

task-tracker

Personal task management with daily standups and weekly reviews. Use when: (1) User says 'daily standup' or asks what's on their plate, (2) User says 'weekly review' or asks about last week's progress, (3) User wants to add/update/complete tasks, (4) User asks about blockers or deadlines, (5) User shares meeting notes and wants tasks extracted, (6) User asks 'what's due this week' or similar.

Why use this skill?

Manage your tasks, track daily standups, and automate weekly reviews with the Task Tracker skill. Perfect for organizing work, identifying blockers, and boosting productivity.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/kesslerio/task-tracker
Or

What This Skill Does

The task-tracker skill is an essential productivity companion designed to bring order to your daily workflow. It functions as an intelligent personal task manager that integrates directly into your workspace. By maintaining a centralized source of truth in 'TASKS.md', the agent can automatically list current tasks, filter by priority or status, identify blockers, and manage deadlines. Beyond simple CRUD operations for tasks, it automates high-value management routines such as the daily standup—which highlights top priorities and obstacles—and the weekly review, which archives completed items and facilitates proactive planning for the week ahead.

Installation

To install this skill, use the clawhub command line interface within your terminal:

clawhub install openclaw/skills/skills/kesslerio/task-tracker

Once installed, ensure your file structure is prepared. The skill relies on files located in ~/clawd/memory/work/, specifically expecting a TASKS.md file formatted with headers for high priority, medium priority, and completed items. The skill executes Python 3.10+ scripts to interface with these markdown files.

Use Cases

This skill is perfect for individuals or developers managing complex projects who need a low-friction way to track progress. It is particularly useful for extracting action items directly from meeting notes, ensuring that verbal commitments don't get lost. It also serves as a persistent reminder for blockers, allowing users to see exactly what is holding up their work and who is responsible, which is invaluable for collaborative environments.

Example Prompts

  1. "What's on my plate today, and do I have anything urgent due before the end of the week?"
  2. "I just finished my meeting with the product team. Here are the notes: [paste notes]. Can you extract the action items and add them to my task list?"
  3. "Let's run through my weekly review. What did I finish last week, and what are my top priorities for Monday?"

Tips & Limitations

To get the most out of the task-tracker, keep your TASKS.md file updated daily. The done command uses fuzzy matching, which means you can complete a task by providing just a keyword rather than the full title, saving time. Note that this skill primarily operates via local file manipulation, so it does not sync with third-party tools like Jira or Trello out of the box unless further configured. Keep the structure of the markdown file consistent to ensure the parser correctly identifies your task lists.

Metadata

Author@kesslerio
Stars1776
Views2
Updated2026-03-02
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-kesslerio-task-tracker": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#productivity#task-management#planning#todo#workflow
Safety Score: 4/5

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