Todo Tracker

Manage follow-up items and remind users during heartbeat checks.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Todo Tracker" with this command: npx skills add suidge/suidge-todo-tracker

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

量化策略研发实验室

量化策略研发实验室 — 让 Claude 按顶级机构角色分工(高盛策略架构师、文艺复兴回测引擎、Two Sigma 风控、Citadel Alpha 研究、Jane Street 做市、AQR 因子模型...共 15 个角色)系统性地设计、验证、风控、执行量化交易策略。当用户要求设计量化策略、做回测、构建因子、风...

Registry SourceRecently Updated
General

Boss Zhipin Watcher

BOSS直聘桌面窗口自动识别与截图技能。当用户提到"BOSS直聘"、"看下聊天"、"BOSS消息"、"截图boss"、"boss聊天记录"、 "看看boss直聘"、"帮我看boss"、"boss简历"、"boss求职者"等涉及BOSS直聘桌面端的操作意图时触发。 自动识别桌面BOSS直聘窗口位置 → 截取完整窗口...

Registry SourceRecently Updated
General

Canvas Poster

服务端海报生成引擎。基于 @napi-rs/canvas,声明式生成数据看板、战报、对比图等长图海报。 支持 KPI 卡片、柱状图、饼图、表格、建议卡片等 Section 类型。 当用户提到"生成海报"、"做看板"、"长图"、"数据可视化图"、"生成图表"时使用。 也供其他 Skill 作为依赖调用。

Registry SourceRecently Updated
General

Custom Mysql

Provides a secure, least-privilege interface for managing user data, personas, and config snapshots in MySQL with input validation and secret redaction.

Registry SourceRecently Updated