Task and todo list management. Create, organize, and track tasks with priorities and due dates.
Scanned 2/12/2026
Install via CLI
openskills install openclaw/skills---
name: todo
description: Task and todo list management. Create, organize, and track tasks with priorities and due dates.
metadata: {"clawdbot":{"emoji":"✅","always":true,"requires":{"bins":["curl","jq"]}}}
---
# 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"
```
No comments yet. Be the first to comment!
Manage Globalize translation resources using the CLI. Use this skill when the user asks to create a translation project, add or remove languages, connect a GitHub or GitLab repository, manage glossaries or style guides, invite team members, manage API keys, or perform any Globalize platform operation. Also use when the user mentions managing translations, translation workflow, or wants to "set up translations for this repo." This skill assumes the CLI is already installed and authenticated — ...