Native OpenClaw tasks plugin with local task storage and planning tools
Code Pluginsource linkedCommunity code plugin. Review compatibility and verification before install.
README
Tasks 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
Capabilities
- Tags
- configSchema
- Yes
- Executes code
- Yes
- HTTP routes
- 0
- Runtime ID
- tasks
Compatibility
- Built With Open Claw Version
- 0.1.1
- Plugin Api Range
- >=2026.3.23
Verification
- Tier
- source linked
- Scope
- artifact only
- Summary
- Validated package structure and linked the release to source metadata.
- Commit
- 48b17934f9de
- Tag
- main
- Provenance
- No
- Scan status
- pending
Tags
- latest
- 0.1.1
