OpenClaw Task Reminder
Simple task management for your OpenClaw workflow. Track to-dos, set priorities, and stay organized.
Installation
CODEBLOCK0
Usage
CODEBLOCK1
Features
- - ✅ Add tasks with priorities (high/medium/low)
- ✅ List tasks by priority
- ✅ Mark tasks as done
- ✅ Persistent storage in workspace
- ✅ Simple and fast
Priority Levels
- - 🔴 High: Urgent tasks that need immediate attention
- 🟡 Medium: Regular tasks to complete today
- 🟢 Low: Nice-to-have tasks for later
Examples
CODEBLOCK2
Need Help?
If you need help with OpenClaw:
- - 📧 Installation Service: ¥99-299
- 🔗 Landing Page: https://yang1002378395-cmyk.github.io/openclaw-install-service/
License
MIT
OpenClaw 任务提醒
为您的 OpenClaw 工作流提供简单的任务管理。追踪待办事项、设置优先级,保持井然有序。
安装
bash
npx clawhub@latest install openclaw-task-reminder
使用方法
bash
添加新任务
node ~/.openclaw/skills/openclaw-task-reminder/task.js add 您的任务描述
列出所有任务
node ~/.openclaw/skills/openclaw-task-reminder/task.js list
标记任务为已完成
node ~/.openclaw/skills/openclaw-task-reminder/task.js done <任务ID>
清除已完成的任务
node ~/.openclaw/skills/openclaw-task-reminder/task.js clear
功能特性
- - ✅ 按优先级(高/中/低)添加任务
- ✅ 按优先级列出任务
- ✅ 标记任务为已完成
- ✅ 在工作区中持久化存储
- ✅ 简单且快速
优先级级别
- - 🔴 高:需要立即处理的紧急任务
- 🟡 中:今天需要完成的常规任务
- 🟢 低:稍后完成的可选任务
示例
bash
添加高优先级任务
node ~/.openclaw/skills/openclaw-task-reminder/task.js add 审查 PR #123 --priority high
列出所有任务
node ~/.openclaw/skills/openclaw-task-reminder/task.js list
标记任务为已完成
node ~/.openclaw/skills/openclaw-task-reminder/task.js done 1
需要帮助?
如果您需要 OpenClaw 的帮助:
- - 📧 安装服务:¥99-299
- 🔗 落地页:https://yang1002378395-cmyk.github.io/openclaw-install-service/
许可证
MIT