← 返回
未分类

Todo Tracker

Manage follow-up items and remind users during heartbeat checks.
管理后续事项并在心跳检查时提醒用户
suidge suidge 来源
未分类 clawhub v1.3.0 3 版本 99841.8 Key: 无需
★ 0
Stars
📥 631
下载
💾 1
安装
3
版本
#latest

概述

Todo Tracker

When to Use

用户提到提醒、跟进、待办事项。心跳周期自动检查 pending 事项。

Core Rules

  1. 单一数据源 — 所有事项存储在 memory/todo.json
  2. 心跳检查 — 每 30 分钟检查 status=pendingfollow_up_time 已到 → 提醒用户(持续提醒直到完成)
  3. 完成/取消必须设时间戳completedcompleted_atcancelledcancelled_at(ISO 8601)
  4. 24 小时自动清理 — 已完成/取消超过 24 小时的事项由 scripts/todo-cleaner.py 删除
  5. 信息不全要追问 — 用户说"明天提醒我"但没说时间 → 追问"几点?"

Quick Reference

# 添加事项 → 写入 memory/todo.json,status=pending
# 完成事项 → status=completed + completed_at
# 取消事项 → status=cancelled + cancelled_at
# 清理 → python3 scripts/todo-cleaner.py

Data Storage

memory/todo.json — 所有事项。Schema 见 data-structure.md

Guides

TopicFile
-------------
安装配置setup.md
数据结构data-structure.md
使用示例examples.md
清理脚本scripts/todo-cleaner.py

版本历史

共 3 个版本

  • v1.3.0 当前
    2026-05-07 03:43 安全 安全
  • v1.2.0
    2026-05-03 04:42 安全 安全
  • v1.0.1
    2026-03-30 18:40 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

life-service

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 453 📥 227,906
ai-agent

Openrouter Free Helper

suidge
监控 OpenRouter 免费模型到期通知及新模型,自动每日检查并推送飞书通知
★ 0 📥 511
life-service

Sonoscli

steipete
控制Sonos音箱(发现/状态/播放/音量/分组)
★ 56 📥 85,056