โ† All skills
Tencent SkillHub ยท Productivity

TODO Tracker

Persistent TODO scratch pad for tracking tasks across sessions. Use when user says "add to TODO", "what's on the TODO", "mark X done", "show TODO list", "remove from TODO", or asks about pending tasks. Also triggers on heartbeat to remind about stale items.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Persistent TODO scratch pad for tracking tasks across sessions. Use when user says "add to TODO", "what's on the TODO", "mark X done", "show TODO list", "remove from TODO", or asks about pending tasks. Also triggers on heartbeat to remind about stale items.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, scripts/todo.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

TODO Tracker

Maintain a persistent TODO.md scratch pad in the workspace.

File Location

TODO.md in workspace root (e.g., /Users/nuthome/nuri-bot/TODO.md)

View TODO

When user asks: "what's on the TODO?", "show TODO", "pending tasks?" cat TODO.md Then summarize the items by priority.

Add Item

When user says: "add X to TODO", "TODO: X", "remember to X" bash skills/todo-tracker/scripts/todo.sh add "<priority>" "<item>" Priorities: high, medium, low (default: medium) Examples: bash skills/todo-tracker/scripts/todo.sh add high "Ingest low-code docs" bash skills/todo-tracker/scripts/todo.sh add medium "Set up Zendesk escalation" bash skills/todo-tracker/scripts/todo.sh add low "Add user memory feature"

Mark Done

When user says: "mark X done", "completed X", "finished X" bash skills/todo-tracker/scripts/todo.sh done "<item-pattern>" Matches partial text. Moves item to โœ… Done section with date.

Remove Item

When user says: "remove X from TODO", "delete X from TODO" bash skills/todo-tracker/scripts/todo.sh remove "<item-pattern>"

List by Priority

bash skills/todo-tracker/scripts/todo.sh list high bash skills/todo-tracker/scripts/todo.sh list medium bash skills/todo-tracker/scripts/todo.sh list low

Heartbeat Integration

On heartbeat, check TODO.md: Count high-priority items Check for stale items (added >7 days ago) If items exist, include brief summary in heartbeat response Example heartbeat check: bash skills/todo-tracker/scripts/todo.sh summary

TODO.md Format

  • # TODO - Nuri Scratch Pad
  • *Last updated: 2026-01-17*
  • ## ๐Ÿ”ด High Priority
  • [ ] Item one (added: 2026-01-17)
  • [ ] Item two (added: 2026-01-15) โš ๏ธ STALE
  • ## ๐ŸŸก Medium Priority
  • [ ] Item three (added: 2026-01-17)
  • ## ๐ŸŸข Nice to Have
  • [ ] Item four (added: 2026-01-17)
  • ## โœ… Done
  • [x] Completed item (done: 2026-01-17)

Response Format

When showing TODO: ๐Ÿ“‹ **TODO List** (3 items) ๐Ÿ”ด **High Priority** (1) โ€ข Ingest low-code docs ๐ŸŸก **Medium Priority** (1) โ€ข Zendesk escalation from Discord ๐ŸŸข **Nice to Have** (1) โ€ข User conversation memory โš ๏ธ 1 item is stale (>7 days old)

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/todo.sh Scripts