todos

简洁高效的待办事项管理技能,支持添加、完成、查看、删除待办,数据存储在本地 JSON 文件

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 "todos" with this command: npx skills add todos

todos - 待办事项技能

功能

待办事项管理技能,支持:

  • ✅ 添加待办事项
  • ✅ 标记事项为已完成
  • ✅ 查看今日待完成/已完成
  • ✅ 查询历史已完成事项
  • ✅ 查询未来待完成事项
  • ✅ 删除事项

触发词

  • 记事本
  • 待办
  • todo
  • 待办事项
  • 任务管理

数据文件

待办事项存储在 ~/.openclaw/workspace/memory/todos.json

命令格式

添加待办

添加待办:明天下午 3 点开会
待办:本周内完成报告

标记完成

完成:[事项 ID 或关键词]

查看

今日待办
今日已完成
本周待办
本周已完成
未来待办
历史完成(过去 7 天)

删除

删除:[事项 ID]

脚本

Python 脚本位于 scripts/todos.py

示例

# 添加待办
python3 scripts/todos.py add "明天下午 3 点开会" --due 2026-03-26T15:00:00

# 查看今日待办
python3 scripts/todos.py list --today --pending

# 标记完成
python3 scripts/todos.py complete 1

# 查询历史
python3 scripts/todos.py list --completed --since 2026-03-18

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

Smart Todo - AI智能代办管理

智能代办管理 Skill。用于管理日常任务和代办事项,支持优先级标记(P0-P1)、 状态跟踪、智能重复检测、上下文保存、定时提醒等功能。 当用户需要添加、查看、更新代办,或检测到工作中断时自动使用。

Registry SourceRecently Updated
930Profile unavailable
General

Todo management

Per-workspace SQLite todo manager (./todo.db) with groups and task statuses (pending/in_progress/done/skipped), operated via {baseDir}/scripts/todo.sh for adding, listing, editing, moving, and removing entries and managing groups.

Registry Source
5.7K12Profile unavailable
Automation

AI Daily Briefing

Start every day focused. Get a morning briefing with overdue tasks, today's priorities, calendar overview, and context from recent meetings. Works with ai-meeting-notes to-do list. No setup. Just say 'briefing'.

Registry Source
5.1K19Profile unavailable
General

飞书全场景待办助手

飞书全场景Todo管理器,深度整合飞书生态。必须触发场景:用户发送待办事项、用户提到'/todo'指令、用户询问待办列表、用户要求保存待办、用户发送包含时间的任务安排、用户询问日历日程、用户要求同步到日历。支持多渠道消息(飞书/微信/短信等)接收Todo,自动同步飞书日历。

Registry SourceRecently Updated
460Profile unavailable