Native OpenClaw tasks plugin with local task storage and planning tools
Install
$
openclaw plugins install clawhub:tasksTasks Plugin
Native OpenClaw plugin that adds local task management with:
- task creation, listing, updates, completion, reopening, and deletion
- projects, tags, priorities, due dates, scheduling, and estimates
- checklist items and task notes
- recurring tasks with automatic next-instance creation
- agenda views for overdue, due soon, scheduled, and backlog work
Install
npm install
npm run build
openclaw plugins install .
openclaw plugins enable tasks
openclaw gateway restart
Config
{
plugins: {
entries: {
tasks: {
enabled: true,
config: {
storagePath: "~/.openclaw/state/tasks/tasks.json",
defaultProject: "inbox",
agendaHorizonDays: 7,
autoArchiveCompletedDays: 30,
},
},
},
},
}
If storagePath is omitted, the plugin stores data in ~/.openclaw/state/tasks/tasks.json.
Tools
tasks_createtasks_listtasks_updatetasks_completetasks_reopentasks_deletetasks_notetasks_agenda
