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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kesslerio/task-trackerWhat 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
- "What's on my plate today, and do I have anything urgent due before the end of the week?"
- "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?"
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kesslerio-task-tracker": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution
Related Skills
coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
google-messages
Send and receive SMS/RCS via Google Messages web interface (messages.google.com). Use when asked to "send a text", "check texts", "SMS", "text message", "Google Messages", or forward incoming texts to other channels.
academic-deep-research
Transparent, rigorous research with full methodology — not a black-box API wrapper. Conducts exhaustive investigation through mandated 2-cycle research per theme, APA 7th citations, evidence hierarchy, and 3 user checkpoints. Self-contained using native OpenClaw tools (web_search, web_fetch, sessions_spawn). Use for literature reviews, competitive intelligence, or any research requiring academic rigor and reproducibility.
soulcraft
Create or improve SOUL.md files for OpenClaw agents through guided conversation. Use when designing agent personality, crafting a soul, or saying "help me create a soul". Supports self-improvement.
dialpad
Send SMS and make voice calls via Dialpad API. Supports single/batch SMS, voice calls with TTS, and caller ID selection.