🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ 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...

Versionv1.0.0
Downloads499
Installs2
Stars⭐ 1
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 list

Mark 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

  • βœ… 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

    πŸ’‘ 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