todo-manager
管理待办事项。添加、查看、完成、删除待办。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aeoleader/todo-managerWhat This Skill Does
The todo-manager skill provides an efficient, Markdown-based task management system directly within your OpenClaw workspace. It enables you to organize your daily objectives, track progress, and maintain a historical log of completed tasks without ever leaving your terminal environment. By utilizing a standardized todos.md file located at ~/.openclaw/workspace/todos.md, this skill ensures your tasks are portable, human-readable, and persistent across sessions.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/aeoleader/todo-manager
Ensure you have sufficient permissions to write to your workspace directory.
Use Cases
- Project Tracking: Break down large project requirements into manageable, actionable items.
- Daily Workflow: Keep a recurring list of routine tasks, such as clearing emails or running local tests.
- Personal Productivity: Maintain a quick-access checklist for errands or personal goals that you need to check throughout the day.
- Contextual Documentation: Since the data is stored in Markdown, you can manually edit the file if you need to perform batch updates or reorganization.
Example Prompts
- "/todo add 编写项目的README文档"
- "/todo list"
- "/todo done 1"
Tips & Limitations
- Efficiency: Use the short-hand aliases (
+for add,lsfor list) to save time during rapid-fire task entry. - Formatting: The system relies on the specific syntax of
~/.openclaw/workspace/todos.md. While you can edit this file manually, ensure you maintain the[ ]and[x]syntax for the parser to correctly identify task status. - Limitations: The skill currently does not support automated reminders or synchronization with cloud-based calendar services. It operates entirely as a local, file-based task tracker. If you delete the
todos.mdfile, all stored task data will be lost unless you have external backups configured.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aeoleader-todo-manager": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read