task-tracker

task-tracker is a skill for Claude Code, Codex from AlekseiUL/agentforge-openclaw. It costs 58 tokens per session (536 once invoked), scanned A, original, MIT.

A task-list workflow that stores tasks in a Markdown file, a plain-text file format commonly used for checklists.

In plain words
What is it for?
It helps manage todo items, assign high/medium/low priority, mark work complete, show open and finished tasks, and archive completed items older than seven days.
Why use it?
It keeps one file as the source of truth for adding, completing, prioritizing, listing, and archiving tasks.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/alekseiul/agentforge-openclaw/task-tracker
Any agent
npx skills add AlekseiUL/agentforge-openclaw --skill task-tracker
Clone the repo
git clone --depth 1 https://github.com/AlekseiUL/agentforge-openclaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for task-tracker

README.md
[![agentmods](https://agentmods.dev/badge/skills/alekseiul/agentforge-openclaw/task-tracker.svg)](https://agentmods.dev/skills/alekseiul/agentforge-openclaw/task-tracker)
Your own site
<a href="https://agentmods.dev/skills/alekseiul/agentforge-openclaw/task-tracker"><img src="https://agentmods.dev/badge/skills/alekseiul/agentforge-openclaw/task-tracker.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 536 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00058 $0.00536
Opus 5 $0.00029 $0.00268
Sonnet 5 $0.00012 $0.00107
Haiku 4.5 $0.00006 $0.00054

Measured 4d ago against content hash 5b6717fe22e0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

task-tracker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

examples/task-tracker/SKILL.md · 55 lines

What it actually says

Task Tracker

Простой трекер задач с хранением в файле. Тип: Data-driven.

Где данные

Задачи хранятся в data/tasks.md. Читай этот файл при каждом вызове. Обновляй после каждого изменения.

Алгоритм

Добавить задачу

  1. Запиши в data/tasks.md в формате: - [ ] [приоритет] задача (дата добавления)
  2. Приоритеты: [!] высокий, [~] средний, [.] низкий. По умолчанию средний
  3. Подтверди: "Добавил: [задача]"

Завершить задачу

  1. Найди задачу по ключевым словам
  2. Замени - [ ] на - [x], добавь дату завершения
  3. Подтверди: "Готово: [задача]"

Показать задачи

  1. Прочитай data/tasks.md
  2. Покажи сначала незавершённые (сортировка по приоритету), потом завершённые
  3. Формат:
Открытые (N):
  [!] Срочная задача (добавлена 05.03)
  [~] Обычная задача (добавлена 04.03)

Завершённые (M):
  ✅ Сделанная задача (завершена 06.03)

Очистить завершённые

  1. Перенеси завершённые старше 7 дней в data/archive.md
  2. Подтверди сколько задач перенесено

Как обновлять данные

Файл data/tasks.md - единственный источник правды. Все изменения через этот скилл. Формат строго как в примере выше.

Примеры

Запрос: "Добавь задачу: купить молоко" Ответ: Добавил: [~] купить молоко (07.03)

Запрос: "Что у меня в задачах?" Ответ: Открытые (3): [!] Отправить отчёт... [~] Купить молоко... [.] Почистить почту...

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 55 lines · 58 tokens per session scan A 5b6717fe22e0

Subscribe to this mod's changes

task-tracker is a skill published in the GitHub repository AlekseiUL/agentforge-openclaw (43 stars, last pushed 2mo ago), licensed MIT. It adds 58 tokens to every session and 536 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

gogopowermanager

Orchestrates and ships a milestone, release, issue set, or multi-workstream engineering goal through one manager and bounded parallel workers. Use when the user asks to manage a milestone, build a dependency graph, execute independent issues in parallel, coordinate threads, sessions, subagents, or worktrees, recover a…

bastos/skills · 82 tokens

topydo

Manages todo.txt tasks using topydo CLI. Adds, lists, completes, prioritizes, tags, and organizes tasks with dependencies, due dates, recurrence, and projects. Use for any task management, todo lists, or when the user mentions tasks, todos, or todo.txt. Requires Python 3 and pip. Works on macOS, Linux, and Windows.

bastos/skills · 79 tokens

prd-to-ai-agile-workflow

Converts a PRD or broad technical requirement into an AI-executable agile workflow with cards, checklists, branch-diff mapping, review gates, and a final comparison report. Use when the user wants PRD review, agile card decomposition, AI execution tracking, implementation branch review, or PRD-to-code traceability.

jackjin1997/ClawForge · 73 tokens

openspec-archive-change

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

halo-dev/cli · 31 tokens

kanban-orchestrator

Decomposition playbook + specialist-roster conventions + anti-temptation rules for an orchestrator profile routing work through Kanban. The "don't do the work yourself" rule and the basic lifecycle are auto-injected into every kanban worker's system prompt; this skill is the deeper playbook when you're specifically…

davidtoby/agent-skills · 74 tokens

kanban-worker

Pitfalls, examples, and edge cases for Hermes Kanban workers. The lifecycle itself is auto-injected into every worker's system prompt as KANBANGUIDANCE (from agent/promptbuilder.py); this skill is what you load when you want deeper detail on specific scenarios.

davidtoby/agent-skills · 60 tokens