π¦ ClawHub
Openclaw Task Reminder
by @yang1002378395-cmyk
Simple task reminder for OpenClaw agents. Create, list, and manage tasks with priority levels. Use for tracking to-dos and getting reminders for important wo...
TERMINAL
clawhub install openclaw-task-reminderπ About This Skill
name: openclaw-task-reminder description: Simple task reminder for OpenClaw agents. Create, list, and manage tasks with priority levels. Use for tracking to-dos and getting reminders for important work. Keep your workspace organized and never miss deadlines.
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 listMark task as done
node ~/.openclaw/skills/openclaw-task-reminder/task.js done Clear completed tasks
node ~/.openclaw/skills/openclaw-task-reminder/task.js clear
Features
Priority Levels
Examples
# Add high priority task
node ~/.openclaw/skills/openclaw-task-reminder/task.js add "Review PR #123" --priority highList all tasks
node ~/.openclaw/skills/openclaw-task-reminder/task.js listMark task as done
node ~/.openclaw/skills/openclaw-task-reminder/task.js done 1
Need Help?
If you need help with OpenClaw:
License
MIT
π‘ Examples
# Add high priority task
node ~/.openclaw/skills/openclaw-task-reminder/task.js add "Review PR #123" --priority highList all tasks
node ~/.openclaw/skills/openclaw-task-reminder/task.js listMark task as done
node ~/.openclaw/skills/openclaw-task-reminder/task.js done 1