todo

todo is a command for Claude Code from yezannnnn/agentGroup. It costs 0 tokens per session (479 once invoked), scanned A, original, MIT.

A command-line to-do list manager that stores tasks in a local todos.md file. It supports viewing, adding, completing, deleting, and setting reminders for tasks.

In plain words
What is it for?
Use it to manage everyday development or personal to-dos, mark work complete, remove tasks, and create macOS Reminders alerts for scheduled items.
Why use it?
It keeps personal tasks, priorities, completion status, and time-based reminders in one place.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/yezannnnn/agentgroup/todo
Clone the repo
git clone --depth 1 https://github.com/yezannnnn/agentGroup

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for todo

README.md
[![agentmods](https://agentmods.dev/badge/commands/yezannnnn/agentgroup/todo.svg)](https://agentmods.dev/commands/yezannnnn/agentgroup/todo)
Your own site
<a href="https://agentmods.dev/commands/yezannnnn/agentgroup/todo"><img src="https://agentmods.dev/badge/commands/yezannnnn/agentgroup/todo.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 479 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00479
Opus 5 $0.00000 $0.00239
Sonnet 5 $0.00000 $0.00096
Haiku 4.5 $0.00000 $0.00048

Measured 5d ago against content hash 9da61f2860c2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

todo scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

jarvis/.claude/commands/todo.md · 60 lines

What it actually says

/todo - 待办事项管理

管理个人待办事项

使用方式

/todo                        # 查看所有待办
/todo add [内容]             # 添加待办
/todo done [序号]            # 完成待办
/todo del [序号]             # 删除待办
/todo remind [序号] [提前N分钟]  # 为待办设置系统提醒

执行步骤

查看待办 (/todo)

  1. 读取 ./todos.md
  2. 按优先级和状态分组展示:
    • 🔴 紧急
    • 🟡 普通
    • ✅ 已完成(最近3条)

添加待办 (/todo add)

  1. 解析内容,识别优先级标记(!紧急)
  2. 追加到 ./todos.md
  3. 确认添加成功

完成待办 (/todo done)

  1. 将指定待办标记为已完成
  2. 记录完成时间
  3. 询问是否有后续任务

删除待办 (/todo del)

  1. 确认删除
  2. 从列表移除

设置提醒 (/todo remind)

  1. 解析待办序号和提前提醒时间(默认5分钟)
  2. 从待办中提取时间信息
  3. 计算提醒时间(待办时间 - 提前分钟数)
  4. 使用 macOS 提醒事项 App 添加系统提醒:
    osascript <<'EOF'
    tell application "Reminders"
        set theDate to current date
        set hours of theDate to [提醒小时]
        set minutes of theDate to [提醒分钟]
        set seconds of theDate to 0
        tell default list
            make new reminder with properties {name:"[待办标题]", body:"[原始时间] 开始", due date:theDate, remind me date:theDate}
        end tell
    end tell
    EOF
    
  5. 确认提醒设置成功

添加待办时快捷设置提醒

/todo add 时,如果内容包含具体时间,询问用户是否需要设置系统提醒

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 60 lines · 0 tokens per session scan A 9da61f2860c2

Subscribe to this mod's changes

todo is a command published in the GitHub repository yezannnnn/agentGroup (149 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 479 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.