OpenClaw Task Reminder
Simple task management for your OpenClaw workflow. Track to-dos, set priorities, and stay organized.
Installation
npx clawhub@latest install openclaw-task-reminder
Usage
# Add a new task
node ~/.openclaw/skills/openclaw-task-reminder/task.js add "Your task description"
# List all tasks
node ~/.openclaw/skills/openclaw-task-reminder/task.js list
# Mark task as done
node ~/.openclaw/skills/openclaw-task-reminder/task.js done <task_id>
# Clear completed tasks
node ~/.openclaw/skills/openclaw-task-reminder/task.js clear
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
# Add high priority task
node ~/.openclaw/skills/openclaw-task-reminder/task.js add "Review PR #123" --priority high
# List all tasks
node ~/.openclaw/skills/openclaw-task-reminder/task.js list
# Mark task as done
node ~/.openclaw/skills/openclaw-task-reminder/task.js done 1
Need Help?
If you need help with OpenClaw:
- 📧 Installation Service: ¥99-299
- 🔗 Landing Page: https://yang1002378395-cmyk.github.io/openclaw-install-service/
License
MIT