← Back to Plugins
Tools

Buildboard

aimeeswanson901 By aimeeswanson901 👁 11 views ▲ 0 votes

Project/task management dashboard plugin for OpenClaw.

GitHub

Configuration Example

{
  "plugins": {
    "entries": {
      "buildboard": {
        "enabled": true,
        "config": {
          "dataFile": "~/.openclaw/buildboard/data.json"
        }
      }
    }
  }
}

README

# BuildBoard

Project/task management dashboard plugin for OpenClaw.

## Install
Copy into your extensions folder:

```bash
cp -R . ~/.openclaw/extensions/buildboard
```

Enable in `openclaw.json`:

```json
{
  "plugins": {
    "entries": {
      "buildboard": {
        "enabled": true,
        "config": {
          "dataFile": "~/.openclaw/buildboard/data.json"
        }
      }
    }
  }
}
```

Restart OpenClaw:

```bash
openclaw gateway restart
```

Open the UI:
```
http://localhost:3000/buildboard
```

## Notes
- Data persists to JSON file.
- Projects and tasks are stored under `projects[].tasks[]`.
tools

Comments

Sign in to leave a comment

Loading comments...