Imported from sundial-org/awesome-openclaw-skills (skills/todo/SKILL.md). Install upstream with npx skills add sundial-org/awesome-openclaw-skills --skill todo. Copyright stays with the author.
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"
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/sundial-org-awesome-openclaw-skills-todo/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "sundial-org-awesome-openclaw-skills-todo",
"kind": "skill",
"name": "todo",
"description": "Task and todo list management. Create, organize, and track tasks with priorities and due dates.",
"publisher": "sundial-org",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Task and todo list management. Create, organize, and track tasks with priorities and due dates."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/sundial-org/awesome-openclaw-skills",
"path": "skills/todo/SKILL.md",
"ref": "b80cde2ef85241dd4fd54a1b934f5e22835f78ba",
"url": "https://github.com/sundial-org/awesome-openclaw-skills/blob/b80cde2ef85241dd4fd54a1b934f5e22835f78ba/skills/todo/SKILL.md",
"key": "sundial-org/awesome-openclaw-skills/skills/todo/SKILL.md"
}
},
"instructions": "# Todo ✅\n\nTask and todo list management.\n\n## Features\n\n- Create tasks\n- Set priorities\n- Due dates and reminders\n- Projects and tags\n- Recurring tasks\n- Task completion tracking\n\n## Usage Examples\n\n```\n\"Add task: Review PR by Friday\"\n\"Show my todos for today\"\n\"Mark task #3 as done\"\n\"List high priority tasks\"\n```",
"cost": {
"context_tokens": 78
}
}
Fetch it by URL: GET /api/v1/registry/sundial-org-awesome-openclaw-skills-todo/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.