openclaw/workspace/skills/todo/SKILL.md
Use when user wants to manage TODO items - adding tasks, listing pending items, marking done, removing, or searching. Triggers on /todo command or TODO-related requests.
npx skillsauth add dragonkid/dotfiles todoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Quick TODO list management via Telegram bot commands.
~/.openclaw/workspace/TODO.md,无需外部脚本TODO 文档位置: ~/.openclaw/workspace/TODO.md (本地 Markdown 文件)
保持简洁: 只记录任务和原始链接
当可以获取文档内容时 - 按 bullet 总结文章要点和结论,列在对应的 TODO 下面
保留原始链接 - 即使已总结过也不要删除,因为可能还需要查看完整内容
不要随意修改已稳定的文档结构
/todo # Show list
/todo list
/todo l (abbreviation)
Shows all pending TODO items with line numbers.
列表格式规则:
1. 标题 链接 或 1. [标题](链接)Default: Empty /todo shows the list.
/todo add <description>
/todo a <description> (abbreviation)
Adds a new TODO item. If the item looks like it needs research (contains URLs, mentions technologies, etc.), automatically research and add context.
Note: /todo <something> without a recognized subcommand will also add (for quick entry).
/todo search <keyword>
/todo s <keyword> (abbreviation)
Search TODOs by keyword (case-insensitive).
/todo done <number> # Single item
/todo done 1,3,5 # Multiple items (comma-separated)
/todo done <partial text> # Fuzzy match
/todo d <...> # Abbreviation
Marks TODO(s) as complete. Supports:
/todo done 3/todo done 1,3,5/todo done 探索 (shows matches if ambiguous)/todo remove <number> # Single item
/todo rm 1,3,5 # Multiple items
/todo del <partial text> # Fuzzy match
/todo r <...> # Abbreviation
Removes TODO(s) entirely. Supports same matching as done.
/todo done 3 - exact line/todo done 探索 - fuzzy search<!-- done:2026-02-16 -->tools
Use when creating a new skill, updating an existing skill, or troubleshooting skill frontmatter, gating, or slash command registration issues in OpenClaw.
tools
手动触发自我改进与记忆维护。分析近期 memory 文件,维护工作区文件,提出改进提案。触发方式:/self_improve 或用户说"自我改进"、"self improve"。
testing
测试 OpenClaw 配置中 LLM provider 的可用性。触发方式:/provider_check 或用户问"测试 provider 可用性"、"检查 provider 状态"、"provider 健康检查"。
tools
Summarize documents (URLs, text, or existing Clippings) and save to Obsidian vault. Triggers on /summary command, document summary requests, URL processing for knowledge base, or when user shares an article/link to process into notes.