返回顶部
t

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
6,103
下载量
0
收藏
概述
安装方式
版本历史

todo-tracker

# 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`) ## Commands ### View TODO When user asks: "what's on the TODO?", "show TODO", "pending tasks?" ```bash cat TODO.md ``` Then summarize the items by priority. ### Add Item When user says: "add X to TODO", "TODO: X", "remember to X" ```bash bash skills/todo-tracker/scripts/todo.sh add "<priority>" "<item>" ``` Priorities: `high`, `medium`, `low` (default: medium) Examples: ```bash 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 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 bash skills/todo-tracker/scripts/todo.sh remove "<item-pattern>" ``` ### List by Priority ```bash 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: 1. Count high-priority items 2. Check for stale items (added >7 days ago) 3. If items exist, include brief summary in heartbeat response Example heartbeat check: ```bash bash skills/todo-tracker/scripts/todo.sh summary ``` ## TODO.md Format ```markdown # 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) ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 todo-tracker-1776112152 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 todo-tracker-1776112152 技能

通过命令行安装

skillhub install todo-tracker-1776112152

下载 Zip 包

⬇ 下载 todo-tracker v1.0.0

文件大小: 4.67 KB | 发布时间: 2026-4-14 11:12

v1.0.0 最新 2026-4-14 11:12
Initial release: Persistent TODO scratch pad for Clawdbot with priority levels, completion tracking, and heartbeat integration

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部