Real Estate
Native OpenClaw real-estate plugin with local workflow storage and planning tools
Install
$
openclaw plugins install clawhub:real-estateReal Estate Plugin
Native OpenClaw plugin that adds local workflow 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 real-estate
openclaw gateway restart
Config
{
plugins: {
entries: {
"real-estate": {
enabled: true,
config: {
storagePath: "~/.openclaw/state/real-estate/real-estate.json",
defaultProject: "inbox",
agendaHorizonDays: 7,
autoArchiveCompletedDays: 30,
},
},
},
},
}
If storagePath is omitted, the plugin stores data in ~/.openclaw/state/real-estate/real-estate.json.
Tools
real_estate_createreal_estate_listreal_estate_updatereal_estate_completereal_estate_reopenreal_estate_deletereal_estate_notereal_estate_agenda
