openclaw-todo
OpenClaw plugin providing TODO commands for a markdown TODO.md file.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/homeofe/openclaw-todoopenclaw-todo
Adds commands to manage a local markdown TODO list (default: ~/.openclaw/workspace/TODO.md).
Commands
/todo-list- list open TODO items (overdue items shown first)/todo-add <text>- add a new TODO item (supports@due(YYYY-MM-DD),#tag,!priority)/todo-done <index>- mark an open TODO item done (index from/todo-list)/todo-edit <index> <new text>- edit an existing TODO item's text/todo-remove <index>- remove a TODO item entirely/todo-search <query>- search TODOs by text,#tag,!priority,@due,@overdue, or@today
Inline Markers
- Tags:
#tag-name- categorize items (e.g.,#dev,#ops) - Priority:
!high,!medium,!low- set urgency level - Due date:
@due(YYYY-MM-DD)- set a deadline; overdue items appear first in listings
Install
clawhub install openclaw-todo
Notes
- This plugin is safe for public repos (no secrets required).
- Customize file paths via plugin config in your local
openclaw.json.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-homeofe-openclaw-todo": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
openclaw-ops-elvatis
Operational commands - dashboards, monitoring, and management for OpenClaw deployments.
openclaw-memory-docs
OpenClaw plugin for documentation-grade memory: explicit capture + local searchable store with safe redaction.
openclaw-memory-core
Core utilities for OpenClaw memory plugins (redaction, local store, embeddings).
openclaw-ispconfig
Manage ISPConfig servers: automated site provisioning, domains, mailboxes, DNS, databases, SSL, backups, and more.
openclaw-rss-feeds
RSS/Atom feed digest with optional CVE enrichment, Ghost CMS drafts, and channel notifications