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.
npx agentmods add skills/alekseiul/agentforge-openclaw/task-trackernpx skills add AlekseiUL/agentforge-openclaw --skill task-trackergit clone --depth 1 https://github.com/AlekseiUL/agentforge-openclawWrote 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.
[](https://agentmods.dev/skills/alekseiul/agentforge-openclaw/task-tracker)<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>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.
| Model | Per session | Once 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 |
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- task-tracker — 100% identical, 0 lines differ
What it actually says
Task Tracker
Простой трекер задач с хранением в файле. Тип: Data-driven.
Где данные
Задачи хранятся в data/tasks.md. Читай этот файл при каждом вызове. Обновляй после каждого изменения.
Алгоритм
Добавить задачу
- Запиши в
data/tasks.mdв формате:- [ ] [приоритет] задача (дата добавления) - Приоритеты:
[!]высокий,[~]средний,[.]низкий. По умолчанию средний - Подтверди: "Добавил: [задача]"
Завершить задачу
- Найди задачу по ключевым словам
- Замени
- [ ]на- [x], добавь дату завершения - Подтверди: "Готово: [задача]"
Показать задачи
- Прочитай
data/tasks.md - Покажи сначала незавершённые (сортировка по приоритету), потом завершённые
- Формат:
Открытые (N):
[!] Срочная задача (добавлена 05.03)
[~] Обычная задача (добавлена 04.03)
Завершённые (M):
✅ Сделанная задача (завершена 06.03)
Очистить завершённые
- Перенеси завершённые старше 7 дней в
data/archive.md - Подтверди сколько задач перенесено
Как обновлять данные
Файл data/tasks.md - единственный источник правды. Все изменения через этот скилл. Формат строго как в примере выше.
Примеры
Запрос: "Добавь задачу: купить молоко" Ответ: Добавил: [~] купить молоко (07.03)
Запрос: "Что у меня в задачах?" Ответ: Открытые (3): [!] Отправить отчёт... [~] Купить молоко... [.] Почистить почту...
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.
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.
- 4d ago First seen · 55 lines · 58 tokens per session scan A 5b6717fe22e0
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.
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…
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.
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.
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.
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…
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.