Real Estate

v0.1.0

Native OpenClaw real-estate plugin with local workflow storage and planning tools

real-estate·runtime real-estate·by @ivangdavila
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_create
  • real_estate_list
  • real_estate_update
  • real_estate_complete
  • real_estate_reopen
  • real_estate_delete
  • real_estate_note
  • real_estate_agenda

Capabilities

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