Awesome-openclaw-skills todo
Task and todo list management. Create, organize, and track tasks with priorities and due dates.
install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/todo" ~/.claude/skills/sundial-org-awesome-openclaw-skills-todo && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/todo" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-todo && rm -rf "$T"
manifest:
skills/todo/SKILL.mdsource content
Todo ✅
Task and todo list management.
Features
- Create tasks
- Set priorities
- Due dates and reminders
- Projects and tags
- Recurring tasks
- Task completion tracking
Usage Examples
"Add task: Review PR by Friday" "Show my todos for today" "Mark task #3 as done" "List high priority tasks"