Task Tracker for Openclaw

A personal task management system for AI agents that automates daily standups, weekly reviews, and task extraction from notes.

kesslerio
v1.0.0
Jan 21, 2026
1
3.1k
31

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install task-tracker

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install task-tracker using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Task Tracker?

Task Tracker is a specialized utility designed to bring structure to personal and professional workflows through the power of Openclaw Skills. It functions as a local task manager that resides within your AI agent's memory, allowing for seamless tracking of priorities, blockers, and deadlines without leaving your coding environment. By maintaining a clean, Markdown-based source of truth, it ensures your AI agent always knows exactly what is on your plate.

This skill is built for developers who need more than a simple to-do list. It facilitates sophisticated project management behaviors like quarterly archiving and natural language task extraction. Integrating this into your Openclaw Skills library enables a high-velocity feedback loop between your planning and execution phases, turning raw meeting notes into actionable items instantly.

Task Tracker Use Cases

  • Conducting automated daily standups to surface high-priority items and blockers.
  • Performing comprehensive weekly reviews to archive finished work and plan upcoming sprints.
  • Extracting actionable tasks and assignments directly from raw meeting transcripts.
  • Managing complex project deadlines and identifying tasks that are blocking team members.
  • Maintaining a structured historical archive of completed work for performance reviews.

How Task Tracker Works

  1. The AI agent receives a trigger, such as a natural language request like "what's due this week?" via the Openclaw Skills interface.
  2. The system invokes the underlying Python scripts to parse the local TASKS.md file located in the work memory directory.
  3. The script filters tasks based on priority levels (High, Medium, Low) and status (Todo, In Progress, Blocked).
  4. For standups and reviews, the skill generates a formatted summary and can optionally post it to external integrations like Telegram or Obsidian.
  5. Any changes, such as adding or completing tasks, are written back to the Markdown file while maintaining the strict organizational schema.

Task Tracker Setup

To get started with Task Tracker as part of your Openclaw Skills setup, follow these steps:

# Navigate to your skills directory and clone the repository
cd ~/clawd/skills
git clone https://github.com/kesslerio/task-tracker-clawdbot-skill task-tracker

# Initialize your TASKS.md file from the provided template
python3 ~/clawd/skills/task-tracker/scripts/init.py

Task Tracker Data Schema & Taxonomy

The skill organizes data within the ~/clawd/memory/work/ directory to ensure persistence and readability for both humans and AI agents:

File Purpose
TASKS.md The active source of truth containing current tasks, priorities, and checkboxes.
ARCHIVE-YYYY-QX.md A quarterly archive where completed tasks are moved during weekly reviews.
WORKFLOW.md Documentation of the specific lifecycle and status transitions for tasks.

Tasks within the Markdown file follow a specific metadata schema including priority icons, due dates, and blocking relationships.

Task Tracker Advanced Features

  • Natural language task extraction that turns unstructured text into formatted CLI commands.
  • Fuzzy matching logic for completing tasks using only partial names or keywords.
  • Automated Cron integration for scheduled daily standups and weekly archiving.
  • Multi-platform integration support for logging daily progress to Obsidian or messaging apps.
  • Person-specific blocker tracking to identify dependencies within a team context.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*