Native OpenClaw real-estate plugin with local workflow storage and planning tools
Code Pluginsource linkedCommunity code plugin. Review compatibility and verification before install.
README
Real 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
Capabilities
- Tags
- configSchema
- Yes
- Executes code
- Yes
- HTTP routes
- 0
- Runtime ID
- real-estate
Compatibility
- Built With Open Claw Version
- 0.1.0
- 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
- 5116351b4408
- Tag
- main
- Provenance
- No
- Scan status
- pending
Tags
- latest
- 0.1.0
