Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

suidge-todo-trackerSuidge 待办事项追踪器

Agent Skill

suidge-todo-tracker 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,101

周安装

348

GitHub Stars

公开资料未说明

下载量

2,840
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:suidge-todo-tracker(Suidge 待办事项追踪器)
来源仓库:https://github.com/suidge/suidge-todo-tracker
安装命令:
openclaw skills install suidge-todo-tracker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install suidge-todo-tracker

简介

suidge-todo-tracker 管理后续项目并通过心跳检查在适当时机提醒用户。

  • 适合在 OpenClaw 中维护待办事项列表并优化时间安排的场景。
  • 安装后 Agent 可设定周期性任务并在超时前发送通知。
  • 使用前请明确任务优先级与截止时间,否则提醒机制可能误判。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
Todo Tracker
version
1.2.0
description
Manage follow-up items and remind users at appropriate times via heartbeat checks.
changelog
|
metadata
clawdbot
emoji
📋
requires
bins
[]
os
["linux", "darwin", "win32"]

Setup

On first use, copy templates/todo.json to memory/todo.json. Update HEARTBEAT.md and AGENTS.md with trigger rules. See setup.md for details.

When to Use

User mentions reminders, follow-ups, or todos. Agent proactively checks pending items during heartbeat cycles.

Quick Reference

TopicFile
Installation stepssetup.md
Data structuredata-structure.md
Usage examplesexamples.md
Cleanup scriptscripts/todo-cleaner.py

Core Rules

🚨 HARD CONSTRAINTS (Must Follow)

When marking a todo as completed or cancelled, you MUST set the corresponding timestamp field:

  • status=completedMUST set completed_at to current time (ISO 8601 with timezone)
  • status=cancelledMUST set cancelled_at to current time (ISO 8601 with timezone)

Example:

{
  "status": "completed",
  "completed_at": "2026-04-16T13:40:00+08:00"  // ← REQUIRED!
}

Failure to set these fields will cause cleanup script to skip the item, leaving completed tasks in todo.json indefinitely.

Why this matters: The cleanup script (scripts/todo-cleaner.py) checks completed_at to determine if an item is older than 24 hours. Without this field, completed items will never be deleted.


1. Store Items in memory/todo.json

Single source of truth. Each item has: id, description, follow_up_time, status, priority, context.

2. Check During Heartbeat

Every heartbeat (30 min), check status=pending items. If follow_up_time reached, remind user (regardless of reminded flag — pending items should be reminded repeatedly until completed).

3. Clean Up Completed Items

Items with status=completed or status=cancelled are deleted after 24 hours.

Cleanup Script: Run scripts/todo-cleaner.py to auto-delete old completed items.

# Dry run (preview)
python3 ~/.openclaw/workspace/skills/todo-tracker/scripts/todo-cleaner.py --dry-run

# Execute cleanup
python3 ~/.openclaw/workspace/skills/todo-tracker/scripts/todo-cleaner.py

4. Time Precision is ~30 Minutes

Reminders trigger at heartbeat intervals, not exact times. Plan accordingly.

5. Prevent Duplicate Reminders

Set reminded=true after reminding. Check this flag before reminding again.

6. Ask for Missing Info

If user says "remind me tomorrow" without specifics, ask: "What time tomorrow?"

Trigger Keywords

IntentExamples
Add"remind me...", "follow up...", "don't forget..."
Complete"done with...", "completed...", "no need to follow up"
List"show todos", "what do I need to follow up"
Cancel"cancel the reminder..."

Data Storage

memory/todo.json — all todo items. See data-structure.md for schema.

Feedback

  • If useful: clawhub star suidge-todo-tracker
  • Issues: Report via GitHub

slug: suidge-todo-tracker homepage: https://github.com/Suidge/todo-tracker

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.94%
按下载量换算2,015

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills